Commit Graph

290 Commits (564db9a95f564f06566072d429761f7f2d4ee2da)

Author SHA1 Message Date
rjl493456442 77e33e5a49
core, miner: revert block gas counter in case of invalid transaction (#26799) 2 years ago
Péter Szilágyi cd31f2dee2
all: change chain head markers from block to header (#26777) 2 years ago
Marius van der Wijden 2a2b0419fb
all: implement withdrawals (EIP-4895) (#26484) 2 years ago
rjl493456442 2b44ef5f93
miner, cmd, eth: require explicit etherbase address (#26413) 2 years ago
Marius van der Wijden 9921ca0f0a
miner: allow for extradata in post-merge blocks (#26387) 2 years ago
Mark Tyneway b4ea2bf7dd
all: implement EIP-1153 transient storage (#26003) 2 years ago
Jolly Zhao f58ebd9696
all: use github.com/deckarep/golang-set/v2 (generic set) (#26159) 2 years ago
protolambda a51188a163
params: make eip1559 params non-global (#25994) 2 years ago
rjl493456442 08fb1aade6
miner: display change in fees, change recommit period (#26097) 2 years ago
rjl493456442 a2a144c593
miner, eth: implement recommit mechanism for payload building (#25836) 2 years ago
Péter Szilágyi a6dda03644
all: refactor txpool into it's own package in prep for 4844 2 years ago
rjl493456442 1913b50111
eth, miner: add timeout for building sealing block (#25407) 2 years ago
rjl493456442 7c7cd410d1
eth, miner: retrieve mining state from live database (#25139) 2 years ago
Marius van der Wijden cc9fb8e21d
eth/catalyst, miner: build the execution payload async (#24866) 2 years ago
Mateusz Morusiewicz cef1a86df2
miner: discard interrupted blocks (#24638) 2 years ago
rjl493456442 2d20fed893
miner: avoid data race in miner (#24349) 3 years ago
rjl493456442 78636ee568
eth, miner: use miner for post-merge block production (#23256) 3 years ago
rjl493456442 7f7877a023
miner: update pending block even after the PoS transition (#24075) 3 years ago
Marius van der Wijden 93f196c4b0
eth/catalyst: implement kintsugi spec v1.0.0-alpha.4 (#23984) 3 years ago
Marius van der Wijden 3038e480f5
all: core rework for the merge transition (#23761) 3 years ago
Martin Holst Swende 476fb565ce
miner, consensus/clique: avoid memory leak during block stasis (#23861) 3 years ago
Lee Bousfield c113520d5d
miner: fix receipt deep copy in worker (#23835) 3 years ago
jwasinger 011fe3eb5e
core: remove unused error from TxPool.Pending (#23720) 3 years ago
Marius van der Wijden ee120ef865
miner: fix data race during shutdown (#23435) 3 years ago
Martin Holst Swende 28d30b51f8
eth: close miner on exit (instead of just stopping) (#21992) 3 years ago
gary rong 6d175460df
cmd, core, eth, miner: deprecate miner.gastarget flag (#23213) 3 years ago
Péter Szilágyi dea71556cc
eth/gasprice, internal/ethapi, miner: minor feehistory fixes 3 years ago
Martin Holst Swende d21a069619
eth, miner: add RPC method to modify miner gaslimit (pre london: ceiling) (#23134) 3 years ago
Marius van der Wijden 686b2884ee
all: removed blockhash from statedb (#23126) 3 years ago
Felföldi Zsolt 35dbf7a8a3
eth/gasprice: implement feeHistory API (#23033) 3 years ago
Péter Szilágyi c503f98f6d
all: rename internal 1559 gas fields, add support for graphql (#23010) 3 years ago
Péter Szilágyi 7e915ee379
core, eth, miner: enforce configured mining reward post 1559 too 3 years ago
Martin Holst Swende a6c462781f
EIP-1559: miner changes (#22896) 3 years ago
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
ucwong 83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 4 years ago
Péter Szilágyi 42f9f1f073
core/state: convert prefetcher to concurrent per-trie loader 4 years ago
Martin Holst Swende 9584f56b9d
miner: avoid sleeping in miner (#22108) 4 years ago
lzhfromustc 62dc59c2bd
miner, test: fix potential goroutine leak (#21989) 4 years ago
Martin Holst Swende 7770e41cb5
core: improve contextual information on core errors (#21869) 4 years ago
Marius van der Wijden 7cf56d6f06
miner: use channels instead of atomics in update loop (#21536) 4 years ago
gary rong 87c0ba9213
core, eth, les, trie: add a prefix to contract code (#21080) 4 years ago
Robert Zaremba 37564ceda6
miner: refactor helper functions in worker.go (#21044) 4 years ago
gary rong 7b7e5921a4
miner: support disabling empty blockprecommits form the Go API (#20736) 4 years ago
ucwong ad4b60efdd
miner/worker: add missing timer.Stop call (#20857) 5 years ago
Felix Lange d90d1db609
eth/filters: remove use of event.TypeMux for pending logs (#20312) 5 years ago
gary rong fc7e0fe6c7 core, miner: remove PostChainEvents (#19396) 5 years ago
gary rong 9b59c75405 miner: fix data race in tests (#20310) 5 years ago
Rob Mulholand 3b6c9902f3 core: remove unused gas return in ApplyTransaction (#20065) 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