go-ethereum/cmd/evm
Paweł Bylica 192edc0c63 core/vm: use uint256 in EVM implementation (#20787)
* core/vm: use fixed uint256 library instead of big

* core/vm: remove intpools

* core/vm: upgrade uint256, fixes uint256.NewFromBig

* core/vm: use uint256.Int by value in Stack

* core/vm: upgrade uint256 to v1.0.0

* core/vm: don't preallocate space for 1024 stack items (only 16)

Co-authored-by: Martin Holst Swende <martin@swende.se>
2024-03-01 14:13:23 +08:00
..
internal/compiler new EVM Upgrade 2021-09-21 16:53:46 +05:30
compiler.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00
disasm.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00
json_logger.go core/vm: use uint256 in EVM implementation (#20787) 2024-03-01 14:13:23 +08:00
main.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
runner.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00
staterunner.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00