status-im / nim-eth-common

Common types and helpers, used across nimbus related projects
Apache License 2.0
0 stars 1 forks source link

Add RLP encoding/decoding tests for StUint values #5

Open zah opened 6 years ago

zah commented 6 years ago

Various suggested test cases:

1) Direct encoding and decoding of random StUint values. 2) Encoding and decoding of arrays and sequences of StUint values. 3) Encoding and decoding of objects featuring such values as fields.