Commit Graph

2522 Commits (0e456d9eeb739de1c5de7fc7eb0bee81b35a96dd)

Author SHA1 Message Date
rjl493456442 9ec50080eb
core: use in-memory freezer for tests (#29720) 5 months ago
Guillaume Ballet 43cbcd78ea
core, core/state: move TriesInMemory to state package (#29701) 5 months ago
Matthieu Vachon a09a610384
core/tracing: add system call callback when performing `ProcessBeaconBlockRoot` (#29355) 5 months ago
rjl493456442 86a1f0c394
core/rawdb: fix ancient root folder (#29697) 5 months ago
Aaron Chen bc609e852a
core/vm: remove redundant error checks (#29692) 5 months ago
Péter Szilágyi 682ee820fa
core/state: parallelise parts of state commit (#29681) 5 months ago
rjl493456442 9f96e07c1c
core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 5 months ago
Bin f8820f170c
accounts, cmd/geth, core: close opened files (#29598) 5 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 5 months ago
Marius van der Wijden bd6bc37eec
core/vm: add subgroup checks for mul/mulexp for G1/G2 (#29637) 5 months ago
Aaron Chen ea89f9adf0
core/vm: remove a redundant zero check in opAddmod (#29672) 5 months ago
rjl493456442 f46c878441
core/rawdb: implement in-memory freezer (#29135) 5 months ago
maskpp fecc8a0f4a
cmd/evm/internal/t8ntool, core: prealloc map sizes where possible (#29620) 5 months ago
Péter Szilágyi 4253030ef6
core/state: move metrics out of state objects (#29665) 5 months ago
Péter Szilágyi 8d42e115b1
core/state: revert pending storage updates if they revert to original (#29661) 5 months ago
Martin HS 243cde0f54
core/state: better randomized testing (postcheck) on journalling (#29627) 5 months ago
Péter Szilágyi 4f4f9d88d3
core/state: storage journal entry should revert dirtyness too (#29641) 5 months ago
Martin HS 0d4c38865e
core/state: remove account reset operation v2 (#29520) 5 months ago
Chris Ziogas fb08fd334a
core/tracing: Add OnClose Trace Hook (#29629) 5 months ago
Mario Vega 94579932b1
core/vm: fix Prague contracts (#29612) 5 months ago
haoran b2b0e1da8c
all: fix various typos (#29600) 5 months ago
rjl493456442 acd1eaae2c
core: remove bad block checks (#29609) 5 months ago
Marius van der Wijden 2e06fbd409
core/vm: add KZG benchmark (#29583) 5 months ago
Martin HS 823719b9e1
core/vm: enable bls-precompiles for Prague (#29552) 5 months ago
rjl493456442 b5902cf595
core: remove unused fields (#29569) 5 months ago
Aaron Chen 1e9bf2a09e
core/state: fix bug in statedb.Copy and remove unnecessary preallocation (#29563) 5 months ago
Devon Bear 92da96b7d5
core/vm: refactor push-functions to use `min` builtin (#29515) 5 months ago
persmor 0a51028819
all: fix various typos (#29542) 5 months ago
ucwong 5ffd940b7e
core: go fmt (#29544) 5 months ago
Marius van der Wijden f437307877
core/vm: update gascosts for BLS12-381 + use gnark instead of kilic (#29441) 5 months ago
rjl493456442 d3c4466edd
core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie (#29313) 5 months ago
Martin HS 84b12df09e
core/rawdb: add sanity-limit to header accessor (#29534) 5 months ago
Abirdcfly b179b7b8e7
all: remove duplicate word in comments (#29531) 5 months ago
Aaron Chen 34aac1d756
all: use big.Sign to compare with zero (#29490) 5 months ago
Sina M f202dfdd47
core/tracing: add changelog (#29388) 5 months ago
Bin 0bbd88bda0
all: use timer instead of time.After in loops, to avoid memleaks (#29241) 5 months ago
rjl493456442 1126c6d8a5
core: add txlookup lock (#29343) 5 months ago
cui 3caf617dcd
core/vm: move bls precompiles to correct addresses (#29445) 5 months ago
rjl493456442 c170cc0ab0
core/vm: reject contract creation if the storage is non-empty (#28912) 5 months ago
seayyyy 3c75c64e6b
core: fix typo (#29438) 5 months ago
Sina M c3465cb5ba
core: fix dev mode genesis difficulty (#29469) 5 months ago
Aaron Chen ed4bc7f27b
all: replace fmt.Errorf() with errors.New() if no param required (#29472) 5 months ago
imalasong 0dc09da7db
all: replace path.Join with filepath.Join (#29479) 5 months ago
Martin HS 7aafad2233
core/vm: better error-info for vm errors (#29354) 6 months ago
Martin HS 7ee9a6e89f
signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) 6 months ago
Péter Szilágyi e3bdd84e98
core/txpool: repair the limbo Billy too on unclean shutdowns (#29451) 6 months ago
lmittmann a851e39cbe
core/types: use new atomic types in caches (#29411) 6 months ago
cui ab6419ccd8
core/state: use maps.Clone (#29365) 6 months ago
cui 6c9f702982
core/types: using maps.Clone (#29398) 6 months ago
cui 7481398a24
core/state: using slices.Clone (#29366) 6 months ago