plugeth/core/vm
Martin Holst Swende 7504dbd6eb core/vm: 64 bit memory and gas calculations (#19210)
* core/vm: remove function call for stack validation from evm runloop

* core/vm: separate gas  calc into static + dynamic

* core/vm: optimize push1

* core/vm: reuse pooled bigints for ADDRESS, ORIGIN and CALLER

* core/vm: use generic error message for jump/jumpi, to avoid string interpolation

* testdata: fix tests for new error message

* core/vm: use 64-bit memory calculations

* core/vm: fix error in memory calculation

* core/vm: address review concerns

* core/vm: avoid unnecessary use of big.Int:BitLen()
2019-03-12 11:40:05 +02:00
..
runtime all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
analysis_test.go
analysis.go
common.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
contract.go
contracts_test.go
contracts.go
doc.go
errors.go
evm.go
gas_table_test.go
gas_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
gas.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
gen_structlog.go
instructions_test.go
instructions.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
int_pool_verifier_empty.go
int_pool_verifier.go
interface.go
interpreter.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
intpool_test.go
intpool.go
jump_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
logger_json.go
logger_test.go
logger.go
memory_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
memory.go
opcodes.go
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
stack.go