Commit Graph

  • 6ad817e17b Add StateTests/RandomTests and VMTests/RandomTests Gustav Simonsson 2015-05-21 23:04:46 +02:00
  • 13e662f6de Merge branch 'develop' obscuren 2015-05-21 19:53:35 +02:00
  • 054abe20b8 miner: moved break INSIDE the switch ... obscuren 2015-05-21 19:53:27 +02:00
  • 8c25a83708 Merge branch 'release/0.9.23' into develop obscuren 2015-05-21 18:59:26 +02:00
  • 2c1c78a6d9 Merge branch 'release/0.9.23' obscuren 2015-05-21 18:58:57 +02:00
  • cbd3ae6906 p2p/discover: fix #838, evacuate self entries from the node db Péter Szilágyi 2015-05-21 19:41:46 +03:00
  • af24c271c7 p2p/discover: fix database presistency test folder Péter Szilágyi 2015-05-21 19:28:10 +03:00
  • 3ea9868b65 miner: on downloader.Done/Fail stop immediately. Ignore pending evs obscuren 2015-05-21 18:14:32 +02:00
  • 4600ecb5c7 cmd/geth: bump version 0.9.23 obscuren 2015-05-21 17:56:06 +02:00
  • f1cc3619f5 Merge pull request #1055 from ethersphere/autodag Jeffrey Wilcke 2015-05-21 09:01:57 -07:00
  • af28736bd0 Merge pull request #1064 from karalabe/downloader-attacks Jeffrey Wilcke 2015-05-21 09:00:12 -07:00
  • 06a041589f eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K Péter Szilágyi 2015-05-21 18:16:04 +03:00
  • bed80133e0 automatic DAG pregeneration for smooth epoch transitions - backend: AutoDAG bool flag passed from cli/eth.Config to ethereum, autoDAG loop started if true - backend: autoDAG loop start/stop, remove previous DAG - cli: AutoDAG bool flag, off by default, but automatically ON if mining - admin jsre: add startAutoDAG stopAutoDAG and makeDAG in miner section - switch on/off DAG autogeneration when miner started/stopped on console zelig 2015-05-20 16:56:17 +01:00
  • 1da145675d Merge pull request #1063 from bas-vk/issue1053 Jeffrey Wilcke 2015-05-21 06:43:17 -07:00
  • a61e6788db prefix dapp key/value entries in extradb Bas van Kervel 2015-05-21 15:20:38 +02:00
  • 90b672f1af Merge pull request #1062 from Gustav-Simonsson/tests_updates Jeffrey Wilcke 2015-05-21 04:49:23 -07:00
  • bf7dcfce36 Merge pull request #1059 from obscuren/cleanup Jeffrey Wilcke 2015-05-21 04:11:36 -07:00
  • 907848997b miner: one-shot update loop obscuren 2015-05-21 11:57:00 +02:00
  • 207bd55751 eth: reduced max open files for LevelDB obscuren 2015-05-21 11:45:35 +02:00
  • 84cd618585 ethdb: documentation and corruption recovery obscuren 2015-05-21 11:43:05 +02:00
  • ef8744d9fc core: switched back to set.Set for uncle verification obscuren 2015-05-21 11:36:39 +02:00
  • ff1630834c xeth: removed Value obscuren 2015-05-21 11:36:05 +02:00
  • 52db6d8be5 eth/downloader: circumvent a forged block chain with known parent attack Péter Szilágyi 2015-05-21 08:37:27 +03:00
  • e8b22b9253 eth/downloader: prevent a peer from dripping bad hashes Péter Szilágyi 2015-05-21 08:07:58 +03:00
  • 6a72cd45e2 Add wrapper for BlockTests/bcWalletTest.json Gustav Simonsson 2015-05-18 16:28:54 +02:00
  • 1d51cada3c Handle call depth exception for CREATE Gustav Simonsson 2015-05-18 16:23:20 +02:00
  • 36419defd1 Update Ethereum JSON test files Gustav Simonsson 2015-05-18 12:45:24 +02:00
  • 9bde7fd72e Merge pull request #1043 from obscuren/test_fixes Jeffrey Wilcke 2015-05-20 03:06:04 -07:00
  • 8fe8ec84f6 Merge pull request #1049 from zsfelfoldi/receipts Jeffrey Wilcke 2015-05-20 03:00:36 -07:00
  • 0300eef94d Merge pull request #1048 from ethersphere/cli-fixes Jeffrey Wilcke 2015-05-20 02:31:52 -07:00
  • 6b83a0a589 Merge pull request #1050 from karalabe/handle-slow-download-tester Jeffrey Wilcke 2015-05-20 02:29:23 -07:00
  • adaa49d2cc Merge pull request #1051 from karalabe/fix-odd-naming Jeffrey Wilcke 2015-05-20 02:29:07 -07:00
  • 3c8227b935 eth: fix odd method names in peer set Péter Szilágyi 2015-05-20 10:34:45 +03:00
  • 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 +03:00
  • 00ec4132f8 Storing tx receipts in extraDb zsfelfoldi 2015-05-20 06:41:50 +02:00
  • e1d1417729 rpc: NewNotAvailableError instead of NewNotImplementedError if no solc zelig 2015-05-20 05:29:28 +01:00
  • 00f59f5014 fix eth.sign. now implemented in admin jsre until web3.js has it . zelig 2015-05-20 04:38:20 +01:00
  • b0ae84aa0d multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023 zelig 2015-05-20 04:11:48 +01:00
  • ea893aca8f update web3.js to 0.4.2 zelig 2015-05-20 02:58:49 +01:00
  • d92172f3d4 add usage doc to wallet import zelig 2015-05-20 02:42:10 +01:00
  • 4201a18117 remove solc flair zelig 2015-05-20 02:15:33 +01:00
  • 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work zelig 2015-05-20 02:04:52 +01:00
  • f9abcee0f9 fix solc tests unskip zelig 2015-05-18 15:31:26 +01:00
  • 9617aa8e19 tests: added conditional skip on long running VM tests obscuren 2015-05-20 00:20:07 +02:00
  • f5af1fdca8 core/vm: RETURN op code returns pointer to memory rather than copy obscuren 2015-05-19 17:26:38 +02:00
  • 648b352424 tests/vm: updated tests and skipped output for specific tests obscuren 2015-05-19 17:22:41 +02:00
  • 79042223dc Merge pull request #1044 from obscuren/thread_safe_block_cache Jeffrey Wilcke 2015-05-19 15:11:41 -07:00
  • b14ee6ce16 Merge pull request #1046 from tgerring/issue1045 Jeffrey Wilcke 2015-05-19 15:11:20 -07:00
  • 8dac28f2e3 core: block cache Has method thread safe obscuren 2015-05-19 17:52:44 +02:00
  • 87a05c8f38 core: skipped tests while cache disabled obscuren 2015-05-19 21:50:26 +02:00
  • 32b8565022 Support multiple account unlock attempts Taylor Gerring 2015-05-19 14:46:32 -05:00
  • af8ada45e7 Allow unlocking multiple accounts #1045 Taylor Gerring 2015-05-19 13:40:41 -05:00
  • 46d6470c43 Merge pull request #1035 from karalabe/eth-threadsafe-peers Jeffrey Wilcke 2015-05-19 08:50:38 -07:00
  • 9b825e2728 Merge pull request #1036 from tgerring/issue884 Jeffrey Wilcke 2015-05-19 06:44:31 -07:00
  • 748263d2f0 Use bytes.Repeat() instead of 32-byte literal Taylor Gerring 2015-05-19 08:14:48 -05:00
  • 7d9a13e0d5 core: disable cash tmp obscuren 2015-05-19 12:59:12 +02:00
  • 6c2ad7b72e Merge pull request #1034 from obscuren/tx_pool_fix Jeffrey Wilcke 2015-05-18 12:28:51 -07:00
  • b7baceefda xeth: remove nonce on error. Fixes #1026 obscuren 2015-05-18 20:26:41 +02:00
  • 4755caeb2d eth: remote a superfluous peerSet method Péter Szilágyi 2015-05-18 21:35:42 +03:00
  • 5422fe5125 eth: make the peer set thread safe Péter Szilágyi 2015-05-18 21:33:37 +03:00
  • bd0c0a633b Merge pull request #1022 from obscuren/parallel_nonce_checks Jeffrey Wilcke 2015-05-18 11:13:53 -07:00
  • d6adadc5e3 Merge pull request #1033 from tgerring/issue1010 Jeffrey Wilcke 2015-05-18 11:12:58 -07:00
  • 0864f1fc8e Remove unused confirm() method Taylor Gerring 2015-05-18 12:25:33 -05:00
  • f14feea436 Refactor user prompts into utils Taylor Gerring 2015-05-18 12:24:30 -05:00
  • 36a4ba3248 Add user confirmation for removedb Taylor Gerring 2015-05-18 12:04:35 -05:00
  • 40717465bc core: fixed tests obscuren 2015-05-18 17:46:47 +02:00
  • 59c0d01418 core: chain manager no longer exports genesis block obscuren 2015-05-18 16:04:10 +02:00
  • bc5e60cd63 miner: stale block notification obscuren 2015-05-17 17:51:34 +02:00
  • fe41bd6fe8 Add "removedb" command to Geth Taylor Gerring 2015-05-18 10:54:15 -05:00
  • a3a5f8b593 Merge pull request #1032 from tgerring/issue1025 Jeffrey Wilcke 2015-05-18 08:49:35 -07:00
  • 54b5c8273d XEth comment clarification Taylor Gerring 2015-05-18 10:41:56 -05:00
  • a2598e649d Permit multiple CORS domains Taylor Gerring 2015-05-18 10:31:03 -05:00
  • 62d76b8e1f Cleanup Taylor Gerring 2015-05-18 10:11:27 -05:00
  • a528bd04db Return nil for certain fields on eth_getTransactionByHash when not part of a block Taylor Gerring 2015-05-18 10:09:00 -05:00
  • 677796b351 Merge pull request #1031 from bas-vk/issue1012 Jeffrey Wilcke 2015-05-18 07:33:06 -07:00
  • d381d9a74c Return nil for certain fields on eth_getBlockByNumber pending Taylor Gerring 2015-05-18 09:16:10 -05:00
  • 60561cdca2 fixed issue when miner is not stopping af stop command Bas van Kervel 2015-05-18 16:09:01 +02:00
  • 7778740315 fixed race condition in miner Bas van Kervel 2015-05-18 15:13:58 +02:00
  • c67424ecc8 core: parallelise nonce checking when processing blocks obscuren 2015-05-17 01:42:30 +02:00
  • 67d44519ce core: bugfix test 2. set => hash map obscuren 2015-05-18 10:49:09 +02:00
  • 54f0f82dd1 ret obscuren 2015-05-18 10:14:48 +02:00
  • e323f0e831 core: tmp diagnostic logs obscuren 2015-05-18 10:13:50 +02:00
  • 280b7f23af Merge branch 'hotfix/0.9.22' into develop obscuren 2015-05-17 21:35:29 +02:00
  • 915fc0e581 Merge branch 'hotfix/0.9.22' obscuren 2015-05-17 21:35:15 +02:00
  • 3a51d5e80c cmd/geth: fixed ver num obscuren 2015-05-17 21:34:28 +02:00
  • 443d024843 Merge pull request #1021 from obscuren/global_chain_lock Jeffrey Wilcke 2015-05-17 08:54:16 -07:00
  • 27782bbade core: global chain insert lock obscuren 2015-05-17 00:55:02 +02:00
  • 426c70ac0b Merge pull request #1011 from obscuren/upgradedb_fix Jeffrey Wilcke 2015-05-16 08:48:49 -07:00
  • 28ba374f27 cmd/geth: delete state db on upgradedb command obscuren 2015-05-16 17:43:19 +02:00
  • ad99089567 Merge branch 'hotfix/0.9.21.1' into develop obscuren 2015-05-16 13:04:43 +02:00
  • 69f8a1b01a Merge branch 'hotfix/0.9.21-1' obscuren 2015-05-16 13:03:30 +02:00
  • ad7b0efbd3 cmd/geth: hotfix bump obscuren 2015-05-16 12:38:23 +02:00
  • d98a6f85fc core: further improved uncle error messages obscuren 2015-05-16 12:33:55 +02:00
  • c2ef8682fe eth/downloader: moved start event obscuren 2015-05-16 12:29:19 +02:00
  • fe64a13cea Adjust miner coinbase and not just miner worker coinbase Vitalik Buterin 2015-05-15 21:23:09 -04:00
  • 741fa8ca9c miner: mutex locks on cpu agent. Closes #1007 obscuren 2015-05-16 12:13:59 +02:00
  • 61e8296bd8 Adjust miner coinbase and not just miner worker coinbase Vitalik Buterin 2015-05-15 21:23:09 -04:00
  • 4b2ee6c30c Merge branch 'release/0.9.21' into develop obscuren 2015-05-16 00:27:35 +02:00
  • 1564f1a020 Merge branch 'release/0.9.21' obscuren 2015-05-16 00:27:13 +02:00
  • 7ea76fcf99 core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21 obscuren 2015-05-15 23:53:41 +02:00