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

fix: broadcast success should be witnessable after a rotation #3921

Merged
merged 3 commits into from
Aug 30, 2023

Conversation

kylezs
Copy link
Contributor

@kylezs kylezs commented Aug 30, 2023

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have updated documentation where appropriate.

Summary

We should be able to witness a broadcast success even after we've rotated.

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #3921 (58dbcc6) into main (3cfdab0) will decrease coverage by 0%.
The diff coverage is 0%.

@@          Coverage Diff          @@
##            main   #3921   +/-   ##
=====================================
- Coverage     71%     71%   -0%     
=====================================
  Files        366     366           
  Lines      56773   56773           
  Branches   56773   56773           
=====================================
- Hits       40554   40539   -15     
- Misses     14210   14219    +9     
- Partials    2009    2015    +6     
Files Changed Coverage Δ
state-chain/pallets/cf-broadcast/src/lib.rs 81% <0%> (ø)

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kylezs kylezs enabled auto-merge (squash) August 30, 2023 07:46
@kylezs kylezs merged commit 68781fe into main Aug 30, 2023
42 checks passed
@kylezs kylezs deleted the fix/tx-success-after-rotation branch August 30, 2023 07:50
martin-chainflip pushed a commit that referenced this pull request Aug 30, 2023
* fix: broadcast success should be witnessable after a rotation

* chore: fix bouncer lint

* chore: actually fix linting
syan095 added a commit that referenced this pull request Sep 4, 2023
* origin/main:
  Fix: Correct Select Median Implementation (#3934)
  fix: independent witnessing startup (#3913)
  🍒 cherry-pick: changes in release for CI and chainspec (#3933)
  refactor: Re-arrange Chains traits for better composability (#3912)
  fix: log error when we try to transfer *more* than we have fetched (#3930)
  chore: add checks and increase timeout (#3928)
  Add `bind_redeem_address` to CLI (#3908)
  🍒 cherry-pick: add missing prod dockerfiles (#3926)
  chore: skip localnet specific tests in devnet 🤫 (#3919)
  fix: broadcast success should be witnessable after a rotation (#3921)

# Conflicts:
#	state-chain/chains/src/eth/api.rs
#	state-chain/runtime/src/chainflip.rs
syan095 added a commit that referenced this pull request Sep 5, 2023
…on-integration

* origin/main:
  Added CFE setting for logging span lifecycles (#3936)
  fix: only burn flip if non zero (#3932)
  Fix: Correct Select Median Implementation (#3934)
  fix: independent witnessing startup (#3913)
  🍒 cherry-pick: changes in release for CI and chainspec (#3933)
  refactor: Re-arrange Chains traits for better composability (#3912)
  fix: log error when we try to transfer *more* than we have fetched (#3930)
  chore: add checks and increase timeout (#3928)
  Add `bind_redeem_address` to CLI (#3908)
  🍒 cherry-pick: add missing prod dockerfiles (#3926)
  chore: skip localnet specific tests in devnet 🤫 (#3919)
  fix: broadcast success should be witnessable after a rotation (#3921)

# Conflicts:
#	state-chain/cf-integration-tests/src/network.rs
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.

None yet

3 participants