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

PREVIEW: IGP interaction refactor #98

Closed
wants to merge 8 commits into from

Conversation

jmrossy
Copy link
Collaborator

@jmrossy jmrossy commented Dec 23, 2023

DO NOT MERGE. Using this branch for preview build testing.
Merge #101 instead

Related: hyperlane-xyz/hyperlane-monorepo#3107

Copy link

vercel bot commented Dec 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyperlane-warp-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2024 7:21pm

@jmrossy jmrossy mentioned this pull request Dec 23, 2023
11 tasks
@jmrossy jmrossy marked this pull request as ready for review December 30, 2023 19:00
@jmrossy jmrossy requested a review from nambrot as a code owner December 30, 2023 19:00
@jmrossy jmrossy requested review from yorhodes and tkporter December 30, 2023 19:00
@@ -27,7 +27,6 @@
"@typescript-eslint/ban-ts-comment": ["off"],
"@typescript-eslint/explicit-module-boundary-types": ["off"],
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/no-floating-promises": ["error"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this because the latest formik version makes a bunch of benign form interactions async. They did that to support react ssr/suspense.

@@ -31,7 +31,7 @@
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"cosmjs-types": "^0.9.0",
"formik": "^2.2.9",
"formik": "^2.4.5",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading to enable async form validation

@@ -506,103 +486,6 @@ function ReviewDetails({ visible, tokenRoutes }: { visible: boolean; tokenRoutes
);
}

function validateFormValues(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to it's own file and reorganized (see below)

@jmrossy jmrossy mentioned this pull request Jan 2, 2024
@jmrossy jmrossy changed the title Ensure review details and balance validation handle all IGP exceptional cases PREVIEW: IGP interaction refactor Jan 2, 2024
@jmrossy jmrossy closed this Jan 5, 2024
@jmrossy jmrossy deleted the igp-exception-balance-validation branch January 5, 2024 16:10
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.

1 participant