nimbus-eth1/src
Alexander Ivanov 38a02250b5 Implement some utils and a basic runner
Implement some utils, still WIP
Several dsl-s for registering opcode handlers and gas costs and for running
simple opcode sequences
2018-01-24 15:31:24 +02:00
..
db Port parts of several other modules 2018-01-17 14:57:50 +02:00
logic Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
utils Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
vm Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
block.nim Prototype an example fork subclass 2018-01-17 16:16:00 +02:00
chain.nim Port parts of several other modules 2018-01-17 14:57:50 +02:00
computation.nim Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
constants.nim Implement duplication and block, add more opcodes, improve math support 2018-01-23 00:23:07 +02:00
errors.nim First part of port 2018-01-15 20:42:40 +02:00
lightchain_shell.nim Implement more math: non-rigogous translation for now, more precise operation correctness later 2018-01-16 20:42:38 +02:00
logging.nim Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
nim.cfg First part of port 2018-01-15 20:42:40 +02:00
opcode.nim Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
opcode_values.nim WIP opcode dsl, code stream changes 2018-01-23 20:36:23 +02:00
runner.nim Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
transaction.nim Implement duplication and block, add more opcodes, improve math support 2018-01-23 00:23:07 +02:00
utils_numeric.nim Implement duplication and block, add more opcodes, improve math support 2018-01-23 00:23:07 +02:00
validation.nim Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
vm_state.nim Implement some utils and a basic runner 2018-01-24 15:31:24 +02:00
vm_state_transactions.nim Port parts of several other modules 2018-01-17 14:57:50 +02:00