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

feat: use durable nonce for escrow txs #1459

Merged
merged 36 commits into from
Jun 16, 2024
Merged

Conversation

justinenerio
Copy link
Contributor

@justinenerio justinenerio commented May 30, 2024

Changes

  • add escrow (create, cancel, receive) txs
  • refactor olp and ilp services
  • add priority fee tx
  • add tx confirm service

Related issues

Fixes #1409

Checklist

  • PR is ready for review (if not, it should be a draft).
  • PR title follows Conventional Commits guidelines.
  • Screenshots/video added.
  • Tests added.
  • Self-review done.

@justinenerio justinenerio changed the title feat: use durable nonce for escrow tx feat: use durable nonce for escrow txs May 30, 2024
@justinenerio justinenerio marked this pull request as ready for review June 4, 2024 06:18
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.50%. Comparing base (341ef45) to head (64f1a37).
Report is 13 commits behind head on master.

Current head 64f1a37 differs from pull request most recent head 1b94952

Please upload reports for the commit 1b94952 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1459   +/-   ##
=======================================
  Coverage   79.50%   79.50%           
=======================================
  Files         188      188           
  Lines        4152     4152           
=======================================
  Hits         3301     3301           
  Misses        851      851           
Flag Coverage Δ
solana-beta 79.50% <ø> (?)
solana-stable 79.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ookami-kb ookami-kb merged commit fb09937 into master Jun 16, 2024
8 checks passed
@ookami-kb ookami-kb deleted the initial-durable-nonce branch June 16, 2024 08:52
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.

move to durable nonce for link creation
2 participants