go-ethereum/core
rjl493456442 766ce23032
core/state: fix SetStorage override behavior (#30185)
This pull request fixes the broken feature where the entire storage set is overridden.

Originally, the storage set override was achieved by marking the associated account
as deleted, preventing access to the storage slot on disk. However, since #29520, this
flag is also checked when accessing the account, rendering the account unreachable.

A fix has been applied in this pull request, which re-creates a new state object with all
account metadata inherited.
2024-07-23 14:54:35 +02:00
..
asm
bloombits
forkid
rawdb ethdb: remove snapshot (#30189) 2024-07-22 11:40:14 +08:00
state core/state: fix SetStorage override behavior (#30185) 2024-07-23 14:54:35 +02:00
stateless all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00
tracing core/tracing: update latest release version (#30211) 2024-07-23 14:05:46 +02:00
txpool core/txpool: use the cached address in ValidateTransactionWithState (#30208) 2024-07-23 14:07:06 +02:00
types core/types: don't modify signature V when reading large chainID (#30157) 2024-07-15 12:09:32 +02:00
vm all: replace division with right shift if possible (#29911) 2024-06-28 18:08:31 +02:00
.gitignore
bench_test.go
block_validator_test.go
block_validator.go all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00
blockchain_insert.go
blockchain_reader.go
blockchain_repair_test.go
blockchain_sethead_test.go
blockchain_snapshot_test.go
blockchain_test.go all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00
blockchain.go all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00
bloom_indexer.go
chain_indexer_test.go
chain_indexer.go
chain_makers_test.go
chain_makers.go
dao_test.go
error.go
events.go
evm.go
forkchoice.go
gaspool.go
gen_genesis.go
genesis_alloc.go
genesis_test.go core/rawdb, triedb, cmd: create an isolated disk namespace for verkle (#30105) 2024-07-16 16:17:58 +03:00
genesis.go
headerchain_test.go
headerchain.go
mkalloc.go
rlp_test.go
sender_cacher.go
state_prefetcher.go all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00
state_processor_test.go
state_processor.go all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00
state_transition.go
stateless.go all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00
txindexer_test.go
txindexer.go
types.go all: stateless witness builder and (self-)cross validator (#29719) 2024-06-25 14:48:08 +03:00