.. |
db
|
48 new working GeneralStateTests, via fixing some overflows/underflows, creating a rudimentary balance commit/revert scheme, and implementing account deletion for the selfdestruct instruction (#146)
|
2018-09-14 13:43:40 +00:00 |
p2p
|
Various fixes towards state reconstruction
|
2018-09-07 14:00:37 +03:00 |
rpc
|
Update RPC types to use AccountNonce
|
2018-09-01 16:03:06 +03:00 |
utils
|
Use toOpenArray in generateAddress
|
2018-09-06 13:57:42 +01:00 |
vm
|
48 new working GeneralStateTests, via fixing some overflows/underflows, creating a rudimentary balance commit/revert scheme, and implementing account deletion for the selfdestruct instruction (#146)
|
2018-09-14 13:43: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
|
New nim compat
|
2018-09-06 13:16:13 +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
|
Make tests green (AccountNonce)
|
2018-09-02 03:26:22 +01: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
|
Various fixes towards state reconstruction
|
2018-09-07 14:00:37 +03:00 |
nimbus.nims
|
Added --experimental:forLoopMacros to nims
|
2018-09-03 15:20:40 +03:00 |
transaction.nim
|
Various fixes towards state reconstruction
|
2018-09-07 14:00:37 +03:00 |
validation.nim
|
Remove validateCanonicalAddress
|
2018-07-19 19:04:01 +01:00 |
vm_state.nim
|
replace logging module with nim-chronicles (fixes #38)
|
2018-08-29 16:13:03 -06:00 |
vm_state_transactions.nim
|
replace logging module with nim-chronicles (fixes #38)
|
2018-08-29 16:13:03 -06:00 |
vm_types.nim
|
Various fixes towards state reconstruction
|
2018-09-07 14:00:37 +03:00 |