Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core, dex/downloader: polish headers verification and blocks insertion logic ↵ | Sonic | 2019-04-09 | 1 | -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ágyi | 2018-02-06 | 1 | -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ágyi | 2017-04-10 | 1 | -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 types | Péter Szilágyi | 2017-04-06 | 1 | -0/+41 |