You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When adding many parts I don't want to sign many transactions for each part.
Describe the solution you'd like
We can utilise addPartList method. We should let user set parts and store them in localStorage (using zustand persist middleware) or index db (using idb-keys). And when user is ready to set them on-chain, we can split them in batches by ~15 and use addPartList method instead
Describe alternatives you've considered
Alternatively we can let user choose which option to use. Either save onchain immediatly, or risk losing progress and keep adding parts and save them later
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When adding many parts I don't want to sign many transactions for each part.
Describe the solution you'd like
We can utilise addPartList method. We should let user set parts and store them in localStorage (using zustand persist middleware) or index db (using idb-keys). And when user is ready to set them on-chain, we can split them in batches by ~15 and use
addPartList
method insteadDescribe alternatives you've considered
Alternatively we can let user choose which option to use. Either save onchain immediatly, or risk losing progress and keep adding parts and save them later
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: