aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-5/+6
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-26/+32
* cmd/geth, code, eth/downloader: tune import logs and mem statsPéter Szilágyi2016-10-211-2/+15
* Merge pull request #3156 from holiman/metrics-blocksJeffrey Wilcke2016-10-181-0/+2
|\
| * core: Add block processing time metric collectionMartin Holst Swende2016-10-181-0/+2
* | common, core, eth/downloader: adjust import log formattingPéter Szilágyi2016-10-181-16/+23
|/
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-1/+1
* core: fixed import reporterJeffrey Wilcke2016-10-111-1/+1
* core: print import stats more oftenFelix Lange2016-10-081-11/+42
* core, eth, trie: reuse trie journals in all our codePéter Szilágyi2016-09-281-1/+6
* core/state: track all accounts in canon stateFelix Lange2016-09-261-13/+22
* core: ensure the canonical block is written before the canonical hash is setBas van Kervel2016-08-161-9/+9
* core: solve a remote-import/local-mine data racePéter Szilágyi2016-07-081-4/+3
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-52/+72
* core, core/state, trie: enterprise hand-tuned multi-level cachingPéter Szilágyi2016-05-261-1/+6
* eth: enable bad block reportsFelix Lange2016-05-251-4/+1
* core: Provide a public accessor for ChainConfigNicholas Johnson2016-04-291-0/+3
* all: fix go vet warningsFelix Lange2016-04-151-2/+2
* core, core/types, eth: add and use Block.BodyFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-15/+10
* core, eth, cmd: temporary work around for enabling the jitJeffrey Wilcke2016-03-241-1/+6
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-1/+1
* Merge pull request #2341 from leijurv/patch-2Péter Szilágyi2016-03-161-3/+3
|\
| * core: fixed various typosLeif Jurvetson2016-03-161-3/+3
* | core, eth: replace reorganiz with reorganisLeif Jurvetson2016-03-161-1/+1
|/
* Merge pull request #2311 from obscuren/future-proc-fixJeffrey Wilcke2016-03-121-14/+15
|\
| * core: added future proc mutex lockJeffrey Wilcke2016-03-111-14/+15
* | core: cache fresh headers and tds to avoid db trashingPéter Szilágyi2016-03-111-2/+2
|/
* core: create a header chain structure shared by core.BlockChain and light.Lig...zsfelfoldi2016-03-101-340/+125
* core: announce ChainSideEvent during reorgJeffrey Wilcke2016-03-081-6/+21
* core: Added new TD strategy which mitigate the risk for selfish miningJeffrey Wilcke2016-02-181-6/+14
* eth/filters: ✨ pending logs ✨Jeffrey Wilcke2016-02-131-1/+1
* core, eth/downloader: ensure state presence in ancestor lookupPéter Szilágyi2016-01-041-0/+13
* core: write individual transactions and receipts too on fast syncPéter Szilágyi2015-12-041-0/+12
* core: added a new RemovedLogEventJeffrey Wilcke2015-12-011-2/+20
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-5/+1
* core, eth, miner, xeth: clean up tx/receipt db accessorsPéter Szilágyi2015-11-191-6/+6
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-20/+114
* core: only reset head header/fastblock if stalePéter Szilágyi2015-10-281-11/+18
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-29/+42
* core, eth: roll back uncertain headers in failed fast syncsPéter Szilágyi2015-10-191-1/+36
* eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-191-86/+180
* core, eth, trie: direct state trie synchronizationPéter Szilágyi2015-10-191-4/+21
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-40/+170
* core: fix block canonical mark / content write racePéter Szilágyi2015-10-191-20/+11
* core: support inserting pure header chainsPéter Szilágyi2015-10-191-65/+233
* Merge pull request #1899 from obscuren/mipmap-bloomJeffrey Wilcke2015-10-171-5/+22
|\
| * core, eth/filters, miner, xeth: Optimised log filteringJeffrey Wilcke2015-10-171-5/+22
* | core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-1/+1
|/
* core, eth, event, miner, xeth: fix event post / subscription racePéter Szilágyi2015-10-121-38/+27
* core: fixed head write on block insertionJeffrey Wilcke2015-10-051-0/+3
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-0/+809