Commit Graph

2447 Commits (19607d1a10d37542ba13ab9db48cf4e501715cce)

Author SHA1 Message Date
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
rjl493456442 fe91d476ba
all: remove the dependency from trie to triedb (#28824) 7 months ago
Ng Wei Han beb2954fa4
core/txpool/legacypool: use uint256.Int instead of big.Int (#28606) 7 months ago
Sina Mahmoodi ac5aa672d3
internal/ethapi: add support for blobs in eth_fillTransaction (#28839) 7 months ago
lightclient 2732fb10d2
params, core/forkid: add mainnet timestamp for Cancun (#28958) 7 months ago
zoereco 2ab365f6d8
all: fix docstring names (#28923) 8 months ago
lightclient 449d3f0d87
core,params: add holesky to default genesis function (#28903) 8 months ago
lightclient 1f50aa7631
cmd,internal/era: implement `export-history` subcommand (#26621) 8 months ago
lmittmann 199e0c9ff5
core/state, core/vm: minor uint256 related perf improvements (#28944) 8 months ago
rjl493456442 0b5d8d2b58
core: cache transaction indexing tail in memory (#28908) 8 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
zoereco 253447a4f5
core/types: fix typo (#28922) 8 months ago
Péter Szilágyi 47d76c5f95
core/txpool: don't inject lazy resolved transactions into the container (#28917) 8 months ago
Péter Szilágyi 62affdc9c5
core/txpool/blobpool: post-crash cleanup and addition/removal metrics (#28914) 8 months ago
rjl493456442 eaac53ec38
core: reset tx lookup cache if necessary (#28865) 8 months ago
protolambda 2e947b7a00
core/types: fix and test handling of faulty nil-returning signer (#28879) 8 months ago
rjl493456442 6b0de79935
core: move tx indexer to its own file (#28857) 8 months ago
Péter Szilágyi 542c861b4f
core/txpool, eth/catalyst: fix racy simulator due to txpool background reset (#28837) 8 months ago
trocher 2dc74770a7
core/vm: fix misleading comment (#28860) 8 months ago
Marius van der Wijden c89a3da7d9
core/state/snapshot: use AddHash/ContainHash instead of Hasher interface (#28849) 8 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 8 months ago
Darioush Jalali 819a4977e8
core: fix genesis setup in benchReadChain (#28856) 8 months ago
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 8 months ago
Marius van der Wijden f55a10b64d
params, core/forkid: enable cancun on sepolia and holesky (#28834) 8 months ago
Felix Lange 0e93da3197
crypto/kzg4844: add helpers for versioned blob hashes (#28827) 8 months ago
Sina Mahmoodi e5d5e09faa
internal/ethapi: handle blobs in API methods (#28786) 8 months ago
Alfie John 9ee6809ff4
core/txpool/blobpool: fix typos 8 months ago