Commit Graph

  • ff5578fc71 updated ethash obscuren 2015-03-25 14:57:49 +01:00
  • a2e3bf6f30 removed big num from pp obscuren 2015-03-25 14:51:10 +01:00
  • aa1eae67ec Merge pull request #560 from tgerring/xethcleanup Jeffrey Wilcke 2015-03-25 13:55:46 +01:00
  • 7f0c2545a9 Merge pull request #561 from ethersphere/frontier/blockpool Felix Lange 2015-03-25 13:55:05 +01:00
  • 221f30c3aa updated ethereum.js obscuren 2015-03-25 13:52:45 +01:00
  • 8b32f79445 Removed full path obscuren 2015-03-25 13:52:23 +01:00
  • 950b4a68c8 Improved miner recovery obscuren 2015-03-25 13:51:12 +01:00
  • 18d1569ce5 header check for test zelig 2015-03-25 11:28:17 +00:00
  • 9d592c0445 bugfix with idle too long triggered after peer switch - reset bestIdleTimer when launching head section process - log chain head events - common.Hash key in activateChain map zelig 2015-03-25 11:09:50 +00:00
  • a1cae93d78 Improved pretty printer for console obscuren 2015-03-25 12:44:41 +01:00
  • 2b93843d86 Improve protocol version reporting Taylor Gerring 2015-03-25 12:09:55 +01:00
  • c956bcb13c Move version to const and expose via Version() Taylor Gerring 2015-03-25 12:08:48 +01:00
  • 6431d088ad bump obscuren 2015-03-25 11:54:11 +01:00
  • ff44347ea1 fixed test obscuren 2015-03-25 10:31:58 +01:00
  • dda1d60556 Store protocol version in the block db **NOT** extra db obscuren 2015-03-25 09:58:46 +01:00
  • 3301f6ecef back to debug log obscuren 2015-03-24 23:55:48 +01:00
  • 97bf9f1521 Temp fix for console output obscuren 2015-03-24 23:50:27 +01:00
  • 3d5f48a160 updated deps obscuren 2015-03-24 21:25:11 +01:00
  • a6e659f74b Merge branch 'master' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-24 19:22:32 +01:00
  • a33a325ac1 Merge pull request #559 from Gustav-Simonsson/blocktests_update_ethash Jeffrey Wilcke 2015-03-24 19:14:20 +01:00
  • d41341f77d WithState -> withState Taylor Gerring 2015-03-24 17:58:16 +01:00
  • 82b5a8af49 DRY up height logic Taylor Gerring 2015-03-24 17:49:37 +01:00
  • c38a3b4cc7 Better error reporting in the console. Updated ethereum.js obscuren 2015-03-24 17:49:28 +01:00
  • 865f31018b Shuffle Taylor Gerring 2015-03-24 17:45:31 +01:00
  • 2106a63d60 Move Frontend interface to separate file Taylor Gerring 2015-03-24 16:42:33 +01:00
  • 65d553d367 Update internal calls to use CurrentBlock() Taylor Gerring 2015-03-24 16:34:28 +01:00
  • 59b6b619a2 Don't expose backend directly Taylor Gerring 2015-03-24 16:33:37 +01:00
  • b9b7442b74 Remove redundant fields Taylor Gerring 2015-03-24 16:08:18 +01:00
  • ad420d099a rename eth to backend Taylor Gerring 2015-03-24 16:01:44 +01:00
  • b0c4dc8df8 Update ethash lib Gustav Simonsson 2015-03-24 04:23:54 +01:00
  • 6d41402dce Backend no longer needed to resolve import cycle Taylor Gerring 2015-03-24 15:36:39 +01:00
  • 9de1ad6546 fixed tests obscuren 2015-03-24 15:27:05 +01:00
  • ff9d66e096 Cleaned up changes obscuren 2015-03-24 15:23:16 +01:00
  • 23bccbbc58 Modified according to poc 9 changes obscuren 2015-03-24 15:15:17 +01:00
  • bbe795455a Secure trie shakey / key matching obscuren 2015-03-24 15:14:03 +01:00
  • d6da533345 Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into develop obscuren 2015-03-24 13:39:49 +01:00
  • 24066dca46 Squashed 'tests/files/' changes from 8f3fbe6..a7081bc obscuren 2015-03-24 13:39:49 +01:00
  • 0ec171ccdf Copy fix obscuren 2015-03-24 13:38:16 +01:00
  • eab8f7355d Event fixes for miner obscuren 2015-03-24 13:37:38 +01:00
  • 576df064e5 Updated for PV59 obscuren 2015-03-24 11:49:30 +01:00
  • 4877e52c15 Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into develop obscuren 2015-03-24 11:22:58 +01:00
  • 58c6cc8fd7 Squashed 'tests/files/' changes from 559268b..8f3fbe6 obscuren 2015-03-24 11:22:58 +01:00
  • 118b79eca7 Added gitter integration for travis obscuren 2015-03-24 10:41:04 +01:00
  • a59ea7ce29 Changed miner obscuren 2015-03-24 10:34:06 +01:00
  • d8e21b39b3 Added copy function obscuren 2015-03-24 10:33:00 +01:00
  • 0ee0094cc0 better block propagation obscuren 2015-03-23 22:59:19 +01:00
  • 7b8a47f484 removed legacy code obscuren 2015-03-23 22:05:12 +01:00
  • 0eaa023ffa Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-23 21:48:50 +01:00
  • bfb9ed881d Gas validation and clean up of legacy code obscuren 2015-03-23 21:48:45 +01:00
  • ebf4408d73 Decrement depth obscuren 2015-03-23 21:48:31 +01:00
  • e88a29ad02 Merge pull request #553 from ethersphere/jsonlog Taylor Gerring 2015-03-23 18:57:57 +01:00
  • 53af810851 natspec: minor fix in test zelig 2015-03-23 17:36:04 +00:00
  • f2f65c1a65 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-23 18:30:11 +01:00
  • 90c710fd26 Merge pull request #552 from ethersphere/jsonlog Taylor Gerring 2015-03-23 18:27:06 +01:00
  • c8e9ca0483 fixed bad uncles obscuren 2015-03-23 18:27:05 +01:00
  • a983a215dc fix ethtest logging zelig 2015-03-23 17:08:49 +00:00
  • e954c24af0 Implement RPC net_version Taylor Gerring 2015-03-23 18:06:05 +01:00
  • 60020add74 Merge pull request #551 from ethersphere/frontier/eth-version-exports Taylor Gerring 2015-03-23 18:00:54 +01:00
  • 1cf6ca8f10 Add Close() method to EthereumApi Taylor Gerring 2015-03-23 17:41:50 +01:00
  • 9880f99ccb fix p2p/testlog_test zelig 2015-03-23 16:41:41 +00:00
  • 1e61b75cbf tests + fixes Taylor Gerring 2015-03-23 17:33:01 +01:00
  • 03cc5df9b7 eth: fix protocol version/network id copied from config to Ethereum field zelig 2015-03-23 16:23:06 +00:00
  • 0330077d76 moved state and vm to core obscuren 2015-03-23 16:59:09 +01:00
  • d7eaa97a29 moved to error obscuren 2015-03-23 16:55:40 +01:00
  • 211cb03f83 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-23 16:47:05 +01:00
  • 9562a9840f Merge pull request #537 from Gustav-Simonsson/blocktests2 Jeffrey Wilcke 2015-03-23 16:39:26 +01:00
  • 5707912e2f "pending" convention should be -2 instead of 0 Taylor Gerring 2015-03-23 16:36:12 +01:00
  • 253ecdc8bb Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-23 16:35:49 +01:00
  • 9be7853e34 Fixed issues with stalled remote miner obscuren 2015-03-23 16:35:44 +01:00
  • 2f8601ef38 Rename blockAge to blockHeight Taylor Gerring 2015-03-23 16:34:50 +01:00
  • becc503230 Correct difficulty calculation to use new difficulty minimum Gustav Simonsson 2015-03-23 16:31:50 +01:00
  • 5d31a475e9 Fix new types for blocktests and comment out non-working log level setter Gustav Simonsson 2015-03-21 20:29:12 +01:00
  • 60de4d6dd1 gofmt Gustav Simonsson 2015-03-20 09:13:17 +01:00
  • 08bb472c91 Add validation of post state accounts to block tests Gustav Simonsson 2015-03-20 09:10:13 +01:00
  • 33c5186fd0 In blocktest cmd, disable network and add RPC flag Gustav Simonsson 2015-03-20 01:59:38 +01:00
  • dc3a9379f5 logging for possible uncles obscuren 2015-03-23 16:14:33 +01:00
  • 3f6e1b2fd3 db_putHex/db_getHex + tests Taylor Gerring 2015-03-23 16:04:21 +01:00
  • 524f8199bf added some nil checks for cache (testing specific) obscuren 2015-03-23 12:22:58 +01:00
  • 6657d544db Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-03-23 12:12:53 +01:00
  • 0be6d34048 finally merged *the missing* obscuren 2015-03-23 12:12:49 +01:00
  • dbb2af6016 Merge pull request #548 from tgerring/typescleanup Jeffrey Wilcke 2015-03-23 12:12:29 +01:00
  • 91a2275ad3 Move RemoteAgent to miner pkg Taylor Gerring 2015-03-23 11:21:41 +01:00
  • 439481d177 Rename Agent to RemoteAgent Taylor Gerring 2015-03-23 11:14:42 +01:00
  • 01c0ba22ae Add DAG seed hash and difficulty to GetWork Taylor Gerring 2015-03-23 11:09:48 +01:00
  • 0846e15667 go away! Taylor Gerring 2015-03-23 09:36:28 +01:00
  • ab6311c1bd Move remote mining agent to XEth Taylor Gerring 2015-03-23 09:35:42 +01:00
  • d76e8cb1f1 Consistent var names Taylor Gerring 2015-03-23 09:24:52 +01:00
  • 16a58f8f2a Always return 3 strings Taylor Gerring 2015-03-23 08:55:06 +01:00
  • 31879eca8c Stub corrected getWork response Taylor Gerring 2015-03-23 08:45:09 +01:00
  • 3772f02569 Rename for filename typo Taylor Gerring 2015-03-23 08:29:41 +01:00
  • 372e1cad5b Cleanup get/submitWork Taylor Gerring 2015-03-23 08:28:54 +01:00
  • d2fa6e7753 vm: explicit error checks in ecrecover. closes #505 Ethan Buchman 2015-03-18 20:56:06 -07:00
  • 8affdf96e2 Merge pull request #547 from tgerring/commoncleanup Jeffrey Wilcke 2015-03-22 21:46:46 +01:00
  • 3133372a6a Merge pull request #536 from zsfelfoldi/develop Jeffrey Wilcke 2015-03-22 21:45:56 +01:00
  • 59eab49cb8 Merge branch 'ethersphere-jsonlog' into develop obscuren 2015-03-22 21:43:58 +01:00
  • 8b1b9fc99d Merge branch 'jsonlog' of https://github.com/ethersphere/go-ethereum into ethersphere-jsonlog obscuren 2015-03-22 21:43:36 +01:00
  • 8ed4f226d1 check for nil ptrs obscuren 2015-03-22 15:44:00 +01:00
  • 82956df523 Get work / submit work partially implemented. obscuren 2015-03-22 15:38:01 +01:00
  • d186bf0dfe Fix Mist types build errors Taylor Gerring 2015-03-22 14:25:33 +01:00
  • bf73f02fe0 Remove common.go Taylor Gerring 2015-03-22 13:48:07 +01:00