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

Move trade transaction to a mutation #1411

Merged
merged 3 commits into from
Aug 14, 2024
Merged

Move trade transaction to a mutation #1411

merged 3 commits into from
Aug 14, 2024

Conversation

tiagofilipenunes
Copy link
Collaborator

fix #675

  • Move logic to mutation
  • Use isAwaiting = mutation.isPending instead of an awaiting state
  • Update everywhere that uses the trade action hook

- Move logic to mutation
- Use isAwaiting = mutation.isPending instead of an awaiting state
- Update everywhere that uses the trade action hook
Copy link

cloudflare-workers-and-pages bot commented Aug 8, 2024

Deploying carbon-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 064f32f
Status: ✅  Deploy successful!
Preview URL: https://946197c7.carbon-app-csq.pages.dev
Branch Preview URL: https://issue--675.carbon-app-csq.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Aug 8, 2024

Deploying carbon-app-sei with  Cloudflare Pages  Cloudflare Pages

Latest commit: 064f32f
Status: ✅  Deploy successful!
Preview URL: https://a1b10f39.carbon-app-sei.pages.dev
Branch Preview URL: https://issue--675.carbon-app-sei.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Aug 8, 2024

Deploying carbon-app-celo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 064f32f
Status: ✅  Deploy successful!
Preview URL: https://5b9af3e1.carbon-app-celo.pages.dev
Branch Preview URL: https://issue--675.carbon-app-celo.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Aug 8, 2024

Deploying carbon-app-blast with  Cloudflare Pages  Cloudflare Pages

Latest commit: 064f32f
Status: ✅  Deploy successful!
Preview URL: https://9fd4c8f2.carbon-app-blast.pages.dev
Branch Preview URL: https://issue--675.carbon-app-blast.pages.dev

View logs

@tiagofilipenunes tiagofilipenunes merged commit b50e3e3 into main Aug 14, 2024
8 checks passed
@tiagofilipenunes tiagofilipenunes deleted the issue-#675 branch August 14, 2024 15:04
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.

Trade - Convert trade function into mutation
2 participants