This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-eth
mirror of
https://github.com/status-im/nim-eth.git
Watch
2
Star
0
Fork
You've already forked nim-eth
0
Code
Issues
Projects
Releases
Wiki
Activity
d31abca010
nim-eth
/
eth
/
common.nim
3 lines
67 B
Nim
Raw
Normal View
History
Unescape
Escape
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 14:57:52 +00:00
import
.
/
common
/
[
eth_types_rlp
,
utils
]
export
eth_types_rlp
,
utils