..
db
Slightly reworked ChainDB interface to more consistent
2018-08-03 14:56:49 +03:00
rpc
add the ETH and LES protocol implementations to the nimbus build
2018-07-23 00:34:43 +03:00
utils
Delete utilities: address, padding, bytes ( #68 )
2018-07-06 17:08:31 +02:00
vm
Sanitize memory addresses and lengths ( #97 )
2018-08-06 16:33:20 +00:00
account.nim
Implemented most of the stubbed-out state handling instructions ( #59 )
2018-07-05 14:41:01 +02:00
block_types.nim
Implemented most of the stubbed-out state handling instructions ( #59 )
2018-07-05 14:41:01 +02:00
config.nim
More comments addressed
2018-08-03 14:10:07 +03:00
constants.nim
Fixed sstore gas computation, empty sha3, smod, sdiv ( #71 )
2018-07-18 11:14:28 +02:00
errors.nim
Refactor interpreter dispatch ( #65 )
2018-07-06 09:52:31 +02:00
genesis.nim
More comments addressed
2018-08-03 14:10:07 +03:00
genesis_alloc.nim
Added genesis initialization
2018-08-01 15:50:44 +03:00
lightchain_shell.nim
Some renames
2018-05-28 13:22:28 +03:00
logging.nim
Refactor interpreter dispatch ( #65 )
2018-07-06 09:52:31 +02:00
nimbus.nim
Use real file for sqlite
2018-08-02 17:07:44 +03:00
transaction.nim
Implemented most of the stubbed-out state handling instructions ( #59 )
2018-07-05 14:41:01 +02:00
validation.nim
Remove validateCanonicalAddress
2018-07-19 19:04:01 +01:00
vm_state.nim
Refactor interpreter dispatch ( #65 )
2018-07-06 09:52:31 +02:00
vm_state_transactions.nim
Reorganize VM/interpreter + cleanup ( #52 )
2018-06-15 11:11:25 +02:00
vm_types.nim
GasMeter is an object now ( #73 )
2018-07-18 14:18:17 +02:00