aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/errors.go
Commit message (Collapse)AuthorAgeFilesLines
* core, dex/downloader: polish headers verification and blocks insertion logic ↵Sonic2019-04-091-0/+2
| | | | | | | | (#168) Refactor GenerateDexonChain function, move governance tx logic to the user of GenerateDexonChain (testchain_test.go) and move fake node set code to FakeDexcon.
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-0/+4
| | | This commit reduces database I/O by not writing every state trie to disk.
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-8/+0
| | | | This PR is a prototype implementation of plugable consensus engines and the Clique PoA protocol ethereum/EIPs#225
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-0/+41