Commit Graph

2730 Commits (24ed0b506602cf18e92c2ec5b75173a68178748b)

Author SHA1 Message Date
lightclient cdb66c89d6
core/txpool/legacypool: add support for SetCode transactions (#31073) 2 weeks ago
lightclient 4cda8f06ea
params,core/forkid: enable prague on holesky and sepolia (#31139) 2 weeks ago
Felix Lange 5d97db8d03
all: update license comments and AUTHORS (#31133) 3 weeks ago
Sina M aaaf01d712
core/tracing: state journal wrapper (#30441) 3 weeks ago
Felix Lange ed1d46b3d3
consensus/misc/eip4844: more changes for blob gas calculation (#31128) 3 weeks ago
lightclient c4ad459bd2
consensus/misc/eip4844: use head's target blobs, not parent (#31101) 3 weeks ago
Marius van der Wijden 59d2eec9fc
core/txpool/blobpool: fix incorrect arguments in test (#31127) 3 weeks ago
Martin HS 7c7b7f6ab1
core/txpool: remove locals-tracking from txpools (#30559) 3 weeks ago
Felix Lange e332431cb2
core: assign default difficulty to zero for chain without ethash (#31067) 3 weeks ago
lightclient e6f3ce7b16
params,core: add max and target value to chain config (#31002) 3 weeks ago
Marius van der Wijden eee868226a
params: start osaka fork (#31125) 3 weeks ago
Marius van der Wijden 665c8512f3
core: copy genesis before modifying (#31097) 3 weeks ago
rjl493456442 0ad0966cec
core/rawdb: introduce flush offset in freezer (#30392) 3 weeks ago
jwasinger 55a18616b1
core/vm: simplify tracer hook invocation in interpreter loop (#31074) 3 weeks ago
Sina M a50cac5bbe
core/vm: EXTCODE* return delegation designator for 7702 (#31089) 4 weeks ago
Sina M 0e1a19da76
core: implement eip-7623 floor data gas (#30946) 4 weeks ago
Guillaume Ballet 52766bedb9
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag (#31036) 4 weeks ago
Péter Szilágyi 39638c81c5
all: nuke total difficulty (#30744) 4 weeks ago
Christina 9516e0f6b6
chore: fix various comments (#31082) 4 weeks ago
Sina M 3003a13440
core/vm: implement EIP-2537 spec updates (#30978) 1 month ago
Martin HS 2bf4a8ff73
cmd/evm: refactor handling output-files for `t8n` (#30854) 1 month ago
jwasinger e25cedf16d
core/txpool: terminate subpool reset goroutine if pool was closed (#31030) 1 month ago
Shude Li 530adfc8e3
core/types: initialize ChainID in SetCodeTx copy method (#31054) 1 month ago
Shude Li 17199daa76
core/types: correct chainId check for pragueSigner (#31032) 1 month ago
rjl493456442 a7f9523ae1
all: implement state history v2 (#30107) 1 month ago
Matthieu Vachon 4d94bd83b2
core/tracing: document `OnCodeChange` now being called from SelfDestruct (#31007) 1 month ago
jwasinger 47d17acdc9
core/txpool/legacypool: ensure pending nonces are reset by SubPool.Clear (#31020) 1 month ago
georgehao 9e4f08c25d
core: use sync.Once for SenderCacher initialization (#31029) 1 month ago
Felix Lange 04a336aee8
core/types: change SetCodeTx.ChainID to uint256 (#30982) 1 month ago
georgehao 1843f27766
all: fix some typos in comments and names (#31023) 1 month ago
rjl493456442 37c0e6992e
cmd, core, miner: rework genesis setup (#30907) 1 month ago
Paul Lange 864e717b56
core: remove unused function parameters (#31001) 1 month ago
Quentin McGaw fcf5204a02
core/txpool/legacypool: fix flaky test TestAllowedTxSize (#30975) 1 month ago
Daniel Liu c0882429f0
build: upgrade golangci-lint to v1.63.4 (#31019) 1 month ago
rjl493456442 82e963e5c9
triedb/pathdb: configure different node hasher in pathdb (#31008) 2 months ago
georgehao 6897a4a9e0
core/types: improve printList in DeriveSha test (#30969) 2 months ago
Marius van der Wijden c5a8d34851
core/rawdb: fix panic in freezer (#30973) 2 months ago
gitglorythegreat 85ffbde427
all: use cmp.Compare (#30958) 2 months ago
Felix Lange f1e6372eea
core, core/types: rename AuthList to SetCodeAuthorizations (#30935) 2 months ago
Felix Lange 73a4ecf675 core/types: rename SetCodeAuthorization 'v' to 'yParity' 2 months ago
Felix Lange 9d4b29f291
core/types: updates for EIP-7702 API functions (#30933) 2 months ago
Felix Lange 06dfb42365
core/types, internal/ethapi: fixes for prague RPC encoding (#30926) 2 months ago
Martin HS 5b9a3ea9d2
core/vm: make all opcodes proper type (#30925) 2 months ago
Felix Lange 71c28d8d2b
core: fixes for Prague fork in GenerateChain (#30924) 2 months ago
Martin HS 5c58612e12
core/vm, go.mod: update uint256 and use faster method to write to memory (#30868) 2 months ago
lightclient f808d7357e
all: implement eip-7702 set code tx (#30078) 2 months ago
gitglorythegreat c7e740f40c
core/state: remove pointless wrapper functions (#30891) 3 months ago
Martin HS 9045b79bc2
metrics, cmd/geth: change init-process of metrics (#30814) 3 months ago
Zheyuan He 4ecf08584c
core/vm: remove unnecessary comment (#30887) 3 months ago
rjl493456442 a91dcf3ee5
core/state: enable partial-functional reader (snapshot integration pt 3) (#30650) 3 months ago