Open Issues Need Help
View All on GitHub good first issue open for contribution onlydust-wave
Notification settings 10 months ago
good first issue open for contribution onlydust-wave
Analytics button in dashboard 10 months ago
enhancement good first issue open for contribution onlydust-wave
good first issue open for contribution onlydust-wave
Stellar retrieve balance util function 11 months ago
good first issue open for contribution onlydust-wave
Sync shouldHaveRole in db 11 months ago
enhancement good first issue open for contribution onlydust-wave
Verify signature locally 11 months ago
AI Summary: The current `is_valid_signature` function on Starknet fails for undeployed accounts, returning an "account not initialized" error. The proposed solution is to create a utility function that directly verifies signatures using the account's public key, serving as a fallback for undeployed accounts. This involves detecting if an account is deployed and conditionally using the new verification method.
Complexity:
4/5
enhancement good first issue open for contribution onlydust-wave