mhw0 / libethc

Open-source Ethereum C library

Home Page:https://mhw0.github.io/libethc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rlp: add `int8`, `int16`, `int32` and `int64`

mhw0 opened this issue · comments

commented
rlp: add `int8`, `int16`, `int32` and `int64`

great job!

commented

I’m not sure if we actually need this.

commented

If we look at the documentation, we can see that we already have functions for encoding/decoding ABI int8, int16, int32 and int64.

These might be useful when the RLP functions are used in different context (when serializing and deserializing some "non ethereum data?")

when

yes. we can sign the message for the cross-chain validation. The message can be in any types.

commented

Closing the issue. I don't think we need these.