aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/clique/clique.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-3/+9
| | | | | | | | * cmd, consensus, core, miner: instatx clique for --dev * cmd, consensus, clique: support configurable --dev block times * cmd, core: allow --dev to use persistent storage too
* consensus/clique: add fork hash enforcement (#15236)Péter Szilágyi2017-10-101-0/+5
|
* Merge pull request #14596 from markya0616/valid_clique_votePéter Szilágyi2017-06-231-8/+15
|\ | | | | consensus/clique: choose valid votes
| * consensus/clique: minor cleanupsPéter Szilágyi2017-06-231-6/+7
| |
| * consensus/clique: choose valid votesmark.lin2017-06-141-9/+15
| |
* | consensus/clique: fix typo and don't add snapshot into recents againmark.lin2017-06-201-8/+7
| |
* | rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-6/+6
|/
* consensus/clique: cache block signatures for fast checksPéter Szilágyi2017-05-301-6/+12
|
* consensus/clique: fix overflow on recent signer check around genesisPéter Szilágyi2017-05-031-1/+1
|
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-0/+6
| | | | | | * consensus, core, ethstats: use engine specific block beneficiary * core, eth, les, miner: use explicit beneficiary during mining
* consensus/clique, internal/web3ext: support hash based API queries (#14321)Péter Szilágyi2017-04-121-3/+3
| | | | | | * consensus/clique, internal/web3ext: support hash based API queries * consensus/clique: make RPC return types public
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-0/+638
This PR is a prototype implementation of plugable consensus engines and the Clique PoA protocol ethereum/EIPs#225