Commit Graph

  • 37111aa4bd core: retry block now also parellise nonce checks obscuren 2015-06-11 12:06:05 +02:00
  • f599a1b5f1 core/vm: added a comment regarding the uint64 vs *big.Int obscuren 2015-06-11 11:59:30 +02:00
  • 9e9bd35557 cmd/geth: Added optional debug flag for reprocess block obscuren 2015-06-11 11:44:39 +02:00
  • 979ebfc126 Merge pull request #1224 from karalabe/report-import-progress Jeffrey Wilcke 2015-06-10 15:30:20 -07:00
  • 8482855bc7 Merge pull request #1218 from tgerring/rpcsign Jeffrey Wilcke 2015-06-10 15:11:19 -07:00
  • acb59f3243 Merge pull request #1223 from obscuren/tx-pool-vroooooom Jeffrey Wilcke 2015-06-10 12:10:18 -07:00
  • 5cfae0536f cmd/evm: print trace when running programs obscuren 2015-06-10 21:09:12 +02:00
  • e7627623b9 core/vm: reverse loop stack obscuren 2015-06-10 21:08:54 +02:00
  • f94c5473ad core/vm: fixed a bug where Data ignored the stack ptr obscuren 2015-06-10 21:08:04 +02:00
  • 10af69b57c core, core/vm: moved logger and added gas cost to struct logging obscuren 2015-06-10 19:56:40 +02:00
  • 3c1cccc801 eth/downloader: fetch the block hashes on the fly, when needed Péter Szilágyi 2015-06-10 20:12:22 +03:00
  • e61db7145a eth: dedup fetches to ensure no blocks are pulled twice Péter Szilágyi 2015-06-10 13:08:00 +03:00
  • 355b1e3bb1 eth: randomly fetch announced block (don't hammer origin) Péter Szilágyi 2015-06-10 12:30:35 +03:00
  • b9affbf9fe eth: discard fetched blocks that don't fit (no goroutine) Péter Szilágyi 2015-06-10 12:17:06 +03:00
  • 2e0694b606 Updated test Taylor Gerring 2015-06-09 09:47:21 -04:00
  • fc2a061d51 core/vm: unexported stack again. No longer required obscuren 2015-06-10 17:45:21 +02:00
  • 065aff9ffa core/vm: documentation and name changes obscuren 2015-06-10 17:40:13 +02:00
  • 4407524d13 core: fixed race condition for subscriptions obscuren 2015-06-10 13:59:45 +02:00
  • 29f7902fee core: fixed test obscuren 2015-06-10 13:54:43 +02:00
  • 65a48f9cd8 core: fixed race condition in the transaction pool obscuren 2015-06-09 23:46:56 +02:00
  • c4af70d0cc cmd/geth: round the import ETA before converting to string Péter Szilágyi 2015-06-10 18:07:23 +03:00
  • 271fb20ecb cmd/geth, eth/downloader: rough guess at the import eta Péter Szilágyi 2015-06-10 18:01:05 +03:00
  • 858a6f0be9 Merge pull request #1230 from fjl/p2p-discover-fix-ping-test Jeffrey Wilcke 2015-06-10 07:51:48 -07:00
  • f249ccaa89 cmd/evm: implements vm.Environment obscuren 2015-06-10 16:46:43 +02:00
  • a8e4cb6dfe p2p/discover: use separate rand.Source instances in tests Felix Lange 2015-06-10 15:15:35 +02:00
  • cf3aabb9d3 miner: update gas used after tx proc for pending block obscuren 2015-06-10 13:52:38 +02:00
  • 261a8077c4 p2p/discover: deflake TestUDP_successfulPing Felix Lange 2015-06-10 13:07:30 +02:00
  • 1774c49456 core: log tx count for each set of blocks we're importing obscuren 2015-06-10 12:57:58 +02:00
  • 6fb6e6679e core/vm, core/state: added storage to structured vm logging obscuren 2015-06-10 12:57:37 +02:00
  • 38c61f6f25 core, core/vm: added structure logging obscuren 2015-06-10 12:23:49 +02:00
  • ff5b3ef087 core/vm: added structured logging obscuren 2015-06-10 10:59:44 +02:00
  • 468501cb86 core/vm: changed program counter to uint64 obscuren 2015-06-10 10:44:46 +02:00
  • b3d5ce7d48 cmd/geth, eth/downloader: collect and report import progress too Péter Szilágyi 2015-06-10 01:20:35 +03:00
  • dffe6d32d6 Merge pull request #1222 from obscuren/state-vm-test-suit-fix Jeffrey Wilcke 2015-06-09 14:20:41 -07:00
  • 6a5c9aff3b tests: check gas limit error obscuren 2015-06-09 22:49:33 +02:00
  • e972a116ac Merge pull request #1221 from karalabe/fix-p2p-dial-test Felix Lange 2015-06-09 22:00:49 +02:00
  • 1cbbfbe7fa p2p: fix a close race in the dial test Péter Szilágyi 2015-06-09 22:26:26 +03:00
  • 7e58949c3f cmd/geth: develop version bump 0.9.29 obscuren 2015-06-09 21:14:11 +02:00
  • 667f5a09c3 Merge branch 'release/0.9.28' into develop obscuren 2015-06-09 21:12:44 +02:00
  • bac9a94ddf Merge branch 'release/0.9.28' obscuren 2015-06-09 21:12:25 +02:00
  • 14994fa21b rpc: skip test if solc version doesn't match obscuren 2015-06-09 21:02:24 +02:00
  • bc6031e7bb core, xeth: moved nonce management burden from xeth to txpool obscuren 2015-06-09 18:14:46 +02:00
  • 93f4852844 cmd/geth: bumped version number 0.9.28 obscuren 2015-06-09 16:03:37 +02:00
  • 5950755b12 Merge pull request #1220 from karalabe/fix-chain-deadlock2 Jeffrey Wilcke 2015-06-09 12:00:47 -07:00
  • 4541c22964 event/filter: hack around data race in the test Péter Szilágyi 2015-06-09 21:33:39 +03:00
  • d652a58ada core: fix a race condition accessing the gas limit Péter Szilágyi 2015-06-09 21:13:21 +03:00
  • fecf214175 core: fix a lock annoyance and potential deadlock Péter Szilágyi 2015-06-09 21:02:26 +03:00
  • 5f341e5db5 Merge pull request #1212 from fjl/p2p-eth-block-timeout Jeffrey Wilcke 2015-06-09 09:51:09 -07:00
  • 73c355591f core, eth: document that result of GetTransactions is modifiable Felix Lange 2015-06-09 17:03:07 +02:00
  • 8dc3048f65 eth/downloader: fix hash fetch timeout handling Felix Lange 2015-06-09 13:13:21 +02:00
  • 3239aca69b p2p: bump global write timeout to 20s Felix Lange 2015-06-09 12:10:40 +02:00
  • 2c24a73e25 eth: add protocol tests Felix Lange 2015-06-09 12:10:19 +02:00
  • 6c73a59806 eth: limit number of sent transactions based on message size Felix Lange 2015-06-09 12:03:14 +02:00
  • 41b2008a66 eth: limit number of sent blocks based on message size Felix Lange 2015-06-09 12:00:41 +02:00
  • 7aefe123e9 core/types: add Transaction.Size Felix Lange 2015-06-09 11:58:41 +02:00
  • fda49f2b52 Merge pull request #1213 from karalabe/polish-console-prettyprinter Jeffrey Wilcke 2015-06-09 07:29:32 -07:00
  • d6f4c515f5 jsre: print function arguments too Péter Szilágyi 2015-06-09 17:23:44 +03:00
  • c71ab2a6a3 Merge pull request #1219 from Gustav-Simonsson/precompiled_ec_recover_padding Jeffrey Wilcke 2015-06-09 07:21:23 -07:00
  • 7842559353 jsre: sort pretty print output, fields before funcs Péter Szilágyi 2015-06-09 17:19:56 +03:00
  • 6e3b58e491 Remove unneeded if check on EC recover padding Gustav Simonsson 2015-06-09 16:03:05 +02:00
  • 365576620a Merge pull request #1216 from karalabe/fix-eth-dataraces Jeffrey Wilcke 2015-06-09 06:53:49 -07:00
  • 15166f880b Skip BlockTests/bcValidBlockTests SimpleTx3 Gustav Simonsson 2015-06-09 15:53:31 +02:00
  • ad5b5a4895 Pad precompiled EC recover input and add validations Gustav Simonsson 2015-06-09 15:41:15 +02:00
  • d8e55a5cc3 Skip VMTests RandomTests temporarily until they are fixed Gustav Simonsson 2015-06-09 15:40:43 +02:00
  • e885a2912b Update Ethereum JSON test files Gustav Simonsson 2015-06-09 15:39:24 +02:00
  • ebf2aabd25 core: fix up a deadlock caused by double locking Péter Szilágyi 2015-06-09 16:26:44 +03:00
  • 60b780c21b Merge pull request #1217 from tgerring/rpcsign Jeffrey Wilcke 2015-06-09 06:19:39 -07:00
  • 76148515fa skip sol on new compiler obscuren 2015-06-09 15:19:20 +02:00
  • ff84352fb7 p2p: fix close data race Péter Szilágyi 2015-06-09 16:05:40 +03:00
  • f371e6c81a Merge pull request #1156 from tgerring/issue1145 Jeffrey Wilcke 2015-06-09 05:49:55 -07:00
  • 046411866b Fixed signing + tests Taylor Gerring 2015-06-09 08:47:20 -04:00
  • ca8cb65b73 core: fix data race accessing ChainManager.currentBlock Péter Szilágyi 2015-06-09 15:30:46 +03:00
  • 07baf66200 core: fix data race in accessing ChainManager.td Péter Szilágyi 2015-06-09 15:23:20 +03:00
  • 1a96798642 gas -> gasprice Taylor Gerring 2015-06-08 20:10:36 -04:00
  • 1c364b6beb gas -> gasprice Taylor Gerring 2015-06-08 20:10:36 -04:00
  • c8a9a4e76d Differentiate between 0 and unspecified gas/gasprice Taylor Gerring 2015-05-29 14:27:15 -05:00
  • d09ead546c eth: fix a data race in the hash announcement processing Péter Szilágyi 2015-06-09 15:09:15 +03:00
  • f86707713c eth: fix data race accessing peer.td Péter Szilágyi 2015-06-09 14:56:27 +03:00
  • 3054fd4811 Merge pull request #1215 from obscuren/issue1202 Jeffrey Wilcke 2015-06-09 04:46:13 -07:00
  • 7da8ebdfd0 Fixed readme links and description obscuren 2015-06-09 13:45:35 +02:00
  • 44147d057d eth: fix data race accessing peer.recentHash Péter Szilágyi 2015-06-09 14:27:44 +03:00
  • 190c1b688a core: skip genesis block for reprocess. Closes #1202 obscuren 2015-06-09 13:22:16 +02:00
  • 05cae69d72 Merge pull request #1188 from karalabe/newblockhashes-proposal Jeffrey Wilcke 2015-06-09 04:07:46 -07:00
  • 087949227c Merge pull request #1153 from karalabe/downloader-banned-starvation-attack Jeffrey Wilcke 2015-06-09 03:45:41 -07:00
  • 3f4ce70d92 jsre: fix wrong separator comma placing due to non consistent field orders Péter Szilágyi 2015-06-09 13:27:45 +03:00
  • 11f65cf885 Merge pull request #1211 from obscuren/genesis_writout_fix Jeffrey Wilcke 2015-06-09 02:55:47 -07:00
  • a5b977aa90 core: write accounts to statedb. Closes #1210 obscuren 2015-06-09 11:36:23 +02:00
  • 0f1cdfa53a Merge pull request #1193 from tgerring/hotbackup Jeffrey Wilcke 2015-06-08 16:32:38 -07:00
  • 81ceac1b96 Merge pull request #1209 from obscuren/txpool_test_and_pending_fix Jeffrey Wilcke 2015-06-08 16:04:30 -07:00
  • 5245bd7b20 core: added a test for missing nonces obscuren 2015-06-09 00:41:47 +02:00
  • 8216bb901c eth: clean up pending announce download map, polish logs Péter Szilágyi 2015-06-09 00:37:10 +03:00
  • 55b7c14554 Merge pull request #1199 from obscuren/settable_genesis_nonce Jeffrey Wilcke 2015-06-08 13:43:41 -07:00
  • 75522f95ce Merge pull request #1204 from carver/deep-log-crashfix Jeffrey Wilcke 2015-06-08 13:35:11 -07:00
  • a9c058dfe0 crash fix: skip deep log if self.chain is not caught up Jason Carver 2015-06-08 11:49:59 -07:00
  • 9ed166c196 eth: split and handle explicitly vs. download requested blocks Péter Szilágyi 2015-06-08 20:38:39 +03:00
  • 44e5ff7d15 Fix blocktest Taylor Gerring 2015-06-08 12:55:15 -04:00
  • 6244b10a8f core: settable genesis nonce obscuren 2015-06-08 12:12:13 +02:00
  • fdccce781e eth: fetch announced hashes from origin, periodically Péter Szilágyi 2015-06-08 19:24:56 +03:00
  • 8c012e103f eth: mark blocks as known when broadcasting hashes too Péter Szilágyi 2015-06-04 19:11:06 +03:00
  • 6f415b96b3 eth: implement the NewBlockHashes protocol proposal Péter Szilágyi 2015-06-04 18:46:07 +03:00