Commit Graph

348 Commits (5d21667587c4bc2479d36a13e2b15dd5c6eb8672)

Author SHA1 Message Date
gary rong 9b59c75405 miner: fix data race in tests (#20310) 5 years ago
Guillaume Ballet 22e3bbbf0a miner: increase worker test timeout (#20268) 5 years ago
Guillaume Ballet de2259d27c travis: enable test suite on ARM64 (#20219) 5 years ago
gary rong 5d91acccd5 miner: increase import time allowance (#20217) 5 years ago
gary rong d4bb3798d8 miner: add generate and import unit test (#20111) 5 years ago
Rob Mulholand 3b6c9902f3 core: remove unused gas return in ApplyTransaction (#20065) 5 years ago
Felix Lange 54b271a86d
crypto: add SignatureLength constant and use it everywhere (#19996) 5 years ago
Martin Holst Swende 3271a5afa0 miner: don't update pending state when no transactions are added (#19734) 5 years ago
Martin Holst Swende 4c90efdf57 consensus,core,miner: avoid overhead of creating a new block (#19301) 5 years ago
gary rong 6269e5574c miner: polish miner configuration (#19480) 5 years ago
Martin Holst Swende 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 years ago
Brent 7fb89697fd core/types: add block location fields to receipt (#17662) 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Janoš Guljaš 26aea73673 cmd, node, p2p/simulations: fix node account manager leak (#19004) 6 years ago
Martin Holst Swende dc43ea8d03
tests: tune flaky tests that error in travis occasionally (#18508) 6 years ago
Paweł Bylica de39513ced core, internal, eth, miner, les: Take VM config from BlockChain (#17955) 6 years ago
gary rong e2640a96d4 miner: fix miner stress test (#18039) 6 years ago
Felix Lange 459278cd57
miner: remove intermediate conversion to int in tests (#17853) 6 years ago
Liang ZOU 6663e5da10 all: fix various comment typos (#17748) 6 years ago
gary rong 457e930f27 eth, miner: prefer locally generated uncles vs remote ones (#17715) 6 years ago
gary rong d6254f827b all: protect self-mined block during reorg (#17656) 6 years ago
Péter Szilágyi 4bb25042eb
consensus/clique, core: chain maker clique + error tests 6 years ago
gary rong f0242ee76d miner: keep the timestamp for resubmitted mining block (#17547) 6 years ago
Péter Szilágyi f751c6ed47
miner: track uncles more aggressively 6 years ago
Péter Szilágyi e8f229b82e
cmd, core, eth, miner, params: configurable gas floor and ceil 6 years ago
gary rong c1c003e4ff consensus, miner: stale block mining support (#17506) 6 years ago
gary rong 40a71f28cf miner: fix state commit, track old work packages too (#17490) 6 years ago
Péter Szilágyi 1136269a79
miner: differentiate between uncle and lost block 6 years ago
Péter Szilágyi 1e63a015a5
miner: add two stress tests based on clique and ethash 6 years ago
Péter Szilágyi e0d0e64ce2
cmd, core, miner: add --txpool.locals and priority mining 6 years ago
gary rong b2c644ffb5 cmd, eth, miner: make recommit configurable (#17444) 6 years ago
gary rong a063fe9b2d miner: fix uncle iteration logic (#17469) 6 years ago
Péter Szilágyi 22cd3f70a6
miner: update mining log with correct fee calculation 6 years ago
Péter Szilágyi 62f5137a72
miner: add gas and fee details to mining logs 6 years ago
gary rong 54216811a0 miner: regenerate mining work every 3 seconds (#17413) 6 years ago
gary rong 040aa2bb10 miner: streaming uncle blocks (#17320) 6 years ago
gary rong a1783d1697 miner: move agent logic to worker (#17351) 6 years ago
gary rong 941018b570 miner: seperate state, receipts for different mining work (#17323) 6 years ago
gary rong 51db5975cc consensus/ethash: move remote agent logic to ethash internal (#15853) 6 years ago
ledgerwatch 2fbc454355 miner: fix state locking while writing to chain (issue #16933) (#17173) 6 years ago
Ralph Caraveo III 5d30be412b all: switch out defunct set library to different one (#16873) 6 years ago
kiel barry cbfb40b0aa params: fix golint warnings (#16853) 6 years ago
Mark 0029a869f0 miner: not call commitNewWork if it's a side block (#16751) 6 years ago
Péter Szilágyi 49719e21bc
core, eth: minor txpool event cleanups 6 years ago
rjl493456442 a2e43d28d0
all: collate new transaction events together 6 years ago
Ryan Schneider 2a1fc3d155 miner: remove contention on currentMu for pending data retrievals (#16497) 7 years ago
stompesi fe6cf00f48 miner: remove duplicated code (#15968) 7 years ago
Péter Szilágyi 55599ee95d core, trie: intermediate mempool between trie and database (#15857) 7 years ago
Jim McDonald 18a7d31338 miner: avoid unnecessary work (#15883) 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago