nimbus-eth1/nimbus/vm/interpreter
Dustin Brody 2136bc74fd
Sanitize memory addresses and lengths (#97)
* add a helper function to ensure for memory addressing and length purposes, especially as applied to array indexing and bounds-checking, that non-negative UInt256 numbers remain non-negative when lossily converted to int's
2018-08-06 16:33:20 +00:00
..
utils Fixed sstore gas computation, empty sha3, smod, sdiv (#71) 2018-07-18 11:14:28 +02:00
forks_list.md Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
forks_list.png Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
gas_costs.nim fix assorted test fixtures which have been un-skipped 2018-08-02 15:57:28 -07:00
gas_meter.nim GasMeter is an object now (#73) 2018-07-18 14:18:17 +02:00
opcode_values.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
opcodes_impl.nim Sanitize memory addresses and lengths (#97) 2018-08-06 16:33:20 +00:00
vm_forks.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00