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

fix: APP-3069 - Fix "all fields must have valid input" invalid error for all SCC proxy contracts #1335

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

sepehr2github
Copy link
Contributor

@sepehr2github sepehr2github commented Apr 24, 2024

Description

  • get the abi from SCC action list and removed redundant etherscan fetching

Task: APP-3069

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • [ x Any dependent changes have been merged and published in downstream modules.
  • I have tested my code on the test network.

@sepehr2github sepehr2github requested a review from a team April 24, 2024 15:31
@sepehr2github sepehr2github changed the title fix: APP-3069 - fix all SCC proxy contract actions get stuck on "all fields must have valid input". fix: APP-3069 - fix "all fields must have valid input" invalid error for all SCC proxy contracts Apr 24, 2024
@sepehr2github sepehr2github changed the title fix: APP-3069 - fix "all fields must have valid input" invalid error for all SCC proxy contracts fix: APP-3069 - Fix "all fields must have valid input" invalid error for all SCC proxy contracts Apr 24, 2024
Copy link
Contributor

@thekidnamedkd thekidnamedkd left a 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?

src/utils/validators.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@thekidnamedkd thekidnamedkd left a 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. 🚀

@evanaronson evanaronson merged commit beea5a0 into develop Apr 25, 2024
3 checks passed
@evanaronson evanaronson deleted the fix/app-3069 branch April 25, 2024 10:11
Barukimang pushed a commit that referenced this pull request May 2, 2024
…for all SCC proxy contracts (#1335)

* fix SCC ABI validaiton

* fix lint errors

* resolve comments
Barukimang added a commit that referenced this pull request May 28, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants