Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rlp: add int8, int16, int32 and int64 #3

Closed
mhw0 opened this issue May 3, 2023 · 6 comments
Closed

rlp: add int8, int16, int32 and int64 #3

mhw0 opened this issue May 3, 2023 · 6 comments
Labels
feature New feature or request

Comments

@mhw0
Copy link
Owner

mhw0 commented May 3, 2023

No description provided.

@mhw0 mhw0 added the feature New feature or request label May 3, 2023
@foonsun
Copy link

foonsun commented May 29, 2023

great job!

@mhw0
Copy link
Owner Author

mhw0 commented May 30, 2023

I’m not sure if we actually need this.

@foonsun
Copy link

foonsun commented May 30, 2023 via email

@mhw0
Copy link
Owner Author

mhw0 commented May 30, 2023

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?")

@foonsun
Copy link

foonsun commented May 31, 2023

when

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

@mhw0
Copy link
Owner Author

mhw0 commented Sep 13, 2023

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

@mhw0 mhw0 closed this as completed Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants