nim-eth/eth
Kim De Mey fef47331c3
Networkid common (#547)
* 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.
2022-10-20 08:49:20 +02:00
..
common Networkid common (#547) 2022-10-20 08:49:20 +02:00
db Add sqlite3.isInsideTransaction 2022-08-22 18:09:13 +07:00
keyfile Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
net nat: getPublicRoutePrefSrcOrExternalIP() (#496) 2022-03-31 16:07:28 +02:00
p2p Networkid common (#547) 2022-10-20 08:49:20 +02:00
rlp Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
trie Safer mpt proof verification (#536) 2022-09-14 19:02:05 +02:00
utp Seperate discv5 protocol message encoding from packet encoding (#539) 2022-10-10 12:13:20 +02:00
async_utils.nim awaitWithTimeout for Future[void] 2021-02-04 16:45:50 +02:00
bloom.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
common.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
eip1559.nim Add a helper for calculating the EIP1559 base fee 2022-08-18 23:36:45 +03:00
keyfile.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
keys.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
p2p.nim Networkid common (#547) 2022-10-20 08:49:20 +02:00
rlp.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
trie.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00