Commit Graph

  • 282d8c20fd Merge branch 'fjl-block-tests' into develop obscuren 2015-03-14 23:37:37 +01:00
  • d9966d6158 merge obscuren 2015-03-14 23:37:21 +01:00
  • 12cee1377f Increased filter ticker time to 5 minutes obscuren 2015-03-14 18:57:12 +01:00
  • 95711bc2dd Updated ethash obscuren 2015-03-14 16:42:05 +01:00
  • 387f6bba3e POW fixes obscuren 2015-03-14 16:37:57 +01:00
  • 44636e5b82 typo obscuren 2015-03-14 13:21:20 +01:00
  • 35bc7b0d8a Merge branch 'rpcfrontier' into develop obscuren 2015-03-14 12:44:24 +01:00
  • 532a74f50e Improved errors. Closes #475 obscuren 2015-03-14 12:43:10 +01:00
  • 51df765e38 Merge pull request #481 from maran/feature/fromHexDry Jeffrey Wilcke 2015-03-14 11:46:32 +01:00
  • 9754e7aca7 Support for addresses with or without 0x. Fixes #472 Maran 2015-03-14 11:40:13 +01:00
  • 991993357c DRY up the use of fromHex and put it in ethutil Maran 2015-03-14 11:39:35 +01:00
  • f49e17eb39 Return null coinbase when accounts not created Taylor Gerring 2015-03-13 14:32:11 -04:00
  • 67f8f83a1b cmd/ethereum: add blocktest command Felix Lange 2015-03-13 18:37:13 +01:00
  • e463479b6c eth: add ResetWithGenesisBlock Felix Lange 2015-03-13 18:34:43 +01:00
  • 6f8a2d6b84 eth: add hook for database creation Felix Lange 2015-03-13 18:32:26 +01:00
  • 58d9d98daf cmd/utils: GetEthereum -> MakeEthConfig Felix Lange 2015-03-13 18:30:45 +01:00
  • a80be98f31 tests: add helper functions for block tests Felix Lange 2015-03-13 18:01:51 +01:00
  • 9326541820 core/types: make Block.{ParentHash,SeedHash,MixDigest} []byte Felix Lange 2015-03-13 14:36:15 +01:00
  • b927c29469 GetBlockByNumber now properly looks for a number in the database obscuren 2015-03-13 18:29:42 +01:00
  • fee9aecfb2 more tests for remote update obscuren 2015-03-13 17:53:53 +01:00
  • ccda1aacb4 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-13 17:49:05 +01:00
  • 03403399fc Return proper error obscuren 2015-03-13 17:47:11 +01:00
  • a0266489b4 Make remote dominant obscuren 2015-03-13 17:47:00 +01:00
  • a76d55c83a Merge pull request #467 from ethersphere/frontier/natspec Jeffrey Wilcke 2015-03-13 16:47:16 +01:00
  • b663e8b29a Merge branch 'rpcfrontier' into develop obscuren 2015-03-13 16:36:27 +01:00
  • f1fcda4f2f Implemented managed state obscuren 2015-03-13 16:29:04 +01:00
  • e3b64d70c2 Rename db_put db_get Taylor Gerring 2015-03-13 10:56:41 -04:00
  • d3f96dc720 Consolidate error type switch Taylor Gerring 2015-03-13 10:03:48 -04:00
  • 0932f84383 Fix eth_newBlockFilter Taylor Gerring 2015-03-13 10:03:19 -04:00
  • cda88ce31a Implemented a manage state for keeping track of nonces obscuren 2015-03-13 14:37:54 +01:00
  • aa9f981d5f Bump protocol version 58 obscuren 2015-03-13 13:52:57 +01:00
  • e69d5b32e8 Increased genesis gas & gas floor limit to 3141592 obscuren 2015-03-13 13:52:23 +01:00
  • f76cc6699e Changed context and ADDMOD, MULMOD obscuren 2015-03-13 13:44:15 +01:00
  • d4ed66c83d Add web3_clientVersion Taylor Gerring 2015-03-12 19:20:46 -05:00
  • 094f921e50 Convert to proper errors Taylor Gerring 2015-03-12 19:07:03 -05:00
  • 80592f244d more obvious failure for ethtest obscuren 2015-03-12 23:26:58 +01:00
  • 3a88da578f Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop obscuren 2015-03-12 22:32:05 +01:00
  • 6051345bc9 Squashed 'tests/files/' changes from d6c987f..0749546 obscuren 2015-03-12 22:32:05 +01:00
  • fa917387e4 Merge branch 'rpcfrontier' into develop obscuren 2015-03-12 22:31:13 +01:00
  • 310ca62285 Removed some of that gas pre pay magic obscuren 2015-03-12 22:29:10 +01:00
  • 2ae90e1eba Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into develop obscuren 2015-03-12 20:01:46 +01:00
  • 3ff7a627d1 Squashed 'tests/files/' changes from 9e19ff9..d6c987f obscuren 2015-03-12 20:01:46 +01:00
  • 11390a986a run all test obscuren 2015-03-12 19:43:20 +01:00
  • 347cb272be fixed ethtest obscuren 2015-03-12 19:41:56 +01:00
  • d1c872bace Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into develop obscuren 2015-03-12 19:15:12 +01:00
  • 412e8b0e37 Squashed 'tests/files/' changes from dbdd0f8..9e19ff9 obscuren 2015-03-12 19:15:12 +01:00
  • fb71c9f6ee Return 1 on fail obscuren 2015-03-12 18:22:56 +01:00
  • 83cc08f670 Changed to big.Int.Not obscuren 2015-03-12 18:22:35 +01:00
  • 14bdcd2c05 Fix arg names in tests Taylor Gerring 2015-03-12 11:50:03 -05:00
  • 7235e84c75 #469 Taylor Gerring 2015-03-12 11:09:25 -05:00
  • d11fabd2ef Update path to web3 library Taylor Gerring 2015-03-12 10:08:01 -05:00
  • f7c3c7eda4 Update ethereum.js Taylor Gerring 2015-03-12 10:03:35 -05:00
  • b97c17f4ee Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rpcfrontier obscuren 2015-03-12 15:59:16 +01:00
  • 2273155e7e Get transaction implemented obscuren 2015-03-12 15:59:07 +01:00
  • b006b67768 Merge branch 'develop' into rpcfrontier Taylor Gerring 2015-03-12 09:24:34 -05:00
  • 26a5636424 Merge branch 'develop' into rpcfrontier obscuren 2015-03-12 14:51:05 +01:00
  • 3b3843e158 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-12 14:50:48 +01:00
  • ef6706696c Add additional extra database for non-protocol related data obscuren 2015-03-12 14:50:35 +01:00
  • 2a0e5888fd Merge pull request #460 from tgerring/ethutil Felix Lange 2015-03-12 14:45:31 +01:00
  • 4418e4ea6a Should on empty params #466 Taylor Gerring 2015-03-12 08:42:31 -05:00
  • 21fca93852 Output filter ID as hex Taylor Gerring 2015-03-12 08:20:07 -05:00
  • 4342fe0f22 include new minified natspec with RE fix; fix test for the improved error messages zelig 2015-03-12 19:08:30 +07:00
  • 704914be08 Check for existance of key before delete Taylor Gerring 2015-03-12 00:01:18 -05:00
  • 31a95151c9 updated rnd vm test => state test obscuren 2015-03-12 01:12:28 +01:00
  • 96496888ed Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop obscuren 2015-03-12 00:57:28 +01:00
  • 92c6150199 Squashed 'tests/files/' changes from e390be4..dbdd0f8 obscuren 2015-03-12 00:57:28 +01:00
  • 7ee5cb0a81 Merge branch 'develop' into rpcfrontier obscuren 2015-03-12 00:26:40 +01:00
  • 9fb52c517b Changed V to byte. Closes #456 obscuren 2015-03-12 00:18:03 +01:00
  • 6af078bd8c Merge pull request #462 from fjl/miner-coinbase Jeffrey Wilcke 2015-03-11 23:56:48 +01:00
  • d5aaf413e0 cmd/ethereum: remove extra check for 'no accounts' error Felix Lange 2015-03-11 23:41:51 +01:00
  • d7b5a87b3b miner: provide coinbase when starting the miner Felix Lange 2015-03-11 23:35:34 +01:00
  • 70f6f2af07 shh_uninstallFilter Taylor Gerring 2015-03-11 15:49:21 -05:00
  • c2181fdbf2 block&index args unmarshal plus test Taylor Gerring 2015-03-11 15:26:28 -05:00
  • 5a9f712144 Comment out broken test (return type does not exist) Taylor Gerring 2015-03-11 14:43:39 -05:00
  • 485e37e889 Move MakeName to ethutil Taylor Gerring 2015-03-11 14:29:07 -05:00
  • 587f748d92 Merge branch 'fjl-unencrypted-keys' into develop obscuren 2015-03-11 17:47:17 +01:00
  • 629f4b1d3c merge obscuren 2015-03-11 17:46:58 +01:00
  • 239e17de12 Merge branch 'rpcfrontier' into develop obscuren 2015-03-11 17:37:17 +01:00
  • c01d4c2f4c Lowered default gas price and increased default gas limit obscuren 2015-03-11 17:36:35 +01:00
  • 2da7af4ba0 Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rpcfrontier obscuren 2015-03-11 17:00:30 +01:00
  • e8d1b622d9 Default block number changes obscuren 2015-03-11 17:00:20 +01:00
  • 90f34ed40a Rename Topic to Topics Taylor Gerring 2015-03-11 10:56:44 -05:00
  • 61bf29be36 Check length of timestring before taking slice Taylor Gerring 2015-03-11 10:43:52 -05:00
  • 08b1154033 Changed logging to use internal logger obscuren 2015-03-11 16:36:10 +01:00
  • 477815c044 Improved error reporting and removed commented code obscuren 2015-03-11 16:33:39 +01:00
  • 6b63759ded Reverted global obscuren 2015-03-11 16:33:04 +01:00
  • 7add66c8bb Use the state to up the balance of the coinbase obscuren 2015-03-11 16:32:37 +01:00
  • 9e89c803f1 Get Uncles Taylor Gerring 2015-03-11 10:27:32 -05:00
  • 53ac85cfd3 BlockHash must be a string Taylor Gerring 2015-03-11 10:27:24 -05:00
  • d465e410ef TxIndex -> Index Taylor Gerring 2015-03-11 10:25:15 -05:00
  • 99bc44cf52 cmd/ethereum: add a flag to switch to unencrytped keystore Felix Lange 2015-03-11 13:56:02 +01:00
  • 6bca40274f Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier Taylor Gerring 2015-03-10 22:25:32 -05:00
  • 9ce5229ddf Get transaction via block & index Taylor Gerring 2015-03-10 22:25:07 -05:00
  • ece29c5d8d Nil check block Taylor Gerring 2015-03-10 19:34:07 -05:00
  • 074ee19fe5 Merge branch 'develop' into rpcfrontier obscuren 2015-03-11 01:11:20 +01:00
  • 64933321fb Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rpcfrontier obscuren 2015-03-11 01:10:58 +01:00
  • 58909117be Use ECDSA instead of elliptic obscuren 2015-03-11 01:10:25 +01:00
  • 499f816e30 Output hex should be prepended with 0x Taylor Gerring 2015-03-10 19:10:02 -05:00
  • 7e0ccc9de5 Merge branch 'develop' into rpcfrontier obscuren 2015-03-11 01:08:42 +01:00
  • fda4d02f94 Left-pad odd length hex inputs and tests Taylor Gerring 2015-03-10 18:08:31 -05:00