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

EVM - Optimized calldata indexing #1627

Open
1 of 3 tasks
hussein-aitlahcen opened this issue Mar 29, 2024 · 0 comments
Open
1 of 3 tasks

EVM - Optimized calldata indexing #1627

hussein-aitlahcen opened this issue Mar 29, 2024 · 0 comments

Comments

@hussein-aitlahcen
Copy link
Contributor

hussein-aitlahcen commented Mar 29, 2024

Following #1613.

  • For read-only information such as the update client message (including the zkp and such), we could avoid doing ABI decoding (memory allocation and copy) and directly index the calldata via assembly. fix(ucs01): use correct ibc path prefix when bridging denoms #1726
  • Revisit IBC structures to avoid dynamic string/bytes:
    • Consider removing string/bytes in favor of u256 where possible (port/channel/con ids? the path could be reconstructed where needed)
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

1 participant