Commit Graph

1454 Commits (06540146524222f648d8b19c5bcb00a8fd3dd339)

Author SHA1 Message Date
ucwong 3b05318525
cmd/evm, eth/ethconfig: regenerate struct codecs (#23140) 3 years ago
Martin Holst Swende f5f906dd0d
eth/tracers: improve tracing performance (#23016) 3 years ago
Martin Holst Swende c131e812ae
eth/fetcher, trie: unit test reliability fixes (#23020) 3 years ago
Marius van der Wijden 686b2884ee
all: removed blockhash from statedb (#23126) 3 years ago
Péter Szilágyi d3f018fde8
eth: drop eth/65, the last non-reqid protocol version 3 years ago
Felföldi Zsolt 35dbf7a8a3
eth/gasprice: implement feeHistory API (#23033) 3 years ago
Sina Mahmoodi 1b5582acf7
core, eth: fix precompile addresses for tracers (#23097) 3 years ago
Martin Holst Swende 2d4eff21ca
eth/downloader: increase downloader block body allowance (#23074) 3 years ago
Li Dongwei bca8c03e57
core/state: remove unused methods ReturnGas, GetStorageProofByHash (#23092) 3 years ago
haryu703 c07918e7d8
eth/gasprice: fix typo in comment (#22998) 3 years ago
williamberman 948a600ed5
eth/tracers: convert int/hash values from context into js object (#23108) 3 years ago
Péter Szilágyi 29905d86ae
eth/tracers: expose contextual infos (block hash, tx hash, tx index) 3 years ago
Péter Szilágyi 7a7abe3de8
accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 3 years ago
Péter Szilágyi be1267ced5
eth/ethconfig: bump the RPC gas cap to 50M, since 1559 exceeds 25 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
gary rong 3094e7f3b8
catalyst: runs every transaction in a snapshot in assembleBlock handler (#7) (#22989) 3 years ago
Martin Holst Swende 5cff9754d7
core, eth, internal, les: RPC methods and fields for EIP 1559 (#22964) 3 years ago
Péter Szilágyi 9aaa4208a8
eth/ethconfig: flip the default from fast to snap sync 3 years ago
Felföldi Zsolt 966ee3ae6d
all: EIP-1559 tx pool support (#22898) 3 years ago
Felix Lange 427175153c
p2p/msgrate: return capacity as integer, clamp to max uint32 (#22943) 3 years ago
gary rong 51b32cc7e4
internal/ethapi: merge CallArgs and SendTxArgs (#22718) 3 years ago
Felix Lange 836c647bdd
eth: unregister peer only when handler exits (#22908) 3 years ago
Martin Holst Swende a6c462781f
EIP-1559: miner changes (#22896) 3 years ago
Péter Szilágyi 3e795881ea
eth, p2p/msgrate: move peer QoS tracking to its own package and use it for snap (#22876) 3 years ago
Martin Holst Swende 94451c2788
all: implement EIP-1559 (#22837) 3 years ago
Martin Holst Swende addd8824cf
cmd/geth, eth, core: snapshot dump + unify with trie dump (#22795) 3 years ago
Péter Szilágyi 0524cede37
eth/tracers: do the JSON serialization via .js to capture C faults 3 years ago
Ryan Schneider ca98080798
cmd/geth, eth/gasprice: add configurable threshold to gas price oracle (#22752) 3 years ago
Felix Lange e536bb52ff
eth/protocols/snap: adapt to uint256 API changes (#22851) 3 years ago
Felix Lange c0e201b690
eth/protocols/eth, les: avoid Raw() when decoding HashOrNumber (#22841) 3 years ago
Martin Holst Swende cc606be74c
all: define London+baikal, undefine yolov3, add london override flag (#22822) 3 years ago
Felix Lange b8040a430e
cmd/utils: use eth DNS tree for snap discovery (#22808) 3 years ago
Péter Szilágyi 856c379626
eth: don't print db upgrade warning on db init 3 years ago
Péter Szilágyi 52b5d2d869
eth/protocols/snap: use storage batch, not account batch in st task 3 years ago
Péter Szilágyi 745757ac6b
core, eth: abort snapshot generation on snap sync and resume later 3 years ago
aaronbuchwald f66f1a16b3
eth/filters: fix comment on PublicFilterAPI timeoutLoop (#22782) 3 years ago
Diederik Loerakker c7d07294a6
catalyst: check if block exists in assemble-block call with unknown parent-hash (#22770) 3 years ago
Péter Szilágyi 06f44c0fd4
eth: restore eth_hashrate API endpoint 3 years ago
Péter Szilágyi fae165a5de
core, eth, ethdb, trie: simplify range proofs 3 years ago
Martin Holst Swende a81cf0d2b3
trie: remove redundant returns + use stacktrie where applicable (#22760) 3 years ago
Péter Szilágyi 558bff4008
eth/protocols/snap: lower the packet size to avoid overloading link 3 years ago
Gregory Markou 256c5d68b2
eth/gasprice: improve stability of estimated price (#22722) 3 years ago
Martin Holst Swende 0c99868416
cmd/devp2p, eth/protocols/eth: fix tests + make sanity checks earlier (#22749) 3 years ago
Péter Szilágyi caea6c4661
eth/protocols/snap: generate storage trie from full dirty snap data (#22668) 3 years ago
Felix Lange a3f0da1ac4
build: upgrade to golangci-lint v1.39.0 (#22696) 3 years ago
Péter Szilágyi 1fb9a6dd32
eth/protocols, prp/tracker: add support for req/rep rtt tracking (#22608) 3 years ago
gary rong 96828c90f5
eth/tracers, internal/ethapi: fix typos causing lint issue (#22711) 3 years ago
gary rong dd9c3225cf
eth, internal: extend the TraceCall API (#22245) 3 years ago
Guillaume Ballet f79cce5de9
eth/catalyst: add catalyst API prototype (#22641) 3 years ago