1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/vm
Paweł Bylica cf6674539c
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>
2020-06-08 15:24:40 +03:00
..
runtime
testdata
analysis.go
analysis_test.go
common.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
contract.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
contracts.go
contracts_test.go
doc.go
eips.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
errors.go
evm.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table_test.go
gen_structlog.go
instructions.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
instructions_test.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
interface.go
interpreter.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
jump_table.go
logger.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
logger_json.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
logger_test.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
memory.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
memory_table.go
opcodes.go
stack.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
stack_table.go