.. |
db
|
Deal with the refactoring in status-im/nim-rlp#20
|
2018-09-26 12:58:23 +03:00 |
p2p
|
Refactor contract creation into transaction code from P2P code; get 14 new GSTs working (#163)
|
2018-09-29 15:36:42 +00:00 |
rpc
|
Update RPC types to use AccountNonce
|
2018-09-01 16:03:06 +03:00 |
utils
|
Deal with the refactoring in status-im/nim-rlp#20
|
2018-09-26 12:58:23 +03:00 |
vm
|
Add note about cyclic dep
|
2018-11-08 16:40:40 +00:00 |
account.nim
|
Account.nonce is now AccountNonce which is uint64 from UInt256
|
2018-09-01 16:03:06 +03:00 |
block_types.nim
|
replace logging module with nim-chronicles (fixes #38)
|
2018-08-29 16:13:03 -06:00 |
config.nim
|
Added comments
|
2018-09-26 13:31:48 +03:00 |
constants.nim
|
Add EIP170_CODE_SIZE_LIMIT
|
2018-09-17 19:34:29 +01:00 |
errors.nim
|
Refactor interpreter dispatch (#65)
|
2018-07-06 09:52:31 +02:00 |
genesis.nim
|
newMemoryDB
|
2018-09-19 18:41:17 +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 |
nimbus.nim
|
Better cmdline flags handling
|
2018-09-26 13:31:48 +03:00 |
nimbus.nims
|
Added --experimental:forLoopMacros to nims
|
2018-09-03 15:20:40 +03:00 |
transaction.nim
|
Deal with the refactoring in status-im/nim-rlp#20
|
2018-09-26 12:58:23 +03:00 |
validation.nim
|
Remove validateCanonicalAddress
|
2018-07-19 19:04:01 +01:00 |
vm_state.nim
|
Make use of the new transactional API offered by the Trie DB
|
2018-09-18 02:56:10 +03:00 |
vm_state_transactions.nim
|
Remove precompile hash table
|
2018-10-02 15:55:28 +01:00 |
vm_types.nim
|
Remove precompile hash table
|
2018-10-02 15:55:28 +01:00 |