Commit Graph

  • baca0c2251 Merge pull request #523 from fjl/docker-fast Taylor Gerring 2015-03-18 12:09:20 -04:00
  • 3e52c9439a Merge pull request #522 from fjl/makedag Felix Lange 2015-03-18 16:40:50 +01:00
  • 60c43d1952 Remove i2hex Taylor Gerring 2015-03-18 11:10:08 -04:00
  • 7c9bc8517d Remove RpcServer Taylor Gerring 2015-03-18 11:08:49 -04:00
  • 4d0ae8b0cb Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into conversion obscuren 2015-03-18 14:16:07 +01:00
  • 48dd601de0 prep template for fixed size hashes obscuren 2015-03-18 14:15:48 +01:00
  • 064279c0ec cmd/ethereum, cmd/utils: partial fix for chain import Felix Lange 2015-03-18 14:04:19 +01:00
  • e30c323391 merge develop Taylor Gerring 2015-03-18 08:46:55 -04:00
  • d15f90645d Merge remote-tracking branch 'ethereum/conversion' into conversion Felix Lange 2015-03-18 13:39:01 +01:00
  • a59dd393e7 core: fix tests Felix Lange 2015-03-18 13:38:47 +01:00
  • b5b83db450 core: use package rlp to encode blocks Felix Lange 2015-03-18 13:36:48 +01:00
  • c298148a7f core/types: use package rlp instead of common.Decode Felix Lange 2015-03-18 13:24:34 +01:00
  • b94a6a0193 rlp: add DecodeBytes Felix Lange 2015-03-18 13:17:39 +01:00
  • 0a1eeca41e conversions. -compilable- obscuren 2015-03-18 13:00:01 +01:00
  • 942980609f conversions obscuren 2015-03-18 11:44:25 +01:00
  • cd52ef315c Added Hex methods obscuren 2015-03-18 11:44:17 +01:00
  • ca8d184173 fix eth tests zelig 2015-03-18 16:31:49 +07:00
  • b6aa88c099 private network support - protocolversion, networkid global int flags to cli and mist - fix bug with protocolversion check using wrong db - log protocolversion & networkid in backend zelig 2015-03-18 14:44:58 +07:00
  • 67c9d9c2fa Remove JsonWrapper Taylor Gerring 2015-03-17 20:14:19 -04:00
  • cb009a5c4d rlp: don't panic for nil *big.Int Felix Lange 2015-03-17 23:49:49 +01:00
  • c6f84325b1 Support JSON RPC batch requests Taylor Gerring 2015-03-17 17:46:22 -04:00
  • 8fd243ee23 Add JSON RPC batch support Taylor Gerring 2015-03-17 17:38:05 -04:00
  • 7dbbe1bedc eth/backend: remove spurious and incorrent PeerInfo() zelig 2015-03-18 04:01:47 +07:00
  • 1872418316 eth: remove disused peer_util.go zelig 2015-03-18 03:59:21 +07:00
  • 142e81258c Merge branch 'develop' into conversion obscuren 2015-03-17 21:40:05 +01:00
  • 86661de077 Fixed tests and bloom obscuren 2015-03-17 18:00:03 +01:00
  • c21293cd91 bloom obscuren 2015-03-17 16:05:17 +01:00
  • 1513413412 Dockerfile: use fast™ build steps Felix Lange 2015-03-17 14:49:37 +01:00
  • b422835a59 cmd/ethereum: add makedag command for testing Felix Lange 2015-03-17 14:12:34 +01:00
  • 3ea99f989f Merge pull request #498 from maran/feature/drytoHex Jeffrey Wilcke 2015-03-17 21:31:42 +01:00
  • 048d4ec5be Merge branch 'rpcfrontier' into develop obscuren 2015-03-17 21:30:29 +01:00
  • 917050dc30 Merge branch 'develop' into rpcfrontier obscuren 2015-03-17 21:27:34 +01:00
  • 53104b09fa bump obscuren 2015-03-17 21:23:05 +01:00
  • 786a58d8b0 Merge pull request #485 from ethersphere/frontier/nodeadmin.js Felix Lange 2015-03-17 21:15:23 +01:00
  • fe819f3b9f Comment out whisper remove identity stubs Taylor Gerring 2015-03-17 09:11:01 -04:00
  • 0fa7859b94 Fixed VM & Tests w/ conversion obscuren 2015-03-17 13:24:12 +01:00
  • ff55c6f5ba Merge branch 'develop' into conversion obscuren 2015-03-17 13:09:22 +01:00
  • b0ebccb31e fixed to obscuren 2015-03-17 12:56:29 +01:00
  • 17c5ba2b6b core: actually convert transaction pool Felix Lange 2015-03-17 12:16:21 +01:00
  • 9663493ba0 Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop obscuren 2015-03-17 12:02:50 +01:00
  • dffaa678f9 Squashed 'tests/files/' changes from 0749546..641ebaa obscuren 2015-03-17 12:02:49 +01:00
  • ee7202fa00 Merge remote-tracking branch 'ethereum/conversion' into conversion Felix Lange 2015-03-17 12:01:40 +01:00
  • 65eee2006d pow/ezp: use common.Hash Felix Lange 2015-03-17 12:01:21 +01:00
  • 27f7aa0163 core: adapt Message for new Transaction.From signature Felix Lange 2015-03-17 12:00:29 +01:00
  • b95387a0dc core: convert transaction pool to common.{Address,Hash} Felix Lange 2015-03-17 11:59:26 +01:00
  • e91ab84dbe core/types: don't use Address zero value for invalid addresses Felix Lange 2015-03-17 11:58:31 +01:00
  • 515d9432fc converted vm obscuren 2015-03-17 11:19:23 +01:00
  • d5de6489d7 core/types: fix Transaction.Hash and add support for encoding with package rlp Felix Lange 2015-03-17 01:34:18 +01:00
  • ad78db4d62 crypto: fix Sha3Hash and add a test for it Felix Lange 2015-03-17 01:32:35 +01:00
  • 8ce6a36478 converted chain manager obscuren 2015-03-16 23:48:18 +01:00
  • 94505146a2 updated vm env obscuren 2015-03-16 23:17:28 +01:00
  • 843db4978e updated blockpool obscuren 2015-03-16 23:10:26 +01:00
  • 176115e22e More empty param tests Taylor Gerring 2015-03-16 16:49:51 -04:00
  • 4e181c5764 Moved gas obscuren 2015-03-16 21:46:47 +01:00
  • 0339a13862 RPC empty args tests Taylor Gerring 2015-03-16 16:21:51 -04:00
  • 719effa7ec Return error when filter params are not strings Taylor Gerring 2015-03-16 15:30:31 -04:00
  • 03ac0f18ae Initial support to remove Whisper identities per #491 Taylor Gerring 2015-03-16 14:46:46 -04:00
  • 6aa390abfb Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into conversion obscuren 2015-03-16 18:43:09 +01:00
  • 91b0b14845 converted vm obscuren 2015-03-16 18:42:18 +01:00
  • e5e265d024 Merge branch 'develop' into rpcfrontier Taylor Gerring 2015-03-16 13:02:41 -04:00
  • 16df850af2 core/types: use common.{Hash,Address} in for transactions Felix Lange 2015-03-16 17:43:42 +01:00
  • 13ade2ed60 Merge branch 'conversion' of https://github.com/ethereum/go-ethereum Felix Lange 2015-03-16 17:29:08 +01:00
  • 64490897f3 crypto: add Sha3Hash Felix Lange 2015-03-16 17:27:24 +01:00
  • bfcd2cf132 block conversion obscuren 2015-03-16 17:27:23 +01:00
  • e620bde405 conversion state obscuren 2015-03-16 17:09:08 +01:00
  • 7330c97b5b DRY up the use of toHex in the project and move it to common Maran 2015-03-16 15:17:19 +01:00
  • 17cd7a5817 remove long-running mining test, ethutil -> common zelig 2015-03-16 22:56:05 +07:00
  • b3e133dd15 Merge branch 'frontier/js' into frontier/nodeadmin.js zelig 2015-03-16 22:50:29 +07:00
  • 73af0302be we do not use the name Frontier Console zelig 2015-03-16 22:49:39 +07:00
  • b4060da9eb ethutil -> common zelig 2015-03-16 22:48:54 +07:00
  • 5e7702fd05 Merge remote-tracking branch 'upstream/develop' into frontier/js zelig 2015-03-16 22:46:29 +07:00
  • 76f215b0fe Getters shouldn't need to be pointer receiver obscuren 2015-03-16 16:44:27 +01:00
  • 0dd9ac375b undo obscuren 2015-03-16 16:36:58 +01:00
  • 22893b7ac9 removed compile obscuren 2015-03-16 16:31:08 +01:00
  • d338650089 compilable trie (tests fail) obscuren 2015-03-16 16:28:16 +01:00
  • 5757f547a6 Allow latest/pending in filter options Taylor Gerring 2015-03-16 10:38:57 -04:00
  • 20b7162a62 Added functions to Hash & Address obscuren 2015-03-16 13:23:06 +01:00
  • dc864ee3a5 Added ToString methods obscuren 2015-03-16 12:20:17 +01:00
  • 3cf51d5479 tmp obscuren 2015-03-16 12:03:52 +01:00
  • f486c0ae56 new type + additional methods obscuren 2015-03-16 11:59:52 +01:00
  • b523441361 Moved ethutil => common obscuren 2015-03-16 11:27:38 +01:00
  • 8139d444f8 Merge remote-tracking branch 'upstream/develop' into frontier/nodeadmin.js zelig 2015-03-16 15:19:09 +07:00
  • 0b8f66ed9e updated godep ethash obscuren 2015-03-15 21:47:59 +01:00
  • 22fa59f131 moved to detail obscuren 2015-03-15 21:47:35 +01:00
  • ece5c2aade Merge branch 'frontier/js' into frontier/nodeadmin.js zelig 2015-03-15 22:29:50 +07:00
  • 8393dab470 menubar back to mist main.qml zelig 2015-03-15 22:29:10 +07:00
  • d2e75cc957 cleaning up unused code obscuren 2015-03-15 15:25:09 +01:00
  • ff86d7d52a Merge branch 'frontier/js' into frontier/nodeadmin.js zelig 2015-03-15 18:43:03 +07:00
  • 7bc40aa963 jsre: remove assetpath using GOPATH from test zelig 2015-03-15 18:42:17 +07:00
  • c87cc59bdf Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-15 12:20:58 +01:00
  • 8f84ddbbec Linux build links obscuren 2015-03-15 12:19:26 +01:00
  • 0f26a62334 Linux build links obscuren 2015-03-15 12:19:26 +01:00
  • 132e87a707 node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console zelig 2015-03-15 13:43:48 +07:00
  • 8ad0f1b8a3 eth: - NodeInfo, PeerInfo types, PeersInfo(), NodeInfo() in eth/backend to support node admin IF - start net only if MaxPeers > 0, close extraDb in Stop() - defer s.extraDb.Close() zelig 2015-03-15 13:39:52 +07:00
  • e150832734 p2p: server>discover table Self=Node exported zelig 2015-03-15 13:38:41 +07:00
  • 7279a485c2 CLI: - js subcommand for vm - console for Frontier console interactive REPL - jspath in cli - integrate jeth apiBindings zelig 2015-03-15 13:31:40 +07:00
  • 16ecb1e2ea rpc - camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id - jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre zelig 2015-03-15 13:21:54 +07:00
  • 31ffca6d8a remove jsre from mist zelig 2015-03-15 13:18:58 +07:00
  • da44097800 jsre: - require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests zelig 2015-03-15 13:13:39 +07:00
  • 2a5fbced7f removed seed hash obscuren 2015-03-14 23:39:45 +01:00