aboutsummaryrefslogtreecommitdiffstats
path: root/core/block_validator.go
Commit message (Expand)AuthorAgeFilesLines
* core, dex/downloader: polish headers verification and blocks insertion logic ...Sonic2019-03-121-3/+6
* core, dex: use block hash as witness data (#160)Sonic2019-03-121-9/+5
* app: remove pending block logic (#149)bojie2019-03-121-5/+2
* app: add app test case and benchmark (#66)bojie2019-03-121-11/+15
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-03-121-29/+12
* app: implement new insert blocks logicBojie Wu2019-03-121-0/+34
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-03-121-4/+4
* core, eth/downloader: fix validation flaw, fix downloader printout flaw (#17974)Martin Holst Swende2018-11-071-6/+6
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-291-8/+14
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-271-1/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-3/+6
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-20/+16
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-9/+3
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-5/+5
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-260/+15
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+1
* all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-1/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-4/+5
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-2/+2
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-1/+1
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-1/+1
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-1/+1
* core: improved bad block error reporting (#3320)Jeffrey Wilcke2016-11-231-8/+8
* core: Don't perform EIP150 hash check on uncles (#3303)Nick Johnson2016-11-181-1/+1
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-10/+10
* cmd, params: only set default fork configs for test and mainnetPéter Szilágyi2016-10-291-1/+1
* cmd/utils, core, params: explicitly pick reprice fork for fast syncPéter Szilágyi2016-10-291-1/+9
* cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-151-28/+1
* core, eth: enforce network split post DAO hard-forkPéter Szilágyi2016-07-151-0/+7
* cmd, core, miner: add extradata validation to consensus rulesPéter Szilágyi2016-07-151-0/+21
* Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-291-5/+0
* core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-231-0/+5
* README, core, rpc: fix various typosFabio Berger2016-06-221-3/+3
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-1/+1
* core: fixed pointer assignmentJeffrey Wilcke2016-05-131-2/+2
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-15/+17
* core: various typosLeif Jurvetson2016-03-161-3/+3
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-6/+5
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+131
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-0/+243