mirror of https://github.com/status-im/nim-eth.git
fef47331c3
* Move NetworkId type to common eth_types NetworkId is after all a common type and this way it avoid an application that requires it to also import all devp2p related network types. RLP related calls are moved to eth_types_rlp, this means that p2p protocols that send NetworkId over the wire need to import this too. Or just common in general. * Remove # in front of multiline comment end bracket These seem to be interpreted wrongly by the GitHub code browser. |
||
---|---|---|
.. | ||
eth_hash.nim | ||
eth_hash_rlp.nim | ||
eth_types.nim | ||
eth_types_json_serialization.nim | ||
eth_types_rlp.nim | ||
transaction.nim | ||
utils.nim |