1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/vm
rjl493456442 bba2a1bac5
core: show db error-info in case of mismatched hash root (#26870)
When a database failure occurs, bubble it up a into statedb, and report it in suitable places, such as during a 'bad block' report.
2023-03-16 03:12:34 -04:00
..
runtime
testdata
analysis.go
analysis_test.go
common.go
contract.go
contracts.go
contracts_test.go
doc.go
eips.go
errors.go
evm.go
gas.go
gas_table.go core/vm: fix typo in comment (#26838) 2023-03-09 04:39:17 -05:00
gas_table_test.go
instructions.go
instructions_test.go
interface.go core: show db error-info in case of mismatched hash root (#26870) 2023-03-16 03:12:34 -04:00
interpreter.go
interpreter_test.go
jump_table.go code/vm: fix comment typo (#26865) 2023-03-13 09:30:32 +02:00
jump_table_test.go
logger.go
memory.go
memory_table.go
opcodes.go
operations_acl.go
stack.go
stack_table.go