-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: make boost detection more accurate #5369
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5369 +/- ##
======================================
- Coverage 72% 71% -0%
======================================
Files 497 497
Lines 86352 86213 -139
Branches 86352 86213 -139
======================================
- Hits 61759 61563 -196
- Misses 21814 21869 +55
- Partials 2779 2781 +2 ☔ View full report in Codecov by Sentry. |
- Proof that we can report between pre and witness still rejecting a tx if the channel was not bossted - We can not change the status of a report if its already prewitnessed
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.
👍
…d-migration * origin/main: fix: retry with search history enabled after some attempts (#5370) fix: rpc subscription return types (#5374) chore: remove unused stream_utils (#5373) fix: always sweep on RPC free balance (#5376) fix: make boost detection more accurate (#5369) chore: better not contributing error message (#5368) chore: rename ElectoralSystemStatus -> ElectionPalletStatus (#5367) fix: `request_swap_deposit_address_with_affiliates` refund address is consistent with destination address type (#5360) feat: add sol chain tracking metric (#5366) fix: remove is_vote_valid (#5363) fix: separate lp account for lp api (#5354) fix: features for test-externalities (#5365) Update localnet polkadot runtime to v1.3.3 (#5337)
* fix: make boost detection more accurate * fix: remove unnecessary TaintedTransactionStatus::Boosted * test: Added more tests - Proof that we can report between pre and witness still rejecting a tx if the channel was not bossted - We can not change the status of a report if its already prewitnessed * chore: fix cargo fmt * chore: remove dupe test --------- Co-authored-by: Jan Börner <jan@chainflip.io>
No description provided.