This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-eth-common
mirror of
https://github.com/status-im/nim-eth-common.git
Watch
2
Star
0
Fork
You've already forked nim-eth-common
0
Code
Issues
Projects
Releases
Wiki
Activity
dafe51e733
nim-eth-common
/
eth_common.nim
3 lines
63 B
Nim
Raw
Normal View
History
Unescape
Escape
Merge the rlp_serialization module in eth_types Having 'rlp_serialization' and 'eth_types' as separate modules is too dangerous. It's quite easy for someone to include only the types module and to invoke the default RLP serialization that doesn't do the right thing for MDigest and Stint values. Perhaps, we should remove the default serialization altogether and leave it only for tuples, but for now the modified module layout here provides better safety.
2018-06-27 01:05:41 +00:00
import
eth_common
/
[
eth_types
,
utils
]
export
eth_types
,
utils