1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 29f7902fee core: fixed test obscuren 2015-06-10 13:54:43 +0200
  • 65a48f9cd8 core: fixed race condition in the transaction pool obscuren 2015-06-09 23:46:56 +0200
  • c4af70d0cc cmd/geth: round the import ETA before converting to string Péter Szilágyi 2015-06-10 18:07:23 +0300
  • 271fb20ecb cmd/geth, eth/downloader: rough guess at the import eta Péter Szilágyi 2015-06-10 18:01:05 +0300
  • 858a6f0be9 Merge pull request #1230 from fjl/p2p-discover-fix-ping-test Jeffrey Wilcke 2015-06-10 07:51:48 -0700
  • f249ccaa89 cmd/evm: implements vm.Environment obscuren 2015-06-10 16:46:43 +0200
  • a8e4cb6dfe p2p/discover: use separate rand.Source instances in tests Felix Lange 2015-06-10 15:15:35 +0200
  • cf3aabb9d3 miner: update gas used after tx proc for pending block obscuren 2015-06-10 13:52:38 +0200
  • 261a8077c4 p2p/discover: deflake TestUDP_successfulPing Felix Lange 2015-06-10 13:07:30 +0200
  • 1774c49456 core: log tx count for each set of blocks we're importing obscuren 2015-06-10 12:57:58 +0200
  • 6fb6e6679e core/vm, core/state: added storage to structured vm logging obscuren 2015-06-10 12:57:37 +0200
  • 38c61f6f25 core, core/vm: added structure logging obscuren 2015-06-10 12:23:49 +0200
  • ff5b3ef087 core/vm: added structured logging obscuren 2015-06-10 10:59:44 +0200
  • 468501cb86 core/vm: changed program counter to uint64 obscuren 2015-06-10 10:44:46 +0200
  • b3d5ce7d48 cmd/geth, eth/downloader: collect and report import progress too Péter Szilágyi 2015-06-10 01:20:35 +0300
  • dffe6d32d6 Merge pull request #1222 from obscuren/state-vm-test-suit-fix Jeffrey Wilcke 2015-06-09 14:20:41 -0700
  • 6a5c9aff3b tests: check gas limit error obscuren 2015-06-09 22:49:33 +0200
  • e972a116ac Merge pull request #1221 from karalabe/fix-p2p-dial-test Felix Lange 2015-06-09 22:00:49 +0200
  • 1cbbfbe7fa p2p: fix a close race in the dial test Péter Szilágyi 2015-06-09 22:26:26 +0300
  • 7e58949c3f cmd/geth: develop version bump 0.9.29 obscuren 2015-06-09 21:14:11 +0200
  • 667f5a09c3 Merge branch 'release/0.9.28' into develop obscuren 2015-06-09 21:12:44 +0200
  • bac9a94ddf Merge branch 'release/0.9.28' v0.9.28 obscuren 2015-06-09 21:12:25 +0200
  • 14994fa21b rpc: skip test if solc version doesn't match obscuren 2015-06-09 21:02:24 +0200
  • bc6031e7bb core, xeth: moved nonce management burden from xeth to txpool obscuren 2015-06-09 18:14:46 +0200
  • 93f4852844 cmd/geth: bumped version number 0.9.28 obscuren 2015-06-09 16:03:37 +0200
  • 5950755b12 Merge pull request #1220 from karalabe/fix-chain-deadlock2 Jeffrey Wilcke 2015-06-09 12:00:47 -0700
  • 4541c22964 event/filter: hack around data race in the test Péter Szilágyi 2015-06-09 21:33:39 +0300
  • d652a58ada core: fix a race condition accessing the gas limit Péter Szilágyi 2015-06-09 21:13:21 +0300
  • fecf214175 core: fix a lock annoyance and potential deadlock Péter Szilágyi 2015-06-09 21:02:26 +0300
  • 5f341e5db5 Merge pull request #1212 from fjl/p2p-eth-block-timeout Jeffrey Wilcke 2015-06-09 09:51:09 -0700
  • 73c355591f core, eth: document that result of GetTransactions is modifiable Felix Lange 2015-06-09 17:03:07 +0200
  • 8dc3048f65 eth/downloader: fix hash fetch timeout handling Felix Lange 2015-06-09 13:13:21 +0200
  • 3239aca69b p2p: bump global write timeout to 20s Felix Lange 2015-06-09 12:10:40 +0200
  • 2c24a73e25 eth: add protocol tests Felix Lange 2015-06-09 12:10:19 +0200
  • 6c73a59806 eth: limit number of sent transactions based on message size Felix Lange 2015-06-09 12:03:14 +0200
  • 41b2008a66 eth: limit number of sent blocks based on message size Felix Lange 2015-06-09 12:00:41 +0200
  • 7aefe123e9 core/types: add Transaction.Size Felix Lange 2015-06-09 11:58:41 +0200
  • fda49f2b52 Merge pull request #1213 from karalabe/polish-console-prettyprinter Jeffrey Wilcke 2015-06-09 07:29:32 -0700
  • d6f4c515f5 jsre: print function arguments too Péter Szilágyi 2015-06-09 17:23:44 +0300
  • c71ab2a6a3 Merge pull request #1219 from Gustav-Simonsson/precompiled_ec_recover_padding Jeffrey Wilcke 2015-06-09 07:21:23 -0700
  • 7842559353 jsre: sort pretty print output, fields before funcs Péter Szilágyi 2015-06-09 17:19:56 +0300
  • 6e3b58e491 Remove unneeded if check on EC recover padding Gustav Simonsson 2015-06-09 16:03:05 +0200
  • 365576620a Merge pull request #1216 from karalabe/fix-eth-dataraces Jeffrey Wilcke 2015-06-09 06:53:49 -0700
  • 15166f880b Skip BlockTests/bcValidBlockTests SimpleTx3 Gustav Simonsson 2015-06-09 15:53:31 +0200
  • ad5b5a4895 Pad precompiled EC recover input and add validations Gustav Simonsson 2015-06-09 15:41:15 +0200
  • d8e55a5cc3 Skip VMTests RandomTests temporarily until they are fixed Gustav Simonsson 2015-06-09 15:40:43 +0200
  • e885a2912b Update Ethereum JSON test files Gustav Simonsson 2015-06-09 15:39:24 +0200
  • ebf2aabd25 core: fix up a deadlock caused by double locking Péter Szilágyi 2015-06-09 16:26:44 +0300
  • 60b780c21b Merge pull request #1217 from tgerring/rpcsign Jeffrey Wilcke 2015-06-09 06:19:39 -0700
  • 76148515fa skip sol on new compiler obscuren 2015-06-09 15:19:20 +0200
  • ff84352fb7 p2p: fix close data race Péter Szilágyi 2015-06-09 16:05:40 +0300
  • f371e6c81a Merge pull request #1156 from tgerring/issue1145 Jeffrey Wilcke 2015-06-09 05:49:55 -0700
  • 046411866b Fixed signing + tests Taylor Gerring 2015-06-09 08:47:20 -0400
  • ca8cb65b73 core: fix data race accessing ChainManager.currentBlock Péter Szilágyi 2015-06-09 15:30:46 +0300
  • 07baf66200 core: fix data race in accessing ChainManager.td Péter Szilágyi 2015-06-09 15:23:20 +0300
  • 1a96798642 gas -> gasprice Taylor Gerring 2015-06-08 20:10:36 -0400
  • 1c364b6beb gas -> gasprice Taylor Gerring 2015-06-08 20:10:36 -0400
  • c8a9a4e76d Differentiate between 0 and unspecified gas/gasprice Taylor Gerring 2015-05-29 14:27:15 -0500
  • d09ead546c eth: fix a data race in the hash announcement processing Péter Szilágyi 2015-06-09 15:09:15 +0300
  • f86707713c eth: fix data race accessing peer.td Péter Szilágyi 2015-06-09 14:56:27 +0300
  • 3054fd4811 Merge pull request #1215 from obscuren/issue1202 Jeffrey Wilcke 2015-06-09 04:46:13 -0700
  • 7da8ebdfd0 Fixed readme links and description obscuren 2015-06-09 13:45:35 +0200
  • 44147d057d eth: fix data race accessing peer.recentHash Péter Szilágyi 2015-06-09 14:27:44 +0300
  • 190c1b688a core: skip genesis block for reprocess. Closes #1202 obscuren 2015-06-09 13:22:16 +0200
  • 05cae69d72 Merge pull request #1188 from karalabe/newblockhashes-proposal Jeffrey Wilcke 2015-06-09 04:07:46 -0700
  • 087949227c Merge pull request #1153 from karalabe/downloader-banned-starvation-attack Jeffrey Wilcke 2015-06-09 03:45:41 -0700
  • 3f4ce70d92 jsre: fix wrong separator comma placing due to non consistent field orders Péter Szilágyi 2015-06-09 13:27:45 +0300
  • 11f65cf885 Merge pull request #1211 from obscuren/genesis_writout_fix Jeffrey Wilcke 2015-06-09 02:55:47 -0700
  • a5b977aa90 core: write accounts to statedb. Closes #1210 obscuren 2015-06-09 11:36:23 +0200
  • 0f1cdfa53a Merge pull request #1193 from tgerring/hotbackup Jeffrey Wilcke 2015-06-08 16:32:38 -0700
  • 81ceac1b96 Merge pull request #1209 from obscuren/txpool_test_and_pending_fix Jeffrey Wilcke 2015-06-08 16:04:30 -0700
  • 5245bd7b20 core: added a test for missing nonces obscuren 2015-06-09 00:41:47 +0200
  • 8216bb901c eth: clean up pending announce download map, polish logs Péter Szilágyi 2015-06-09 00:37:10 +0300
  • 55b7c14554 Merge pull request #1199 from obscuren/settable_genesis_nonce Jeffrey Wilcke 2015-06-08 13:43:41 -0700
  • 75522f95ce Merge pull request #1204 from carver/deep-log-crashfix Jeffrey Wilcke 2015-06-08 13:35:11 -0700
  • a9c058dfe0 crash fix: skip deep log if self.chain is not caught up Jason Carver 2015-06-08 11:49:59 -0700
  • 9ed166c196 eth: split and handle explicitly vs. download requested blocks Péter Szilágyi 2015-06-08 20:38:39 +0300
  • 44e5ff7d15 Fix blocktest Taylor Gerring 2015-06-08 12:55:15 -0400
  • 6244b10a8f core: settable genesis nonce obscuren 2015-06-08 12:12:13 +0200
  • fdccce781e eth: fetch announced hashes from origin, periodically Péter Szilágyi 2015-06-08 19:24:56 +0300
  • 8c012e103f eth: mark blocks as known when broadcasting hashes too Péter Szilágyi 2015-06-04 19:11:06 +0300
  • 6f415b96b3 eth: implement the NewBlockHashes protocol proposal Péter Szilágyi 2015-06-04 18:46:07 +0300
  • 4ed3509a02 eth/downloader: test registration rejection on head ban Péter Szilágyi 2015-06-08 15:02:52 +0300
  • c4f224932f eth/downloader: reject peer registration if head is banned Péter Szilágyi 2015-06-08 14:46:31 +0300
  • 63c6cedb14 eth/downloader: cap the hash ban set, add test for it Péter Szilágyi 2015-06-08 14:06:36 +0300
  • 4b2dd44711 eth/downloader: fix throttling test to be less timing dependent Péter Szilágyi 2015-06-07 18:46:32 +0300
  • 2d627995cf eth/downloader: fix another rebase error Péter Szilágyi 2015-06-07 18:41:05 +0300
  • b40c796ff7 eth/downloader: preallocate the block cache Péter Szilágyi 2015-06-03 19:00:54 +0300
  • 1d7bf3d39f eth/downloader: fix merge compile error Péter Szilágyi 2015-06-03 18:39:56 +0300
  • 6d497f61c6 eth/downloader: don't block hash deliveries while pulling blocks Péter Szilágyi 2015-06-02 15:57:07 +0300
  • 9da0232eef eth/downloader: update test for shitty travis Péter Szilágyi 2015-05-30 00:45:22 +0300
  • 0275fcb3d3 eth/downloader: clean up and simplify the code a bit Péter Szilágyi 2015-05-30 00:34:23 +0300
  • abdfcda4dd eth/downloader: short circuit sync if head hash is banned Péter Szilágyi 2015-05-29 21:15:28 +0300
  • 84bc93d8cb eth/downloader: accumulating hash bans for reconnecting attackers Péter Szilágyi 2015-05-29 21:04:20 +0300
  • eedb25b22a eth/downloader: clean up tests and unused variables Péter Szilágyi 2015-05-29 19:47:00 +0300
  • c6faa18ec9 Merge pull request #1198 from fjl/core-fix-nonce-check Jeffrey Wilcke 2015-06-08 01:31:34 -0700
  • 6c27e2aaf6 core: add bad block for the 'missing nonce check' fork Felix Lange 2015-06-08 02:49:43 +0200
  • 0b493910d3 core: fix the nonce check one more time Felix Lange 2015-06-08 02:19:39 +0200
  • 4ab0cedf42 Export should start with block 0 Taylor Gerring 2015-06-06 10:59:56 -0400
  • 2729e6294a Improved error checking Taylor Gerring 2015-06-06 10:04:13 -0400