Steven
|
b6cc89fabe
|
Add goimports lint (#54)
* Add `goimports` lint.
* Fix `goimports` issue.
* Fix group to `github.com/scroll-tech/go-thereum`.
|
2022-03-24 16:53:59 +08:00 |
|
maskpp
|
b4d60884d2
|
Fix import fmt and run tests for given architecture (#18)
* fix gofmt
* Run tests for given architecture
* Speed up CI execution.
|
2022-01-12 19:45:06 -08:00 |
|
Jules
|
de7ed6af40
|
Update mod file and all imports to use scroll-tech URL (#15)
* Update mod file and all imports to use scroll-tech URL
Fixes #14
* Update Discord link
|
2021-12-24 10:59:22 +01:00 |
|
Péter Szilágyi
|
536b3b416c
|
cosensus, core, eth, params, trie: fixes + clique history cap
|
2019-05-16 10:39:35 +03:00 |
|
Péter Szilágyi
|
4bb25042eb
|
consensus/clique, core: chain maker clique + error tests
|
2018-09-11 16:40:00 +03:00 |
|
hadv
|
49f63deb24
|
consensus/clique: replace bubble sort by golang stable sort
|
2018-07-24 14:56:53 +07:00 |
|
Egon Elbre
|
aee70ae30b
|
consensus: fix megacheck warnings
|
2017-08-07 13:18:08 +03:00 |
|
Péter Szilágyi
|
cd88f69715
|
Merge pull request #14596 from markya0616/valid_clique_vote
consensus/clique: choose valid votes
|
2017-06-23 11:21:38 +03:00 |
|
mark.lin
|
db6e695002
|
consensus/clique: choose valid votes
|
2017-06-14 16:49:33 +08:00 |
|
S. Matthew English
|
061889d4ea
|
rlp, trie, contracts, compression, consensus: improve comments (#14580)
|
2017-06-12 14:45:17 +02:00 |
|
Péter Szilágyi
|
309da541de
|
consensus/clique: cache block signatures for fast checks
|
2017-05-29 22:07:02 +03:00 |
|
Péter Szilágyi
|
6b7ae4e751
|
consensus/clique, internal/web3ext: support hash based API queries (#14321)
* consensus/clique, internal/web3ext: support hash based API queries
* consensus/clique: make RPC return types public
|
2017-04-12 15:37:10 +03: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 |
|