nim-eth/eth/common
Jacek Sieka d31abca010
clean up eth_types (#531)
`eth_types` is being imported from many projects and ends up causing
long build times due to its extensive import lists - this PR starts
cleaning some of that up by moving the chain DB and RLP to their own
modules.

this PR also moves `keccakHash` to its own module and uses it in many
places.
2022-09-02 16:57:52 +02:00
..
chaindb.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
eth_hash.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
eth_hash_rlp.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
eth_types.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
eth_types_json_serialization.nim More --styleCheck fixes for discoveryv5 and eth/common (#473) 2022-02-03 15:51:08 +01:00
eth_types_rlp.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
state_accessors.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
transaction.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
utils.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00