1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 207bd55751 eth: reduced max open files for LevelDB obscuren 2015-05-21 11:45:35 +0200
  • 84cd618585 ethdb: documentation and corruption recovery obscuren 2015-05-21 11:43:05 +0200
  • ef8744d9fc core: switched back to set.Set for uncle verification obscuren 2015-05-21 11:36:39 +0200
  • ff1630834c xeth: removed Value obscuren 2015-05-21 11:36:05 +0200
  • 52db6d8be5 eth/downloader: circumvent a forged block chain with known parent attack Péter Szilágyi 2015-05-21 08:37:27 +0300
  • e8b22b9253 eth/downloader: prevent a peer from dripping bad hashes Péter Szilágyi 2015-05-21 08:07:58 +0300
  • 6a72cd45e2 Add wrapper for BlockTests/bcWalletTest.json Gustav Simonsson 2015-05-18 16:28:54 +0200
  • 1d51cada3c Handle call depth exception for CREATE Gustav Simonsson 2015-05-18 16:23:20 +0200
  • 36419defd1 Update Ethereum JSON test files Gustav Simonsson 2015-05-18 12:45:24 +0200
  • 9bde7fd72e Merge pull request #1043 from obscuren/test_fixes Jeffrey Wilcke 2015-05-20 03:06:04 -0700
  • 8fe8ec84f6 Merge pull request #1049 from zsfelfoldi/receipts Jeffrey Wilcke 2015-05-20 03:00:36 -0700
  • 0300eef94d Merge pull request #1048 from ethersphere/cli-fixes Jeffrey Wilcke 2015-05-20 02:31:52 -0700
  • 6b83a0a589 Merge pull request #1050 from karalabe/handle-slow-download-tester Jeffrey Wilcke 2015-05-20 02:29:23 -0700
  • adaa49d2cc Merge pull request #1051 from karalabe/fix-odd-naming Jeffrey Wilcke 2015-05-20 02:29:07 -0700
  • 3c8227b935 eth: fix odd method names in peer set Péter Szilágyi 2015-05-20 10:34:45 +0300
  • 6f54eb6d9a eth/downloader: fix test to it doesn't time out on a slow machine Péter Szilágyi 2015-05-20 10:15:42 +0300
  • 00ec4132f8 Storing tx receipts in extraDb zsfelfoldi 2015-05-20 06:41:50 +0200
  • e1d1417729 rpc: NewNotAvailableError instead of NewNotImplementedError if no solc zelig 2015-05-20 05:29:28 +0100
  • 00f59f5014 fix eth.sign. now implemented in admin jsre until web3.js has it . zelig 2015-05-20 04:38:20 +0100
  • b0ae84aa0d multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023 zelig 2015-05-20 04:11:48 +0100
  • ea893aca8f update web3.js to 0.4.2 zelig 2015-05-20 02:58:49 +0100
  • d92172f3d4 add usage doc to wallet import zelig 2015-05-20 02:42:10 +0100
  • 4201a18117 remove solc flair zelig 2015-05-20 02:15:33 +0100
  • 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work zelig 2015-05-20 02:04:52 +0100
  • f9abcee0f9 fix solc tests unskip zelig 2015-05-18 15:31:26 +0100
  • 9617aa8e19 tests: added conditional skip on long running VM tests obscuren 2015-05-20 00:20:07 +0200
  • f5af1fdca8 core/vm: RETURN op code returns pointer to memory rather than copy obscuren 2015-05-19 17:26:38 +0200
  • 648b352424 tests/vm: updated tests and skipped output for specific tests obscuren 2015-05-19 17:22:41 +0200
  • 79042223dc Merge pull request #1044 from obscuren/thread_safe_block_cache Jeffrey Wilcke 2015-05-19 15:11:41 -0700
  • b14ee6ce16 Merge pull request #1046 from tgerring/issue1045 Jeffrey Wilcke 2015-05-19 15:11:20 -0700
  • 8dac28f2e3 core: block cache Has method thread safe obscuren 2015-05-19 17:52:44 +0200
  • 87a05c8f38 core: skipped tests while cache disabled obscuren 2015-05-19 21:50:26 +0200
  • 32b8565022 Support multiple account unlock attempts Taylor Gerring 2015-05-19 14:46:32 -0500
  • af8ada45e7 Allow unlocking multiple accounts #1045 Taylor Gerring 2015-05-19 13:40:41 -0500
  • 46d6470c43 Merge pull request #1035 from karalabe/eth-threadsafe-peers Jeffrey Wilcke 2015-05-19 08:50:38 -0700
  • 9b825e2728 Merge pull request #1036 from tgerring/issue884 Jeffrey Wilcke 2015-05-19 06:44:31 -0700
  • 748263d2f0 Use bytes.Repeat() instead of 32-byte literal Taylor Gerring 2015-05-19 08:14:48 -0500
  • 7d9a13e0d5 core: disable cash tmp obscuren 2015-05-19 12:59:12 +0200
  • 6c2ad7b72e Merge pull request #1034 from obscuren/tx_pool_fix Jeffrey Wilcke 2015-05-18 12:28:51 -0700
  • b7baceefda xeth: remove nonce on error. Fixes #1026 obscuren 2015-05-18 20:26:41 +0200
  • 4755caeb2d eth: remote a superfluous peerSet method Péter Szilágyi 2015-05-18 21:35:42 +0300
  • 5422fe5125 eth: make the peer set thread safe Péter Szilágyi 2015-05-18 21:33:37 +0300
  • bd0c0a633b Merge pull request #1022 from obscuren/parallel_nonce_checks Jeffrey Wilcke 2015-05-18 11:13:53 -0700
  • d6adadc5e3 Merge pull request #1033 from tgerring/issue1010 Jeffrey Wilcke 2015-05-18 11:12:58 -0700
  • 0864f1fc8e Remove unused confirm() method Taylor Gerring 2015-05-18 12:25:33 -0500
  • f14feea436 Refactor user prompts into utils Taylor Gerring 2015-05-18 12:24:30 -0500
  • 36a4ba3248 Add user confirmation for removedb Taylor Gerring 2015-05-18 12:04:35 -0500
  • 40717465bc core: fixed tests obscuren 2015-05-18 17:46:47 +0200
  • 59c0d01418 core: chain manager no longer exports genesis block obscuren 2015-05-18 16:04:10 +0200
  • bc5e60cd63 miner: stale block notification obscuren 2015-05-17 17:51:34 +0200
  • fe41bd6fe8 Add "removedb" command to Geth Taylor Gerring 2015-05-18 10:54:15 -0500
  • a3a5f8b593 Merge pull request #1032 from tgerring/issue1025 Jeffrey Wilcke 2015-05-18 08:49:35 -0700
  • 54b5c8273d XEth comment clarification Taylor Gerring 2015-05-18 10:41:56 -0500
  • a2598e649d Permit multiple CORS domains Taylor Gerring 2015-05-18 10:31:03 -0500
  • 62d76b8e1f Cleanup Taylor Gerring 2015-05-18 10:11:27 -0500
  • a528bd04db Return nil for certain fields on eth_getTransactionByHash when not part of a block Taylor Gerring 2015-05-18 10:09:00 -0500
  • 677796b351 Merge pull request #1031 from bas-vk/issue1012 Jeffrey Wilcke 2015-05-18 07:33:06 -0700
  • d381d9a74c Return nil for certain fields on eth_getBlockByNumber pending Taylor Gerring 2015-05-18 09:16:10 -0500
  • 60561cdca2 fixed issue when miner is not stopping af stop command Bas van Kervel 2015-05-18 16:09:01 +0200
  • 7778740315 fixed race condition in miner Bas van Kervel 2015-05-18 15:13:58 +0200
  • c67424ecc8 core: parallelise nonce checking when processing blocks obscuren 2015-05-17 01:42:30 +0200
  • 67d44519ce core: bugfix test 2. set => hash map obscuren 2015-05-18 10:49:09 +0200
  • 54f0f82dd1 ret obscuren 2015-05-18 10:14:48 +0200
  • e323f0e831 core: tmp diagnostic logs obscuren 2015-05-18 10:13:50 +0200
  • 280b7f23af Merge branch 'hotfix/0.9.22' into develop obscuren 2015-05-17 21:35:29 +0200
  • 915fc0e581 Merge branch 'hotfix/0.9.22' v0.9.22 obscuren 2015-05-17 21:35:15 +0200
  • 3a51d5e80c cmd/geth: fixed ver num obscuren 2015-05-17 21:34:28 +0200
  • 443d024843 Merge pull request #1021 from obscuren/global_chain_lock Jeffrey Wilcke 2015-05-17 08:54:16 -0700
  • 27782bbade core: global chain insert lock obscuren 2015-05-17 00:55:02 +0200
  • 426c70ac0b Merge pull request #1011 from obscuren/upgradedb_fix Jeffrey Wilcke 2015-05-16 08:48:49 -0700
  • 28ba374f27 cmd/geth: delete state db on upgradedb command obscuren 2015-05-16 17:43:19 +0200
  • ad99089567 Merge branch 'hotfix/0.9.21.1' into develop obscuren 2015-05-16 13:04:43 +0200
  • 69f8a1b01a Merge branch 'hotfix/0.9.21-1' obscuren 2015-05-16 13:03:30 +0200
  • ad7b0efbd3 cmd/geth: hotfix bump v0.9.21.1 obscuren 2015-05-16 12:38:23 +0200
  • d98a6f85fc core: further improved uncle error messages obscuren 2015-05-16 12:33:55 +0200
  • c2ef8682fe eth/downloader: moved start event obscuren 2015-05-16 12:29:19 +0200
  • fe64a13cea Adjust miner coinbase and not just miner worker coinbase Vitalik Buterin 2015-05-15 21:23:09 -0400
  • 741fa8ca9c miner: mutex locks on cpu agent. Closes #1007 obscuren 2015-05-16 12:13:59 +0200
  • 61e8296bd8 Adjust miner coinbase and not just miner worker coinbase Vitalik Buterin 2015-05-15 21:23:09 -0400
  • 4b2ee6c30c Merge branch 'release/0.9.21' into develop obscuren 2015-05-16 00:27:35 +0200
  • 1564f1a020 Merge branch 'release/0.9.21' v0.9.21 obscuren 2015-05-16 00:27:13 +0200
  • 7ea76fcf99 core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21 obscuren 2015-05-15 23:53:41 +0200
  • 79fa05867f xeth: set balance max balance to from in call. Closes #951 obscuren 2015-05-15 23:52:57 +0200
  • d116b9595c Merge pull request #989 from obscuren/develop Jeffrey Wilcke 2015-05-15 15:02:22 -0700
  • 55d85d60fd eth, cmd/geth: start mining from console respects CLI flag obscuren 2015-05-15 16:47:44 +0200
  • d3e84cc8b4 miner: properly check for mining operation on Register obscuren 2015-05-15 16:20:50 +0200
  • 5cec1aad15 core, miner: fork resolving and restart miner after sync op obscuren 2015-05-15 15:30:34 +0200
  • 82c0780f81 Merge pull request #996 from karalabe/fix-potential-crosscheck-race Jeffrey Wilcke 2015-05-15 11:23:44 -0700
  • cea1723c68 Merge pull request #997 from karalabe/fix-shitty-test-server-issue Jeffrey Wilcke 2015-05-15 11:22:51 -0700
  • 412cf98bbc eth/downloader: fix #992, where tests may time out on a slow machine Péter Szilágyi 2015-05-15 21:16:42 +0300
  • f3ae8f50a5 eth/downloader: circumvent download race between crosscheck and hashes Péter Szilágyi 2015-05-15 20:54:10 +0300
  • 98998534cb Merge pull request #995 from Gustav-Simonsson/update_state_tests_and_vm_create_return Jeffrey Wilcke 2015-05-15 10:31:41 -0700
  • 619e8a4f03 Add StateTests/RandomTests but skip for now Gustav Simonsson 2015-05-15 19:17:40 +0200
  • 164ba56a60 Merge pull request #994 from karalabe/fix-cancel-double-close Jeffrey Wilcke 2015-05-15 10:15:35 -0700
  • 32276e8b01 Update StateTests and nil create return on failed code deposit Gustav Simonsson 2015-05-15 18:49:31 +0200
  • 4f0d88cb02 eth/downloader: fix cancel channel double close Péter Szilágyi 2015-05-15 19:43:42 +0300
  • 830bdb1cfd Update Ethereum JSON tests Gustav Simonsson 2015-05-15 16:08:00 +0200
  • dadf01de60 unskip StateTests/stTransactionTest and use test tx nonce Gustav Simonsson 2015-05-15 16:05:11 +0200
  • 7d71a75d77 Merge pull request #988 from karalabe/fix-downloader-vulnerabilities Jeffrey Wilcke 2015-05-15 06:38:12 -0700
  • 5c1a7b965c eth/downloader: circumvent a fake blockchain attack Péter Szilágyi 2015-05-15 14:48:57 +0300