Arpit Agarwal
|
c2ca66adad
|
Upgrade geth to v1.9.14 (#75)
* fix: resolve conflict
* chg: use bor url for import
* Fix regressions from merge
Co-authored-by: Jaynti Kanani <jdkanani@gmail.com>
|
2020-06-08 09:46:36 +05:30 |
|
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 |
|