| Commit message (Expand) | Author | Age | Files | Lines |
* | 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, ethdb, metrics: implement forced-meter (#17667) | gary rong | 2018-09-17 | 1 | -2/+2 |
* | Merge pull request #17675 from holiman/eip1234 | Péter Szilágyi | 2018-09-17 | 1 | -60/+82 |
|\ |
|
| * | ethash: documentation + cleanup | Martin Holst Swende | 2018-09-17 | 1 | -8/+13 |
| * | ethash: less copy-paste for EIP 1234 | Martin Holst Swende | 2018-09-16 | 1 | -116/+67 |
| * | consensus: implement Constantinople EIP 1234 | EOS Classic | 2018-09-12 | 1 | -4/+70 |
* | | 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/ethash: increase timeout in test (#17526) | Anton Evangelatov | 2018-09-03 | 1 | -2/+14 |
* | consensus: fix comment typo (#17562) | ult-bobonovski | 2018-09-03 | 1 | -1/+1 |
* | consensus, miner: stale block mining support (#17506) | gary rong | 2018-08-28 | 7 | -107/+244 |
* | consensus/ethash: remove unnecessary type declaration (#17529) | Mymskmkt | 2018-08-28 | 1 | -4/+4 |
* | miner: fix state commit, track old work packages too (#17490) | gary rong | 2018-08-23 | 6 | -9/+45 |
* | consensus/clique, light: light client snapshots on Rinkeby | Péter Szilágyi | 2018-08-21 | 2 | -16/+17 |
* | consensus/ethash: reduce notify test aggressiveness | Péter Szilágyi | 2018-08-17 | 1 | -1/+1 |
* | consensus/ethash: use DAGs for remote mining, generate async | Péter Szilágyi | 2018-08-15 | 3 | -24/+83 |
* | cmd, consensus/ethash, eth: miner push notifications | Péter Szilágyi | 2018-08-10 | 6 | -62/+206 |
* | consensus/ethash: move remote agent logic to ethash internal (#15853) | gary rong | 2018-08-03 | 7 | -16/+483 |
* | 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 | 4 | -11/+11 |
* | all: switch out defunct set library to different one (#16873) | Ralph Caraveo III | 2018-07-16 | 1 | -3/+3 |
* | consensus/ethash: fix the algorithm of fakeBlockNumber in comments (#17166) | Kwuaint | 2018-07-12 | 1 | -2/+2 |
* | consensus/clique: fixed documentation copy-paste issue (#17137) | LeoLiao | 2018-07-09 | 1 | -1/+1 |
* | consensus/ethash: fixed documentation typo (#17121) | Zak Cole | 2018-07-04 | 1 | -1/+1 |
* | consensus/ethash: reduce keccak hash allocations (#16857) | Felix Lange | 2018-06-04 | 1 | -6/+17 |
* | 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 |
* | consensus/ethash: fixed typo (#16665) | YH-Zhou | 2018-05-03 | 1 | -1/+1 |
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 1 | -1/+2 |
* | consensus/ethash: fixed typo (#16253) | Kyuntae Ethan Kim | 2018-03-05 | 1 | -1/+1 |
* | travis, build, consensus: drop support for Go 1.7 | Péter Szilágyi | 2018-02-28 | 6 | -155/+61 |
* | metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15... | Anton Evangelatov | 2018-02-23 | 1 | -1/+1 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -0/+4 |
* | consensus/ethash: improve cache/dataset handling (#15864) | Felix Lange | 2018-01-23 | 8 | -213/+208 |
* | consensus/ethash: fix byzantium difficulty comment typo (#15842) | gary rong | 2018-01-10 | 1 | -1/+1 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 2 | -14/+14 |
* | consensus/ethash: fix overdue link (#15786) | sunxiaojun2014 | 2017-12-31 | 1 | -1/+1 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 4 | -12/+41 |
* | 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 |