aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/clique
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-124-29/+29
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-081-6/+6
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* consensus/clique: fix comment typo (#18103)mr_franklin2018-11-141-1/+1
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* consensus/clique: hide no transaction error (#17614)gary rong2018-09-191-6/+2
* consensus/clique, core: chain maker clique + error testsPéter Szilágyi2018-09-113-71/+184
* consensus/clique: only trust snapshot for genesis or les checkpointPéter Szilágyi2018-09-101-1/+1
* consensus, miner: stale block mining support (#17506)gary rong2018-08-281-16/+23
* miner: fix state commit, track old work packages too (#17490)gary rong2018-08-231-0/+5
* consensus/clique, light: light client snapshots on RinkebyPéter Szilágyi2018-08-212-16/+17
* consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-031-0/+5
* consensus/clique: replace bubble sort by golang stable sorthadv2018-07-241-11/+13
* consensus: move test use only var/func to test(#17004)Wenbiao Zheng2018-07-242-2/+1
* consensus/clique: fixed documentation copy-paste issue (#17137)LeoLiao2018-07-091-1/+1
* core, consensus: fix some typos in comment code and output loghadv2018-05-191-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-1/+2
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-5/+23
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-1/+1
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-242-4/+10
* consensus/clique: add fork hash enforcement (#15236)Péter Szilágyi2017-10-102-1/+6
* consensus: revert time.Until changeEgon Elbre2017-08-071-1/+1
* consensus: fix megacheck warningsEgon Elbre2017-08-072-3/+3
* Merge pull request #14596 from markya0616/valid_clique_votePéter Szilágyi2017-06-232-10/+23
|\
| * consensus/clique: minor cleanupsPéter Szilágyi2017-06-231-6/+7
| * consensus/clique: choose valid votesmark.lin2017-06-142-11/+23
* | 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-123-10/+10
|/
* consensus/clique: cache block signatures for fast checksPéter Szilágyi2017-05-302-23/+34
* 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/clique, internal/web3ext: support hash based API queries (#14321)Péter Szilágyi2017-04-124-30/+53
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-104-0/+1438