-
Notifications
You must be signed in to change notification settings - Fork 378
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
Figure out how to handle deserialization in Solidity #21
Comments
According to Christian no such libraries libraries exist yet. He is however working on inline assembly and will rewrite the internal encoder / decoder in that language as a test of its usability. Either we should put efforts into creating such a library or use native contracts for MVP. |
Closed
hackaugusto
pushed a commit
to hackaugusto/raiden
that referenced
this issue
Dec 5, 2019
A replacement is provided by raiden-contracts.
hackaugusto
pushed a commit
to hackaugusto/raiden
that referenced
this issue
Dec 5, 2019
Add Monitoring service contract
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do Solidity libraries exist that can de/serialize messages (in eg. rlp or ABI encoding) sent to smart contracts?
If not, how can we solve this problem?
The text was updated successfully, but these errors were encountered: