/misc/freebsd-doc-en/

alue='taipei'>taipei DEXON full node (https://github.com/dexon-foundation/dexon)
aboutsummaryrefslogtreecommitdiffstats
path: root/miner
Commit message (Expand)AuthorAgeFilesLines
* app: remove pending block logic (#149)bojie2019-04-091-1/+1
* miner: fix testWei-Ning Huang2019-04-091-1/+1
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-097-61/+61
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-081-3/+3
* core, internal, eth, miner, les: Take VM config from BlockChain (#17955)Paweł Bylica2018-12-061-2/+1
* miner: fix miner stress test (#18039)gary rong2018-11-072-30/+16
* miner: remove intermediate conversion to int in tests (#17853)Felix Lange2018-10-081-2/+2
* all: fix various comment typos (#17748)Liang ZOU2018-09-251-1/+1
* eth, miner: prefer locally generated uncles vs remote ones (#17715)gary rong2018-09-213-26/+52
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* consensus/clique, core: chain maker clique + error testsPéter Szilágyi2018-09-111-0/+1
* miner: keep the timestamp for resubmitted mining block (#17547)gary rong2018-08-291-10/+13
* Merge pull request #17540 from karalabe/miner-uncle-fixPéter Szilágyi2018-08-292-51/+63
|\
| * miner: track uncles more aggressivelyPéter Szilágyi2018-08-292-51/+63
* | cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-295-5/+14
|/
* consensus, miner: stale block mining support (#17506)gary rong2018-08-281-67/+49
* Merge pull request #17494 from karalabe/mined-block-uncle-checkPéter Szilágyi2018-08-233-14/+36
|\
| * miner: differentiate between uncle and lost blockPéter Szilágyi2018-08-233-14/+36
* | miner: fix state commit, track old work packages too (#17490)gary rong2018-08-231-23/+52
|/
* miner: add two stress tests based on clique and ethashPéter Szilágyi2018-08-232-0/+414
* cmd, core, miner: add --txpool.locals and priority miningPéter Szilágyi2018-08-221-4/+19
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-223-42/+276
* miner: fix uncle iteration logic (#17469)gary rong2018-08-211-2/+2
* miner: update mining log with correct fee calculationPéter Szilágyi2018-08-171-2/+2
* miner: add gas and fee details to mining logsPéter Szilágyi2018-08-161-2/+10
* miner: regenerate mining work every 3 seconds (#17413)gary rong2018-08-162-130/+267
* miner: streaming uncle blocks (#17320)gary rong2018-08-152-50/+125
* miner: move agent logic to worker (#17351)gary rong2018-08-144-471/+642
* miner: seperate state, receipts for different mining work (#17323)gary rong2018-08-062-64/+67
* consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-034-302/+87
* miner: fix state locking while writing to chain (issue #16933) (#17173)ledgerwatch2018-07-311-0/+2
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-161-10/+10
* params: fix golint warnings (#16853)kiel barry2018-06-051-1/+1
* miner: not call commitNewWork if it's a side block (#16751)Mark2018-06-051-10/+0
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-8/+8
* all: collate new transaction events togetherrjl4934564422018-05-181-18/+27
* miner: remove contention on currentMu for pending data retrievals (#16497)Ryan Schneider2018-04-161-18/+33
* miner: remove duplicated code (#15968)stompesi2018-03-161-2/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-1/+1
* miner: avoid unnecessary work (#15883)Jim McDonald2018-01-151-0/+5
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+1
* all: fix code comment typos (#15547)Ricardo Domingos2017-11-241-1/+1
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-0/+5
* miner: fix typoterasum2017-10-121-1/+1
* miner: make starting of CPU agent more reliable (#15148)Mark2017-09-191-11/+12
* core: only fire one chain head per batch (#15123)Péter Szilágyi2017-09-111-45/+30
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-14/+7
* core/types, miner: avoid tx sender miscaching (#14773)Mark2017-09-081-2/+2
* core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-061-2/+0
* core: make txpool operate on immutable statePéter Szilágyi2017-09-051-7/+14
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-13/+55
* miner: fix megacheck warningsEgon Elbre2017-08-072-13/+5
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-3/+1
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-27