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

Pedro/cow 284 milestone review 2 #707

Merged
merged 25 commits into from
Jun 19, 2024

Conversation

yvesfracari
Copy link
Contributor

No description provided.

Copy link

linear bot commented Jun 18, 2024

COW-284 Milestone review

Copy link

vercel bot commented Jun 18, 2024

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

Name Status Preview Comments Updated (UTC)
balancer-tools ❌ Failed (Inspect) Jun 19, 2024 3:01pm
chainlink-data-feeds-api ❌ Failed (Inspect) Jun 19, 2024 3:01pm
cow-amm-deployer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:01pm
cow-tools ❌ Failed (Inspect) Jun 19, 2024 3:01pm

Comment on lines +23 to +25
value={{
managedTransaction,
}}
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason why encapsulate this in another object?

}, [isPonderAPIUpToDate]);

useEffect(() => {
if (!["final", "confirmed", "error", "idle"].includes(status || "")) {
Copy link
Contributor

Choose a reason for hiding this comment

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

we should remove confirmed from this now right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We're using more the ponder update as a trigger, so I think that is ok to let this

!["final", "idle", "confirmed", "error"].includes(status || "")
}
loadingText="Depositing..."
loading={isSubmitting || isAmmUpdating}
Copy link
Contributor

Choose a reason for hiding this comment

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

so are we ignoring the tx now 🤔 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

actually the isAmmUpdating is true when the status is something being processed.

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.

2 participants