-
Notifications
You must be signed in to change notification settings - Fork 16
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: add FoK config items to cf_swapping_environment
#5099
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5099 +/- ##
======================================
- Coverage 71% 71% -0%
======================================
Files 442 442
Lines 76766 76643 -123
Branches 76766 76643 -123
======================================
- Hits 54609 54415 -194
- Misses 19236 19291 +55
- Partials 2921 2937 +16 ☔ View full report in Codecov by Sentry. |
…at/solana-call-length * origin/feat/solana-ccm-checker: (23 commits) CCM checker returns the decoded cf_param to avoid duplicate decoding. chore: set upgrade test back to true Chore/fix compile (#5109) Chore/bouncer add cf parameters check (#5107) chore: Solana engine not require tx history (#5095) chore: update client for type missmatch chore: update to solana+fok client fix: migrations feat: emit swap request first (#5102) feat: add FoK config items to `cf_swapping_environment` (#5099) chore: add Solana missing rpc return values (#5100) test: Bouncer Fill or Kill test (#5056) feat: put solana chain state Feat: solana engine broadcast retries (#5093) feat: Allow arbitrary accounts to be used as affiliate broker (#5097) Tests for minimum deposit (#5087) feat: apicall stores signer, store current on chain key (#5063) task scope soundness comment (#5096) Swapping Pallet Redesign (#5025) chore: update test ... # Conflicts: # state-chain/cf-integration-tests/src/solana.rs # state-chain/chains/src/sol/api.rs # state-chain/runtime/src/lib.rs
* feat: add FoK config items to environment rpc * test: update environment snapshot
* feat: add FoK config items to environment rpc * test: update environment snapshot
Pull Request
Closes: PRO-1517
Checklist
Please conduct a thorough self-review before opening the PR.
Summary
Breaking change: This PR changes the
SwappingEnvironment
struct. I am unsure of how this will affect the frontend.added
swap_retry_delay_blocks
andmax_swap_retry_duration_blocks
to thecf_swapping_environment
.max_swap_retry_duration_blocks
is a hashmap of the setting value for each chain.Updated the
environment_serialization
snapshot.