aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain_test.go
Commit message (Expand)AuthorAgeFilesLines
* params: enable Byzantium on Ropsten/tests, fix failuresPéter Szilágyi2017-09-141-1/+1
* core: only fire one chain head per batch (#15123)Péter Szilágyi2017-09-111-1/+1
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-26/+27
* core: fix blockchain goroutine leaks in testsPéter Szilágyi2017-08-071-6/+51
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-4/+4
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-5/+5
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-4/+1
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-3/+3
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-49/+48
* core: refactor genesis handlingFelix Lange2017-03-231-243/+108
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-20/+14
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-8/+8
* core, eth, internal: Added `debug_getBadBlocks()` method (#3654)Martin Holst Swende2017-02-141-0/+1
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-8/+8
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-8/+8
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-13/+13
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
* Merge pull request #3516 from fjl/types-drop-sign-ecdsaPéter Szilágyi2017-01-061-15/+15
|\
| * core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-15/+15
* | core/vm: move Log to core/typesFelix Lange2017-01-061-1/+1
|/
* core: eip unit tests (#3309)Jeffrey Wilcke2016-11-281-7/+71
* core: improved bad block error reporting (#3320)Jeffrey Wilcke2016-11-231-2/+2
* core, core/types: refactored tx chain id checkingJeffrey Wilcke2016-11-141-5/+2
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-11/+117
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-10/+10
* cmd/geth, code, eth/downloader: tune import logs and mem statsPéter Szilágyi2016-10-211-1/+1
* core: ensure the canonical block is written before the canonical hash is setBas van Kervel2016-08-161-0/+38
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-8/+8
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-15/+15
* accounts/a/b/backends, core: chain maker homestead block set to 0Jeffrey Wilcke2016-04-011-6/+4
* core: added basic chain configurationJeffrey Wilcke2016-04-011-17/+18
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-2/+2
* core, eth: replace reorganiz with reorganisLeif Jurvetson2016-03-161-4/+4
* core: various typosLeif Jurvetson2016-03-161-4/+4
* core: create a header chain structure shared by core.BlockChain and light.Lig...zsfelfoldi2016-03-101-3/+8
* core: announce ChainSideEvent during reorgJeffrey Wilcke2016-03-081-0/+80
* eth/filters: ✨ pending logs ✨Jeffrey Wilcke2016-02-131-2/+2
* core: added a new RemovedLogEventJeffrey Wilcke2015-12-011-0/+43
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-4/+4
* core, eth, miner, xeth: clean up tx/receipt db accessorsPéter Szilágyi2015-11-191-4/+4
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-64/+75
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-1/+1
* core, eth: roll back uncertain headers in failed fast syncsPéter Szilágyi2015-10-191-2/+13
* eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-191-10/+19
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-5/+157
* core: support inserting pure header chainsPéter Szilágyi2015-10-191-235/+352
* core: fixed head write on block insertionJeffrey Wilcke2015-10-051-0/+13
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-0/+652