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

Benchmark NFT bridging path & find optimization opportunities #80

Open
sisyphusSmiling opened this issue Jun 4, 2024 · 0 comments
Open
Assignees

Comments

@sisyphusSmiling
Copy link
Contributor

sisyphusSmiling commented Jun 4, 2024

Issue To Be Solved

Bridging is currently very computationally expensive, especially for Cadence-native NFTs to EVM. Initial suspicions focus on the bulk of computation resulting from the process of serializing NFTs - the mechanism used to bridge the NFT's metadata to the resulting ERC721. This suspicion should be validated and quantified before beginning to optimize.

Context

The Flow Reference Wallet team (@JeffreyDoyle @lmcmz) would like to bridge large numbers of NFTs in a single transaction and can only reliably bridge about 9 at a time. This limitation blocks core user-facing functionality.

@sisyphusSmiling sisyphusSmiling moved this to ✋ Blocked in 🌊 Flow 4D Jun 4, 2024
@sisyphusSmiling sisyphusSmiling moved this from ✋ Blocked to 🆕 New in 🌊 Flow 4D Jun 4, 2024
@sisyphusSmiling sisyphusSmiling self-assigned this Jun 7, 2024
@sisyphusSmiling sisyphusSmiling moved this from 🆕 New to 🧊 Backlog in 🌊 Flow 4D Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Status: 🧊 Backlog
Development

No branches or pull requests

1 participant