/games/xgospel/

it/'>cgit logo index : go-tangerine
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
path: root/consensus
Commit message (Expand)AuthorAgeFilesLines
* miner: fix state commit, track old work packages too (#17490)gary rong2018-08-236-9/+45
* consensus/clique, light: light client snapshots on RinkebyPéter Szilágyi2018-08-212-16/+17
* consensus/ethash: reduce notify test aggressivenessPéter Szilágyi2018-08-171-1/+1
* consensus/ethash: use DAGs for remote mining, generate asyncPéter Szilágyi2018-08-153-24/+83
* cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-106-62/+206
* consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-037-16/+483
* 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-244-11/+11
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-161-3/+3
* consensus/ethash: fix the algorithm of fakeBlockNumber in comments (#17166)Kwuaint2018-07-121-2/+2
* consensus/clique: fixed documentation copy-paste issue (#17137)LeoLiao2018-07-091-1/+1
* consensus/ethash: fixed documentation typo (#17121)Zak Cole2018-07-041-1/+1
* consensus/ethash: reduce keccak hash allocations (#16857)Felix Lange2018-06-041-6/+17
* 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
* consensus/ethash: fixed typo (#16665)YH-Zhou2018-05-031-1/+1
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-1/+2
* consensus/ethash: fixed typo (#16253)Kyuntae Ethan Kim2018-03-051-1/+1
* travis, build, consensus: drop support for Go 1.7Péter Szilágyi2018-02-286-155/+61
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-1/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-0/+4
* consensus/ethash: improve cache/dataset handling (#15864)Felix Lange2018-01-238-213/+208