Commit Graph

2523 Commits (e5f5eaebc4c7810e640ec0f95195e76eaf67095c)

Author SHA1 Message Date
cui 7481398a24
core/state: using slices.Clone (#29366) 6 months ago
rjl493456442 3b77e0ff4b
core: remove unused code (#29381) 6 months ago
Guillaume Ballet da7469e5c4
core: add an end-to-end verkle test (#29262) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
jwasinger 58a3e2f180
core/state: perform updates before deletions when mutating tries (#29201) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 6 months ago
Martin HS 14eb8967be
all: use min/max/clear from go1.21 (#29307) 6 months ago
Marius van der Wijden 8f7fbdfedc
core: refactor consensus interface (#29283) 6 months ago
Aaron Chen 0444388c74
core/txpool/blobpool: calculate log1.125 faster (#29300) 6 months ago
rjl493456442 78c102dec5
core: skip the check the statefulness of head block in repair (#29245) 6 months ago
miles 45b88abbde
all: fix typos (#29288) 6 months ago
zgfzgf 6f929a0762
core/asm: minor code-clarification (#29293) 6 months ago
Haotian cffb7c8604
params: use the same variable name as EIP-4788 (#29195) 6 months ago
rjl493456442 c170fa277c
core: improve chain rewinding mechanism (#29196) 6 months ago
Martin HS d5bacfa4de
crypto/kz4844: pass blobs by ref (#29050) 6 months ago
Bin 89cefe240f
cmd: use package filepath over path for file system operations (#29227) 6 months ago
Sina Mahmoodi fa4ade8ecb
core: fix deprecation comment for GenesisAccount (#29218) 6 months ago
Lee Bousfield 00c21128ef
core/txpool/blobpool: return ErrAlreadyKnown for duplicate txs (#29210) 6 months ago
Péter Szilágyi b393ad8d29
cmd, core, metrics: always report expensive metrics (#29191) 6 months ago
hyhnet cd490608e3
all: fix typos in comments (#29186) 7 months ago
Péter Szilágyi f4d53133f6
consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 7 months ago
zhiqiangxu 9e129efd7b
core: remove useless assignments (#29065) 7 months ago
rjl493456442 7b81cf6362
core/state, trie/triedb/pathdb: remove storage incomplete flag (#28940) 7 months ago
zhiqiangxu d89d7ebdec
core: initialize `gasRemaining` with `=` instead of `+=` (#29149) 7 months ago
Vie 9b3ceb2137
core/types: reuse signtx (#29152) 7 months ago
rjl493456442 ca473b81cb
core: use finalized block as the chain freeze indicator (#28683) 7 months ago
buddho 679a27a2b3
all: use EmptyUncleHash, EmptyCodeHash instead of raw value (#29134) 7 months ago
cui 5a1e8a6547
core: delete unused ErrMaxInitCodeSizeExceeded (#29062) 7 months ago
Péter Szilágyi 865e1e9f57
cmd/utils, core/rawdb, triedb/pathdb: flip hash to path scheme (#29108) 7 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 7 months ago
rjl493456442 49623bd469
core, triedb/pathdb: calculate the size for batch pre-allocation (#29106) 7 months ago
cui 02d77c98f9
core: using math.MaxUint64 instead of 0xffffffffffffffff (#29094) 7 months ago
Roberto Bayardo 51b479e564
core/txpool: elevate the 'already reserved' error into a constant (#29095) 7 months ago
Delweng 45a272c7b9
core/txpool: no need to log loud rotate if no local txs (#29083) 7 months ago
Péter Szilágyi 63aaac8100
core/txpool/blobpool: reduce default database cap for rollout (#29090) 7 months ago
Roberto Bayardo 32d4d6e616
core/txpool: reject blob txs with blob fee cap below the minimum (#29081) 7 months ago
colin b9ca38b735
core/txpool: fix typo (#29036) 7 months ago
buddho bba3fa9af9
core,eth,internal: fix typo (#29024) 7 months ago
buddho 7f5e96dc6c
core/txpool: fix typo (#29031) 7 months ago
Péter Szilágyi f4852b8ddc
core/txpool, eth, miner: retrieve plain and blob txs separately (#29026) 7 months ago
Martin HS ac0ff04460
core/vm, params: ensure order of forks, prevent overflow (#29023) 7 months ago
Péter Szilágyi 6fb0d0992b
core/txpool, miner: speed up blob pool pending retrievals (#29008) 7 months ago
cui 5d984796af
core: using math.MaxUint64 instead of 0xffffffffffffffff (#29022) 7 months ago
Péter Szilágyi 593e303485
core/txpool, eth, miner: pre-filter dynamic fees during pending tx retrieval (#29005) 7 months ago
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003) 7 months ago
Péter Szilágyi 3c30de219f
core/txpool/blobpool: update the blob db with corruption handling (#29001) 7 months ago
colin a193bb0c73
core/txpool/legacypool: remove a redundant heap.Init (#28910) 7 months ago
bk efddedc16c
core/txpool/blobpool: rename variables in comments (#28981) 7 months ago
Martin HS 8321fe2fda
tests: fix goroutine leak related to state snapshot generation (#28974) 7 months ago