nimbus-eth1/src/logic
Alexander Ivanov a233cef719 CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00
..
arithmetic.nim More flexible gas cost definitions, start registering more opcodes in the runner 2018-01-29 15:56:51 +02:00
block.nim Implement duplication and block, add more opcodes, improve math support 2018-01-23 00:23:07 +02:00
block_ops.nim Block and stack ops, elegant stack/dup/swap multiple opcode short def 2018-01-30 14:51:43 +02:00
call WIP call (different call variants depending on fork) 2018-01-30 20:12:05 +02:00
call.nim CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00
comparison.nim Implement address/sha3 opcodes, start using nim-keccak-tiny 2018-01-29 19:40:22 +02:00
context.nim CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00
duplication.nim Implement duplication and block, add more opcodes, improve math support 2018-01-23 00:23:07 +02:00
flow.nim Add flow ops 2018-01-30 15:20:52 +02:00
helpers.nim Implement duplication and block, add more opcodes, improve math support 2018-01-23 00:23:07 +02:00
invalid.nim Invalid op 2018-01-30 16:44:52 +02:00
logging_ops.nim CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00
memory_ops.nim CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00
sha3.nim CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00
stack_ops.nim CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00
storage.nim Memory and storage opcodes: TODO stateDB handler for the storage to work 2018-01-30 15:07:37 +02:00
swap.nim Block and stack ops, elegant stack/dup/swap multiple opcode short def 2018-01-30 14:51:43 +02:00
system_ops.nim CodeStream impl and tests, fix byte and string fields 2018-01-31 14:57:05 +02:00