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

Remove ABI encoding layer from ethbridge RPC endpoints #1160

Open
Tracked by #2023
sug0 opened this issue Feb 15, 2023 · 0 comments
Open
Tracked by #2023

Remove ABI encoding layer from ethbridge RPC endpoints #1160

sug0 opened this issue Feb 15, 2023 · 0 comments

Comments

@sug0
Copy link
Collaborator

sug0 commented Feb 15, 2023

Ethereum bridge endpoints currently returning a borsh encoding of the ABI encoding of the requested data should just return the borsh encoded raw data (i.e. going from borsh(abi(data)) to borsh(data)). This will greatly simplify code in Namada, and avoid some serialization roundtrip costs in Namada clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants