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

Figure out how to handle deserialization in Solidity #21

Closed
czepluch opened this issue Feb 26, 2016 · 2 comments
Closed

Figure out how to handle deserialization in Solidity #21

czepluch opened this issue Feb 26, 2016 · 2 comments
Assignees

Comments

@czepluch
Copy link
Contributor

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?

@czepluch
Copy link
Contributor Author

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.

@heikoheiko
Copy link
Contributor

#20

err508 pushed a commit that referenced this issue Aug 22, 2018
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants