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
50c0c5f123
nim-eth
/
eth
/
common.nim
3 lines
59 B
Nim
Raw
Normal View
History
Unescape
Escape
Add build_dcli target and add it to CI (#344) * Add build_dcli target and add it to CI * Fix local imports for dcli * And use local imports for all other files too * Use local imports in tests and rlpx protocols
2021-04-06 11:33:24 +00:00
import
.
/
common
/
[
eth_types
,
utils
]
Moved eth-common to eth
2019-02-05 10:10:36 +00:00
export
eth_types
,
utils