nimbus-eth1/nimbus
coffeepots 372ea24c41
Merge pull request #125 from status-im/getSenderReturn
Alternative form of getSender that raises and returns address
2018-08-29 18:07:04 +01:00
..
db Separate Chain from ChainDB 2018-08-29 11:49:01 +03:00
p2p Separate Chain from ChainDB 2018-08-29 11:49:01 +03:00
rpc Merge branch 'master' into chain-db-interface 2018-08-29 17:23:25 +01:00
utils Delete utilities: address, padding, bytes (#68) 2018-07-06 17:08:31 +02:00
vm Reduce range of cleanMemRef 2018-08-17 17:16:40 +03: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 address review comments 2018-08-09 12:25:37 +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 Separate Chain from ChainDB 2018-08-29 11:49:01 +03:00
transaction.nim Alternative form of getSender that raises and returns address 2018-08-29 16:52:12 +01: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 Initial EVMC message type API matching: reorder overlapping fields to match EMVC; rename to to destination; replace isStatic with more general flags (with only one non-zero value); remove superfluous-seeming shouldTransferValue; keep internalFoo fields, which aren't in PyEVM either, so weren't per se part of PyEVM matching 2018-08-14 15:03:18 +03:00