go-ethereum/core/vm
Nazarii Denha 3592139384
(feat)all: add EIP-1153 - transient storage (#721)
* all: implement EIP-1153 transient storage (#26003)

Implements TSTORE and TLOAD as specified by the following EIP:

https://eips.ethereum.org/EIPS/eip-1153
https://ethereum-magicians.org/t/eip-1153-transient-storage-opcodes/553

Co-authored-by: Sara Reynolds <snreynolds2506@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>

* core/vm: move TSTORE,TLOAD to correct opcode nums (#27613)

* core/vm: move TSTORE,TLOAD to correct opcode nums

* core/vm: cleanup

* fix tests, rename

* goimports

* enable 1153 at Curie

* bump version

* comment fix

* improve test

* version

* testchainconfig

* fix another test that affects newly added

* fix previous test to clenaup after

---------

Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
Co-authored-by: Sara Reynolds <snreynolds2506@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2024-04-28 15:59:26 +08:00
..
runtime (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
testdata
access_list_tracer.go
analysis.go
analysis_test.go
common.go
contract.go
contracts.go feat: update upcoming fork names (#680) 2024-03-26 14:41:32 +00:00
contracts_test.go
doc.go
eips.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
errors.go
evm.go feat: update upcoming fork names (#680) 2024-03-26 14:41:32 +00:00
gas.go
gas_table.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
gas_table_test.go
gen_structlog.go
instructions.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
instructions_test.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
interface.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
interpreter.go (feat)core/vm: Add Upgrade #4 fork configuration (#698) 2024-04-24 18:01:47 +08:00
jump_table.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
logger.go feat (libzkp-v0.9.8): recordStorageDetail even when LogConfig.DisableStorage == true (#564) 2023-11-22 14:44:08 +08:00
logger_json.go
logger_test.go
logger_trace.go
memory.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
memory_table.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
memory_test.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
opcodes.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
operations_acl.go
stack.go
stack_table.go