status-im / nim-eth

Common utilities for Ethereum
https://nimbus.status.im
Apache License 2.0
83 stars 31 forks source link

avoid warnings when processing `GasInt` for RLP #712

Closed etan-status closed 4 months ago

etan-status commented 4 months ago

RLP does not support signed integer values, so we have to convert GasInt to uint64 when decoding / encoding via RLP.