-
Notifications
You must be signed in to change notification settings - Fork 48
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
fix: APP-3069 - Fix "all fields must have valid input" invalid error for all SCC proxy contracts #1335
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Working much better on my end.
What can you surmise was the intent of checking network so consistently before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the changes and clarity. 🚀
…for all SCC proxy contracts (#1335) * fix SCC ABI validaiton * fix lint errors * resolve comments
…s) (#1351) * fix localhost url * enable running localserver before test * fix dao creation * fix create proposal * fix: APP-3028 - Fix strings for approve and execute transaction dialog (#1332) * fix: APP-2956 - Refine session detection for terminated sessions on dAppConnect Actions flow (#1333) * fix: refine session detection for terminated sessions on dapp, connected apps key to more unique topic string, memoize session * chore: implement useRef for better lifecycle, race condition handling * chore: swap out piece of state in favor of ref * chore: remove unused import * chore: refactor if statement, clean up comments * fix: APP-3070 - Update WC network switch flow via dAppConnect (#1330) * wip: show possible solution for aligning WC network with app network * chore: add more detail to comments, default chain in WAGMI as mainnet * chore: remove extra console.log * chore: move global network switch to network error modal flow * chore: remove extra console.log * chore: refactor WC connector + switch to be more defensive * chore: refactor to use wagmi hook directly, remove custom switchNetwork * chore: remove console logs, unneeded connector hooks * fix: APP-3069 - Fix "all fields must have valid input" invalid error for all SCC proxy contracts (#1335) * fix SCC ABI validaiton * fix lint errors * resolve comments * fix: Fix gasless proposal creation and mint action for gasless DAOs (#1334) * fix vote and execute * fix create new token dao * improve existing token test * fix tests --------- Co-authored-by: cgero.eth <[email protected]> Co-authored-by: Kevin Davis <[email protected]> Co-authored-by: Sepehr Sanaei <[email protected]> Co-authored-by: selankon <[email protected]>
Description
Task: APP-3069
Type of change
Checklist: