| Commit message (Expand) | Author | Age | Files | Lines |
* | cosensus, core, eth, params, trie: fixes + clique history cap | Péter Szilágyi | 2019-05-16 | 2 | -3/+20 |
* | core: fix import errors on clique crashes + empty blocks (#19544) | Péter Szilágyi | 2019-05-10 | 1 | -0/+113 |
* | consensus,core,miner: avoid overhead of creating a new block (#19301) | Martin Holst Swende | 2019-04-30 | 1 | -2/+10 |
* | all: simplify timestamps to uint64 (#19372) | Martin Holst Swende | 2019-04-03 | 1 | -6/+6 |
* | Merge pull request #19021 from karalabe/database-cleanup | Péter Szilágyi | 2019-03-07 | 1 | -2/+2 |
|\ |
|
| * | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 1 | -2/+2 |
* | | consensus/clique: fix test copy paste error, test what's documented | Péter Szilágyi | 2019-03-06 | 1 | -2/+2 |
|/ |
|
* | signer, clef: implement EIP191/712 (#17789) | Paul Berg | 2019-02-06 | 1 | -1/+1 |
* | accounts, eth, clique, signer: support for external signer API (#18079) | Martin Holst Swende | 2019-02-05 | 2 | -38/+52 |
* | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 1 | -2/+2 |
* | consensus/clique: fix comment typo (#18103) | mr_franklin | 2018-11-14 | 1 | -1/+1 |
* | all: protect self-mined block during reorg (#17656) | gary rong | 2018-09-20 | 1 | -1/+1 |
* | consensus/clique: hide no transaction error (#17614) | gary rong | 2018-09-19 | 1 | -6/+2 |
* | consensus/clique, core: chain maker clique + error tests | Péter Szilágyi | 2018-09-11 | 3 | -71/+184 |
* | consensus/clique: only trust snapshot for genesis or les checkpoint | Péter Szilágyi | 2018-09-10 | 1 | -1/+1 |
* | consensus, miner: stale block mining support (#17506) | gary rong | 2018-08-28 | 1 | -16/+23 |
* | miner: fix state commit, track old work packages too (#17490) | gary rong | 2018-08-23 | 1 | -0/+5 |
* | consensus/clique, light: light client snapshots on Rinkeby | Péter Szilágyi | 2018-08-21 | 2 | -16/+17 |
* | consensus/ethash: move remote agent logic to ethash internal (#15853) | gary rong | 2018-08-03 | 1 | -0/+5 |
* | consensus/clique: replace bubble sort by golang stable sort | hadv | 2018-07-24 | 1 | -11/+13 |
* | consensus: move test use only var/func to test(#17004) | Wenbiao Zheng | 2018-07-24 | 2 | -2/+1 |
* | consensus/clique: fixed documentation copy-paste issue (#17137) | LeoLiao | 2018-07-09 | 1 | -1/+1 |
* | core, consensus: fix some typos in comment code and output log | hadv | 2018-05-19 | 1 | -1/+1 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -1/+1 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -1/+2 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 1 | -5/+23 |
* | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 1 | -1/+1 |
* | cmd, consensus, core, miner: instatx clique for --dev (#15323) | Péter Szilágyi | 2017-10-24 | 2 | -4/+10 |
* | consensus/clique: add fork hash enforcement (#15236) | Péter Szilágyi | 2017-10-10 | 2 | -1/+6 |
* | consensus: revert time.Until change | Egon Elbre | 2017-08-07 | 1 | -1/+1 |
* | consensus: fix megacheck warnings | Egon Elbre | 2017-08-07 | 2 | -3/+3 |
* | Merge pull request #14596 from markya0616/valid_clique_vote | Péter Szilágyi | 2017-06-23 | 2 | -10/+23 |
|\ |
|
| * | consensus/clique: minor cleanups | Péter Szilágyi | 2017-06-23 | 1 | -6/+7 |
| * | consensus/clique: choose valid votes | mark.lin | 2017-06-14 | 2 | -11/+23 |
* | | consensus/clique: fix typo and don't add snapshot into recents again | mark.lin | 2017-06-20 | 1 | -8/+7 |
* | | rlp, trie, contracts, compression, consensus: improve comments (#14580) | S. Matthew English | 2017-06-12 | 3 | -10/+10 |
|/ |
|
* | consensus/clique: cache block signatures for fast checks | Péter Szilágyi | 2017-05-30 | 2 | -23/+34 |
* | consensus/clique: fix overflow on recent signer check around genesis | Péter Szilágyi | 2017-05-03 | 1 | -1/+1 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 1 | -0/+6 |
* | consensus/clique, internal/web3ext: support hash based API queries (#14321) | Péter Szilágyi | 2017-04-12 | 4 | -30/+53 |
* | consensus/clique: Proof of Authority (#3753) | Péter Szilágyi | 2017-04-10 | 4 | -0/+1438 |