-
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
refactor(bouncer): refactor setup #4825
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4825 +/- ##
=====================================
- Coverage 72% 72% -0%
=====================================
Files 426 426
Lines 72350 72350
Branches 72350 72350
=====================================
- Hits 52109 52101 -8
- Misses 17706 17707 +1
- Partials 2535 2542 +7 ☔ View full report in Codecov by Sentry. |
kylezs
approved these changes
May 6, 2024
syan095
added a commit
that referenced
this pull request
May 7, 2024
…allets * origin/main: (32 commits) Engine version checks no longer needed for new engines (#4843) fix: wait for new balance on transfer asset (#4836) chore: re-enable try-runtime tests in upgrade-test (#4840) Feat: per chain safe mode to restrict deposits (#4819) fix: upgrade test permissions (#4838) Update Arbitrum migrations and chainspec (#4835) chore: print correct logs in upgrade-test (#4832) feat: Affiliate Brokers (#4777) chore: resolve build warnings (#4831) chore: remove old dylibs (#4830) feat: Efficient Arbitrum witnessing (PRO-1098) (#4811) chore: change CI command (#4829) fix(docker images): dont delete `/sbin` dirs 😵💫 (#4828) fix: improve container pull times ⌚️ (#4827) refactor(bouncer): refactor setup (#4825) Realistic BTC egress fees (#4822) chore: inline and functional split and group (#4808) feat: LP Asset rebalancing (PRO-1259) (#4784) feat: store boost fees explicitly + rpc (#4818) feat: Governance extrinsic to create boost pools (#4816) ... # Conflicts: # Cargo.lock # state-chain/chains/src/sol.rs # state-chain/runtime/src/migrations/arbitrum_integration.rs # state-chain/runtime/src/safe_mode.rs
syan095
added a commit
that referenced
this pull request
May 8, 2024
…o wip/solana-api * origin/feat/sol-initialize-pallets: (29 commits) chore: set correct witness_period Engine version checks no longer needed for new engines (#4843) fix: wait for new balance on transfer asset (#4836) chore: re-enable try-runtime tests in upgrade-test (#4840) Feat: per chain safe mode to restrict deposits (#4819) fix: upgrade test permissions (#4838) Update Arbitrum migrations and chainspec (#4835) chore: print correct logs in upgrade-test (#4832) feat: Affiliate Brokers (#4777) chore: resolve build warnings (#4831) chore: remove old dylibs (#4830) feat: Efficient Arbitrum witnessing (PRO-1098) (#4811) chore: change CI command (#4829) fix(docker images): dont delete `/sbin` dirs 😵💫 (#4828) fix: improve container pull times ⌚️ (#4827) refactor(bouncer): refactor setup (#4825) Realistic BTC egress fees (#4822) chore: inline and functional split and group (#4808) feat: LP Asset rebalancing (PRO-1259) (#4784) feat: store boost fees explicitly + rpc (#4818) ... # Conflicts: # Cargo.lock # state-chain/chains/src/sol.rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Closes: PRO-xxx
Checklist
Please conduct a thorough self-review before opening the PR.
Summary
Please include a succinct description of the purpose and content of the PR. What problem does it solve, and how? Link issues, discussions, other PRs, and anything else that will help the reviewer.
Non-Breaking changes
If this PR includes non-breaking changes, select the
non-breaking
label. On merge, CI will automatically cherry-pick the commit to a PR against the release branch.