Commit Graph

180 Commits (ee301c750bd179b9f9a8b219a5fd9a0472ec28f1)

Author SHA1 Message Date
Felix Lange cae6b5527e
cmd/geth, consensus/ethash: add support for --miner.notify.full flag (#22558) 4 years ago
jacksoom d50e9d24be
consensus/ethash: remove unnecessary variable definition (#22512) 4 years ago
Guillaume Ballet e74bd587f7
consensus: remove seal verification from the consensus engine interface (#22274) 4 years ago
ucwong 83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 4 years ago
Martin Holst Swende 681618275c
core: speed up header import (#21967) 4 years ago
Marius van der Wijden 2aaff0ad76
consensus/ethash: increase seal timeout for tests (#22162) 4 years ago
Mr-Leshiy c49aae9870
consensus: refactor FinalizeAndAssemble to use Finalize (#21993) 4 years ago
Martin Holst Swende efe6dd2904
consensus/ethash: implement faster difficulty calculators (#21976) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago
Preston Van Loon 844485ec6a
consensus/ethash: fix usage of *reflect.SliceHeader (#21372) 4 years ago
Slava Karpenko d990df909d
consensus/ethash: use 64bit indexes for the DAG generation (#21793) 4 years ago
Martin Holst Swende 81ff700077
consensus/ethash: fix the percentage progress report 4 years ago
mr_franklin 94d1f5888a
consensus/clique: unexport calcDifficulty and improve comment (#21619) 4 years ago
mr_franklin 66c3eb2f1a
accouts, consensus, core: fix some comments (#21617) 4 years ago
gary rong 87c0ba9213
core, eth, les, trie: add a prefix to contract code (#21080) 4 years ago
Martin Holst Swende 493100ba4d
consensus/ethash: less lookups of block data 4 years ago
Robert Zaremba 37564ceda6
miner: refactor helper functions in worker.go (#21044) 4 years ago
gary rong 28c5a8a54b
les: implement new les fetcher (#20692) 4 years ago
gary rong 6eef141aef
les: historical data garbage collection (#19570) 4 years ago
sixdays b2c59e297b
consensus/clique: make internal error private (#21132) 4 years ago
meowsbits befecc9fdf
consensus/ethash: fix flaky test by reading seal results (#21085) 4 years ago
yutianwu 25a661e0c2
consensus/clique: remove redundant pair of parentheses (#21104) 4 years ago
Martin Michlmayr 4f2784b38f
all: fix typos in comments (#21118) 4 years ago
Martin Holst Swende 4535230059
cmd, core, eth: background transaction indexing (#20302) 4 years ago
Hanjiang Yu 8f05cfa122
cmd, consensus: add option to disable mmap for DAG caches/datasets (#20484) 5 years ago
Guillaume Ballet c49a4165d0 consensus/ethash: fix a typo and error message (#20503) 5 years ago
Martin Holst Swende bc01593afb consensus/ethash, params: eip-2384: bump difficulty bomb (#20347) 5 years ago
Felix Lange a91b704b01
consensus/ethash: refactor remote sealer (#20335) 5 years ago
Felix Lange c5c5e0dbe8
consensus/clique: fix struct tags for status API (#20316) 5 years ago
Martin Holst Swende 3f4a875bf6 consensus/clique: add clique_status API method (#20103) 5 years ago
Guillaume Ballet de2259d27c travis: enable test suite on ARM64 (#20219) 5 years ago
Guillaume Ballet 72617a0742 consensus: fix possessives in comments. (#20209) 5 years ago
Felix Lange 54b271a86d
crypto: add SignatureLength constant and use it everywhere (#19996) 5 years ago
Péter Szilágyi 1a83114c74
all: update author list and licenses 5 years ago
Péter Szilágyi 536b3b416c
cosensus, core, eth, params, trie: fixes + clique history cap 5 years ago
Péter Szilágyi 6ec6b29051
core: fix import errors on clique crashes + empty blocks (#19544) 5 years ago
Martin Holst Swende 4c90efdf57 consensus,core,miner: avoid overhead of creating a new block (#19301) 5 years ago
Martin Holst Swende d763b49ae3
consensus,core: shortcut uncle validation 6 years ago
Martin Holst Swende 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Péter Szilágyi 2f24e254a9
consensus/clique: fix test copy paste error, test what's documented 6 years ago
Paul Berg 572baae10a signer, clef: implement EIP191/712 (#17789) 6 years ago
Martin Holst Swende 43e8efe895
accounts, eth, clique, signer: support for external signer API (#18079) 6 years ago
Dave McGregor 33d233d3e1
vendor, crypto, swarm: switch over to upstream sha3 package 6 years ago
mr_franklin 9a000601c6 consensus/clique: fix comment typo (#18103) 6 years ago
gary rong 144c1c6c52 consensus: extend getWork API with block number (#18038) 6 years ago
gary rong d6254f827b all: protect self-mined block during reorg (#17656) 6 years ago
gary rong 0b477712a1 consensus/clique: hide no transaction error (#17614) 6 years ago
gary rong 5d1d1a808d consensus, ethdb, metrics: implement forced-meter (#17667) 6 years ago
Martin Holst Swende 7efb12d29b
ethash: documentation + cleanup 6 years ago