.. |
db
|
implement constantinople bitwise opcode
|
2019-05-13 10:26:28 +03:00 |
p2p
|
fix constantinople's block reward
|
2019-05-14 12:45:25 +03:00 |
rpc
|
Fix fromJson checks for uint256
|
2019-06-20 10:50:29 +03:00 |
utils
|
refactor utils
|
2019-02-27 13:30:18 +02:00 |
vm
|
countLeadingZero become leadingZeros
|
2019-05-13 10:26:28 +03:00 |
block_types.nim
|
Use nim-eth (#224)
|
2019-02-05 20:15:50 +01:00 |
config.nim
|
Add staticnodes, protocols, and whisper config options (#319)
|
2019-04-23 07:49:49 -06:00 |
constants.nim
|
fix evm msg contract creation, GST +3
|
2019-04-18 12:42:37 +07:00 |
errors.nim
|
add static context check, GST +94 -28
|
2019-04-26 07:31:12 +07:00 |
genesis.nim
|
assert() -> doAssert()
|
2019-03-13 22:36:54 +01:00 |
genesis_alloc.nim
|
Added genesis initialization
|
2018-08-01 15:50:44 +03:00 |
launcher.nim
|
Premix-related changes
|
2019-01-28 12:38:23 +02:00 |
lightchain_shell.nim
|
…
|
|
nim.cfg
|
NAT port mapping
|
2019-04-17 03:56:28 +02:00 |
nimbus.nim
|
Forward maxPeers config to EthereumNode minPeers
|
2019-06-24 19:33:52 +03:00 |
tracer.nim
|
fix touched miner problem, GST +25
|
2019-04-26 07:31:11 +07:00 |
transaction.nim
|
implement EIP155 tx.getSender
|
2019-04-18 15:33:17 +07:00 |
utils.nim
|
implement EIP1014: Create2 opcode
|
2019-05-13 10:26:28 +03:00 |
validation.nim
|
Use nim-eth (#224)
|
2019-02-05 20:15:50 +01:00 |
vm_state.nim
|
split state clearing in execComputation to processTransaction, GST +5
|
2019-04-18 08:27:55 +07:00 |
vm_state_transactions.nim
|
fix revert opcode at first level computation
|
2019-04-26 07:31:13 +07:00 |
vm_types.nim
|
remove unused .child from computation
|
2019-05-13 10:26:28 +03:00 |