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
The dao-voting-cw721-staked contract has a limit of 70 NFTs when unstaking. I believe the claim system could be rewritten to use pagination instead, which would remove the need for a limit like this. The limit is suboptimal and unintuitive since there's an unstaking duration, and a user should be able to access all of their NFTs after the configured unstaking duration.
The
dao-voting-cw721-staked
contract has a limit of 70 NFTs when unstaking. I believe the claim system could be rewritten to use pagination instead, which would remove the need for a limit like this. The limit is suboptimal and unintuitive since there's an unstaking duration, and a user should be able to access all of their NFTs after the configured unstaking duration.dao-contracts/contracts/voting/dao-voting-cw721-staked/src/state.rs
Line 46 in 3518a28
The text was updated successfully, but these errors were encountered: