Commit graph

  • a6ece4799a update env Christopher Franko 2015-08-07 15:51:32 -0400
  • b362f1d141 ethash Christopher Franko 2015-08-07 15:45:17 -0400
  • bf234c6b82 gexp change again Christopher Franko 2015-08-07 15:40:29 -0400
  • 1a1d9a14ab change folder because why not Christopher Franko 2015-08-07 15:38:43 -0400
  • 9d6221444c test change lol Christopher Franko 2015-08-07 15:37:14 -0400
  • d2112556ee Merge pull request #1755 from fjl/coinbase Gustav Simonsson 2015-09-01 23:36:05 +0200
  • 8f09242d7f Bump version to 1.1.1 v1.1.1 Gustav Simonsson 2015-09-01 23:43:22 +0200
  • 042dcf1b28 Merge pull request #1755 from fjl/coinbase Gustav Simonsson 2015-09-01 23:36:05 +0200
  • e9b031b88b Merge pull request #1755 from fjl/coinbase Gustav Simonsson 2015-09-01 23:36:05 +0200
  • 00b45acb9e core: improve block gas tracking Felix Lange 2015-09-01 21:35:30 +0200
  • 40e1f8bbd5 Merge 3521f33f58 into 1ffc5b0cfd Gustav Simonsson 2015-09-01 18:16:14 +0000
  • 3521f33f58 Merge pull request #1 from karalabe/gustav-fix_coinbase_handling Gustav Simonsson 2015-09-01 20:16:13 +0200
  • b26cf41473 core, miner: use coinbase references to allow resurrection Péter Szilágyi 2015-09-01 21:13:47 +0300
  • 1ffc5b0cfd Merge pull request #1751 from maran/fix_filters Felix Lange 2015-09-01 20:10:27 +0200
  • 5e4cd599eb Merge pull request #1745 from mrdomino/obsd-build-master Felix Lange 2015-09-01 20:06:13 +0200
  • ec8ece28f4 Copy coinbase pointer Gustav Simonsson 2015-09-01 19:28:51 +0200
  • 60b05b8780 core: pass the coinbase directly instead of the header Péter Szilágyi 2015-09-01 20:07:37 +0300
  • d056824683 Ensure coinbase state object exists for each tx during block proc Gustav Simonsson 2015-09-01 18:25:03 +0200
  • 3178da04d0 Merge 78692003f7 into fd512fa12c Gustav Simonsson 2015-09-01 15:39:30 +0000
  • 78692003f7 core: ensure coinbase account is created during block processing Gustav Simonsson 2015-09-01 17:17:23 +0200
  • 1f1d73ab74 eth/downloader: fix race causing occasional test failure Péter Szilágyi 2015-09-01 16:11:14 +0300
  • 67225de255 Filter on addresses should work as an OR not an AND. Maran 2015-09-01 09:19:45 +0200
  • 540eb3d02d Pull in ethash and go-isatty updates Steven Dee 2015-07-29 18:45:27 -0400
  • fe8093b71f Add TestBcForkUncleTests and update JSON files Gustav Simonsson 2015-08-31 16:45:00 +0200
  • 599d85c3be Add flag to allow unlocked accounts + RPC, disable combination otherwise Gustav Simonsson 2015-08-31 01:59:11 +0200
  • 9dc23ce284 Merge pull request #1742 from fjl/rpc-receipt-root Felix Lange 2015-08-31 14:50:21 +0200
  • 1801748ccd Merge pull request #1734 from fjl/ldflags-warning-go1.5 Felix Lange 2015-08-31 14:49:50 +0200
  • 237943a0e1 Merge 1e32257df3 into fd512fa12c Steven Dee 2015-08-30 17:39:14 +0000
  • 1e32257df3 Pull in ethash and go-isatty updates Steven Dee 2015-07-29 18:45:27 -0400
  • f86691dff9 Merge decbfd2cde into e1037bd0cf Gustav Simonsson 2015-08-30 16:47:36 +0000
  • 06863899e0 Merge 3df1892513 into fd512fa12c Lars Pensjö 2015-08-29 13:57:02 +0000
  • 3df1892513 Update flags.go Lars Pensjö 2015-08-29 15:55:19 +0200
  • 8b12bcc0ac rpc: add receiptRoot to getBlock* responses Felix Lange 2015-08-29 11:12:01 +0200
  • e1037bd0cf Merge pull request #1724 from Gustav-Simonsson/get_work Felix Lange 2015-08-29 10:54:10 +0200
  • 2d1ced8759 Merge pull request #1739 from bas-vk/empty-password Felix Lange 2015-08-28 13:14:51 +0200
  • 39e9560600 rpc/api allow empty password Bas van Kervel 2015-08-28 12:49:41 +0200
  • 427d41c434 Merge b3e5e31a7b into 6ec13e7e2b Gustav Simonsson 2015-08-28 10:14:31 +0000
  • d9addf79fa Improve error string and remove unneeded else clause Gustav Simonsson 2015-08-28 03:42:01 +0200
  • b3e5e31a7b rpc: support empty string as password in personal.unlockAccount Gustav Simonsson 2015-08-28 03:36:42 +0200
  • ff6474050a Merge d9d036017d into 6ec13e7e2b Péter Szilágyi 2015-08-27 14:17:24 +0000
  • d9d036017d rpc/generator: try to resolve return types too Péter Szilágyi 2015-08-27 17:16:41 +0300
  • cfd84a6ad9 build: avoid -X separator warning with Go >= 1.5 Felix Lange 2015-08-27 13:23:37 +0200
  • 6c775aed29 rpc: start supporting return type resolution Péter Szilágyi 2015-08-27 13:41:28 +0300
  • 553d501df7 rpc/generator: make generated code deterministically ordered Péter Szilágyi 2015-08-27 11:49:32 +0300
  • e9fbabd895 rpc/generator: pull in asttools and goimports deps Péter Szilágyi 2015-08-27 10:56:20 +0300
  • 959bd21e75 rpc: first version of an RPC over IPC API generator and API Péter Szilágyi 2015-08-26 20:42:15 +0300
  • 5af3de3328 Merge 3127734208 into 6ec13e7e2b Aleš Katona 2015-08-27 07:33:50 +0000
  • 4174bf474a Merge c04f9a1743 into 6ec13e7e2b Jonathan Brown 2015-08-26 22:48:33 +0000
  • c04f9a1743 Fix warning on go 1.5 Jonathan Brown 2015-08-27 05:48:20 +0700
  • 4e4c8522be Merge a93c267ab4 into 6ec13e7e2b Jonathan Brown 2015-08-26 22:45:59 +0000
  • 52fcb863bf Merge a93c267ab4 into fd512fa12c Jonathan Brown 2015-08-26 22:26:59 +0000
  • a93c267ab4 Fix warning on go 1.5 Jonathan Brown 2015-08-27 05:24:36 +0700
  • 6ec13e7e2b Merge pull request #1701 from karalabe/eth62-sync-rebase Felix Lange 2015-08-27 00:03:59 +0200
  • 2bc9158776 Merge 0abcea8405 into 79b644c7a3 Péter Szilágyi 2015-08-26 20:24:07 +0000
  • 79b644c7a3 Merge pull request #1717 from karalabe/forward-solidity-errors Felix Lange 2015-08-26 19:00:11 +0200
  • 14370a2260 Merge pull request #1718 from caktux/develop Felix Lange 2015-08-26 18:55:51 +0200
  • 3df6f3fc14 Merge pull request #1721 from bas-vk/console-error-parsing Felix Lange 2015-08-26 18:55:31 +0200
  • 847794a321 Merge pull request #1722 from bas-vk/remote-deleteaccount Felix Lange 2015-08-26 18:02:51 +0200
  • 829201382b rpc: return error code for eth_getWork when no work ready Gustav Simonsson 2015-08-26 12:46:50 +0200
  • 0abcea8405 cmd/geth: bump develop version to 1.1.1 Péter Szilágyi 2015-08-26 12:53:33 +0300
  • 5dd2462816 rpc/api - remove personal.deleteAccount from RPC interface Bas van Kervel 2015-08-26 11:39:43 +0200
  • f448310eef bugfix console error handling Bas van Kervel 2015-08-26 11:09:09 +0200
  • 101418b275 common/compiler: fix #1598, expose solidity errors Péter Szilágyi 2015-08-25 19:42:05 +0300
  • 3127734208 * allow empty string passwords for unlocking account Ales Katona 2015-08-25 18:24:42 -0600
  • a1d8015817 add missing shh_getMessages to RPC mappings caktux 2015-08-25 14:42:57 -0400
  • 17f65cd1e5 eth: update metrics collection to handle eth/62 algos Péter Szilágyi 2015-08-25 13:57:49 +0300
  • 47a7fe5d22 eth: port the synchronisation algo to eth/62 Péter Szilágyi 2015-08-14 21:25:41 +0300
  • fd512fa12c Merge pull request #1711 from Gustav-Simonsson/timestamp_big_int v1.1.0 Felix Lange 2015-08-25 15:49:36 +0200
  • dc3fb69dce Merge pull request #1710 from bas-vk/useragent Felix Lange 2015-08-25 12:23:25 +0200
  • abce09954b Merge pull request #1711 from Gustav-Simonsson/timestamp_big_int Felix Lange 2015-08-25 15:49:36 +0200
  • a219159e7e Merge pull request #1710 from bas-vk/useragent Felix Lange 2015-08-25 12:23:25 +0200
  • 7324176f70 Add tests for uncle timestamps and refactor timestamp type Gustav Simonsson 2015-08-24 02:52:53 +0200
  • 6e55771451 spec-1 is 404'd, actual code is spec-2 linagee 2015-08-24 14:09:40 -0600
  • 1f089663f6 Merge c451eba7cd into a0303ff4bd Harlan T Wood 2015-08-24 18:02:16 +0000
  • c451eba7cd fix spelling and broken links Harlan T Wood 2015-08-24 11:01:48 -0700
  • ca88e18f59 eth: kill off protocol eth/60 in preparation for eth/62 Péter Szilágyi 2015-08-14 17:48:26 +0300
  • 42f44dda54 eth, eth/downloader: handle header requests, table driven proto tests Péter Szilágyi 2015-07-02 19:55:18 +0300
  • d910148a96 Set ipc channel as user agent client Bas van Kervel 2015-08-24 12:22:12 +0200
  • 37e5e18c79 Merge 16f84cf1a6 into d51d0022ce Péter Szilágyi 2015-08-21 07:32:09 +0000
  • 16f84cf1a6 cmd, eth: flag for enabling eth protocol versions Péter Szilágyi 2015-08-13 13:36:08 +0300
  • 0df317dbeb eth: upgrade the block header query packet to new spec Péter Szilágyi 2015-08-12 13:46:36 +0300
  • d4e11c312d eth, eth/fetcher: add missing eth62 messages, test bodies Péter Szilágyi 2015-08-11 18:34:33 +0300
  • 7e89046d7d eth, eth/downloader: support receipt retrieval (eth/63) Péter Szilágyi 2015-07-06 14:00:27 +0300
  • b21cd21a7e eth, eth/downloader: support overlapping messages between proto versions Péter Szilágyi 2015-07-06 13:21:44 +0300
  • e04fdd9d22 eth: add state retrieval, test it + block tests Péter Szilágyi 2015-07-03 11:55:37 +0300
  • b31fb6d91e eth, eth/downloader: handle header requests, table driven proto tests Péter Szilágyi 2015-07-02 19:55:18 +0300
  • c51e153b5c eth, metrics, p2p: prepare metrics and net packets to eth/62 Péter Szilágyi 2015-07-02 14:13:46 +0300
  • 40d395264e Merge 8016efccee into d51d0022ce Péter Szilágyi 2015-08-21 07:30:03 +0000
  • 8016efccee eth/downloader: detect and skip fetching empty blocks Péter Szilágyi 2015-08-21 10:29:22 +0300
  • d51d0022ce cmd/geth: bumped version 1.1.0 Jeffrey Wilcke 2015-08-20 21:43:36 +0200
  • a0303ff4bd cmd/geth: bumped version 1.0.2 v1.0.2 Jeffrey Wilcke 2015-08-20 21:41:39 +0200
  • bf2d4e1e1e Merge branch 'release/1.0.1' Jeffrey Wilcke 2015-08-20 20:58:10 +0200
  • f0c7af0477 remove 0x v1.0.1.2 Jeffrey Wilcke 2015-08-20 18:50:47 +0200
  • 34c85d58a4 canary update Jeffrey Wilcke 2015-08-20 18:37:44 +0200
  • 3793991c0e remove 0x Jeffrey Wilcke 2015-08-20 18:50:47 +0200
  • b884d6ebaa canary update Jeffrey Wilcke 2015-08-20 18:37:44 +0200
  • 45bb3c9e39 fixes Anthony Eufemio 2015-08-21 01:34:01 +0900
  • eeac2e7a15 Merge branch 'develop' of github.com:ethereum/go-ethereum into limits-changes Anthony Eufemio 2015-08-21 01:33:34 +0900
  • 969eb61886 core, tests: Double SUICIDE fix Jeffrey Wilcke 2015-08-20 18:22:50 +0200
  • 36f7fe61c3 core, tests: Double SUICIDE fix Jeffrey Wilcke 2015-08-20 18:22:50 +0200