Arpit Agarwal
|
d8c07f302a
|
fix: Check block delay in verifyHeaders / remove empty chainId check (MAT-1080, MAT-1089) (#49)
* fix: Check block delay in verifyHeaders
* Pull block time check out of if condition
* fix: Always check chainId equality in heimdall response
|
2020-04-20 11:53:05 +05:30 |
|
Péter Szilágyi
|
55599ee95d
|
core, trie: intermediate mempool between trie and database (#15857)
This commit reduces database I/O by not writing every state trie to disk.
|
2018-02-05 17:40:32 +01:00 |
|
Péter Szilágyi
|
feeccdf4ec
|
consensus/clique: Proof of Authority (#3753)
This PR is a prototype implementation of plugable consensus engines and the
Clique PoA protocol ethereum/EIPs#225
|
2017-04-10 12:24:12 +02:00 |
|
Péter Szilágyi
|
158d603528
|
consensus, core: drop all the legacy custom core error types
|
2017-04-06 17:34:19 +03:00 |
|