rjl493456442
1126c6d8a5
core: add txlookup lock ( #29343 )
...
This change adds a lock to the transaction lookup cache, to avoid the case where reorgs make the lookup return inconsistent results.
7 months ago
cui
3caf617dcd
core/vm: move bls precompiles to correct addresses ( #29445 )
...
core: make bls precompiled contract use the correct address as in eip
7 months ago
Mohanson
f447de936c
rlp: replace reflect.PtrTo with reflect.PointerTo ( #29488 )
...
reflect.PtrTo has been deprecated and superseded by reflect.PointerTo
7 months ago
Aaron Chen
70bf94c34e
internal, signer/core: replace path.Join with filepath.Join ( #29489 )
7 months ago
rjl493456442
c170cc0ab0
core/vm: reject contract creation if the storage is non-empty ( #28912 )
...
This change implements EIP-7610, which rejects the contract deployment if the destination has non-empty storage.
7 months ago
seayyyy
3c75c64e6b
core: fix typo ( #29438 )
7 months ago
Sina M
c3465cb5ba
core: fix dev mode genesis difficulty ( #29469 )
...
The dev mode is nowadays in Merge-mode from genesis, hence the difficulty of the first block should be zero.
7 months ago
Aaron Chen
ed4bc7f27b
all: replace fmt.Errorf() with errors.New() if no param required ( #29472 )
7 months ago
Aaron Chen
cfc7d06cc9
signer/core/apitypes: use slices.Contains ( #29474 )
7 months ago
imalasong
0dc09da7db
all: replace path.Join with filepath.Join ( #29479 )
...
* core/rawdb: replace file.Join with filepath.Join
Signed-off-by: xiaochangbai <704566072@qq.com>
* internal/build: replace file.Join with filepath.Join
Signed-off-by: xiaochangbai <704566072@qq.com>
---------
Signed-off-by: xiaochangbai <704566072@qq.com>
7 months ago
Martin HS
7aafad2233
core/vm: better error-info for vm errors ( #29354 )
7 months ago
Roberto Bayardo
8876868bb8
log: default JSON log handler should log all verbosity levels ( #29471 )
...
Co-authored-by: lightclient <lightclient@protonmail.com>
7 months ago
Aaron Chen
ccb76c01d7
eth/tracers: use slices.Contains ( #29461 )
7 months ago
Aaron Chen
74995bf8a1
all: use slices.Contains ( #29459 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
7 months ago
georgehao
cc348a601e
common/prque: fix godoc comments ( #29460 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
7 months ago
Martin HS
4458905f26
signer/core/apitypes: fix apitypes breakage due to bitrotted PR ( #29470 )
7 months ago
Martin HS
7ee9a6e89f
signer: implement blob txs sendtxargs, enable blobtx-signing ( #28976 )
...
This change makes it possible to sign blob transactions
7 months ago
Felföldi Zsolt
35fcf9c52b
beacon/types: enforce fork order based on known forks list ( #29380 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
7 months ago
Aaron Chen
15ff066a24
trie/utils: change Div+Mod to DivMod ( #29413 )
...
* trie/utils: change Div+Mod to DivMod
* trie/utils: gofmt
7 months ago
Péter Szilágyi
e3bdd84e98
core/txpool: repair the limbo Billy too on unclean shutdowns ( #29451 )
7 months ago
lmittmann
a851e39cbe
core/types: use new atomic types in caches ( #29411 )
...
* use generic atomic types in tx caches
* use generic atomic types in block caches
* eth/catalyst: avoid copying tx in test
---------
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
7 months ago
lightclient
9cb8de8703
internal/debug: convert legacy log level value in debug_verbosity ( #29356 )
7 months ago
cui
9dfe728909
p2p/discover: using slices.Contains ( #29395 )
7 months ago
guangwu
8bd0334168
crypto/signify: close tmp key file in test ( #29444 )
7 months ago
cui
2e0c5e05ba
p2p/dnsdisc: using clear builtin func ( #29418 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
7 months ago
cui
eea0acc549
log: using maps.Clone ( #29392 )
7 months ago
cui
6b39e9236c
beacon/engine: using slices.Contains ( #29396 )
7 months ago
Marius Kjærstad
1f8f1377e6
build: upgrade -dlgo version to Go 1.22.2 ( #29448 )
7 months ago
cui
7bb3fb1481
eth: simplify peer counting logic ( #29420 )
7 months ago
Ng Wei Han
dfb3d46098
p2p: add inbound and outbound peers metric ( #29424 )
7 months ago
cui
a83e57666d
eth/fetcher: using slices.Contains ( #29383 )
7 months ago
cui
12dcc162d0
common/lru: use clear builtin ( #29399 )
7 months ago
cui
ab6419ccd8
core/state: use maps.Clone ( #29365 )
...
core: using maps.Clone
7 months ago
rjl493456442
fe0bf325a6
cmd/evm: reopen the statedb for dumping ( #29437 )
7 months ago
cui
0bd03dbc55
eth/filter: using atomic.Pointer instead of atomic.Value ( #29435 )
7 months ago
Miles Chen
e63f992fed
rpc: fix ipc max path size ( #29385 )
7 months ago
cui
31e63fcf66
rlp: using maps.Clone ( #29434 )
7 months ago
carehabit
fde90443a4
log: replace the outdated link ( #29412 )
7 months ago
Delweng
8c5576b1ac
eth/tracers: fix base fee and set blob fee in tests ( #29376 )
...
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
7 months ago
cui
6c9f702982
core/types: using maps.Clone ( #29398 )
7 months ago
cui
c39d00e316
trie: using maps.Clone ( #29419 )
7 months ago
Brandon Liu
a3829178af
eth/tracers/js: consistent name for method receivers ( #29375 )
8 months ago
cui
0183c7ad82
eth/tracers/logger: using maps.Equal ( #29384 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
8 months ago
cui
7481398a24
core/state: using slices.Clone ( #29366 )
8 months ago
cui
3754a6cc92
p2p/dnsdisc: using maps.Copy ( #29377 )
8 months ago
rjl493456442
3b77e0ff4b
core: remove unused code ( #29381 )
8 months ago
cui
7aba6511b0
ethdb/dbtest: replace reflect.DeepEqual with slices.Equal ( #29382 )
8 months ago
Sina M
767b00b0b5
t8ntool: add optional call frames to json logger ( #29353 )
...
Adds a flag `--trace.callframes` to t8n which will log info when entering or exiting a call frame in addition to the execution steps.
---------
Co-authored-by: Mario Vega <marioevz@gmail.com>
8 months ago
crazeteam
fa5019de19
accounts/keystore: fix typos in comments ( #29336 )
8 months ago
Pawan Dhananjay
8bb8f23bb2
beacon/engine: Fix json param name in GetClientVersionV1 ( #29351 )
...
Fix json param name
8 months ago