| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #15629 from holiman/relax_futuretime | Péter Szilágyi | 2017-12-14 | 1 | -4/+5 |
|\ |
|
| * | consensus/ethash: relax requirements when determining future-blocks | Martin Holst Swende | 2017-12-08 | 1 | -4/+5 |
* | | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 1 | -1/+1 |
|/ |
|
* | cmd, consensus, eth: split ethash related config to it own (#15520) | gary rong | 2017-11-24 | 4 | -52/+80 |
* | cmd/puppeth: etherchain light block explorer for PoW nets | Péter Szilágyi | 2017-11-21 | 1 | -4/+4 |
* | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 1 | -2/+2 |
* | cmd, consensus, core, miner: instatx clique for --dev (#15323) | Péter Szilágyi | 2017-10-24 | 2 | -4/+10 |
* | ethash: fix typo | Ernesto del Toro | 2017-10-13 | 1 | -3/+3 |
* | consensus/clique: add fork hash enforcement (#15236) | Péter Szilágyi | 2017-10-10 | 2 | -1/+6 |
* | consensus, core, params: rebrand Metro to Byzantium | Péter Szilágyi | 2017-09-14 | 1 | -10/+10 |
* | consensus, core, tests: implement Metropolis EIP 649 | Péter Szilágyi | 2017-08-24 | 1 | -5/+20 |
* | 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 #14733 from karalabe/metro-eip100 | Péter Szilágyi | 2017-07-17 | 1 | -12/+69 |
|\ |
|
| * | consensus, core: EIP 100 polishes, fix chain maker diff | Péter Szilágyi | 2017-06-30 | 1 | -29/+38 |
| * | consensus/ethash: implement Metropolis EIP 100 | Jeffrey Wilcke | 2017-06-30 | 1 | -0/+48 |
* | | tests: update tests and implement general state tests (#14734) | Felix Lange | 2017-07-11 | 1 | -2/+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 | 9 | -22/+15 |
* | | consensus: Fix `makedag` epoch | Konrad Feldmeier | 2017-06-12 | 1 | -2/+2 |
|/ |
|
* | consensus/clique: cache block signatures for fast checks | Péter Szilágyi | 2017-05-30 | 2 | -23/+34 |
* | consensus/ethash: fix TestCalcDifficulty | Felix Lange | 2017-05-24 | 1 | -1/+1 |
* | consensus, core, core/vm, parems: review fixes | Jeffrey Wilcke | 2017-05-18 | 1 | -1/+1 |
* | consensus/ethash: set time to current instead of parent time | Jeffrey Wilcke | 2017-05-18 | 1 | -1/+1 |
* | consensus, core/*, params: metropolis preparation refactor | Jeffrey Wilcke | 2017-05-18 | 2 | -23/+30 |
* | common/bitutil, consensus/ethash: reusable bitutil package | Péter Szilágyi | 2017-05-05 | 2 | -86/+2 |
* | Hive-test fixes (#14419) | Martin Holst Swende | 2017-05-04 | 1 | -0/+9 |
* | consensus/clique: fix overflow on recent signer check around genesis | Péter Szilágyi | 2017-05-03 | 1 | -1/+1 |
* | consensus/ethash: fix a timestamp update race | Péter Szilágyi | 2017-05-02 | 1 | -2/+4 |
* | consensus/ethash: close mmap before rename, windows limitation | Péter Szilágyi | 2017-04-14 | 1 | -5/+8 |
* | consensus/ethash: simplify concurrency in VerifyHeaders | Felix Lange | 2017-04-13 | 1 | -81/+48 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 3 | -0/+17 |
* | consensus/clique, internal/web3ext: support hash based API queries (#14321) | Péter Szilágyi | 2017-04-12 | 5 | -30/+56 |
* | consensus/clique: Proof of Authority (#3753) | Péter Szilágyi | 2017-04-10 | 6 | -29/+1465 |
* | consensus, eth: don't CPU mine by default during remote mining | Péter Szilágyi | 2017-04-07 | 2 | -1/+11 |
* | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 2 | -21/+57 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 14 | -0/+3671 |