-
Notifications
You must be signed in to change notification settings - Fork 14
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: publish chainflip-engine1.3
to debian packages 🐞
#4653
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 #4653 +/- ##
======================================
- Coverage 72% 72% -0%
======================================
Files 414 414
Lines 68457 68313 -144
Branches 68457 68313 -144
======================================
- Hits 49253 49056 -197
- Misses 16802 16854 +52
- Partials 2402 2403 +1 ☔ View full report in Codecov by Sentry. |
martin-chainflip
approved these changes
Mar 18, 2024
tomjohnburton
approved these changes
Mar 18, 2024
ahasna
added a commit
that referenced
this pull request
Mar 18, 2024
* fix: publish `chainflip-engine1.3` to debian packages 🐞 * chore: run `systemd` checks on pushed release branches 🕵🏻♂️ * chore: test changes * chore: test * chrore: revert manual changes to sisyphos workflow
ahasna
added a commit
that referenced
this pull request
Mar 18, 2024
* fix: publish `chainflip-engine1.3` to debian packages 🐞 * chore: run `systemd` checks on pushed release branches 🕵🏻♂️ * chore: test changes * chore: test * chrore: revert manual changes to sisyphos workflow
syan095
added a commit
that referenced
this pull request
Mar 22, 2024
…tation * origin/main: feat: support account deletion (#4314) fix: cf_pools_environment rpc encoding (#4674) fix: submission watcher could confuse/lose track of submissions (#4667) fix(github_actions/release_checks): update confusing runtime spec version check 🤦♂️ (#4672) feat: fix log messages, evm chain specific (#4652) fix: remove cfe events migration (#4671) chore: run CI on `nscloud` runners 🚀 (#4505) logging: lp-api panic in submission watcher (#4664) chore(localnet): append timestamp to log files 🪵 (#4660) fix(chainflip-broker-api): replace u128 with U256 (#4656) fix: remove unused cli command line options (#4644) chore: revert addition of cargo make (#4659) fix: correct cfe-events pallet version (#4658) chore: update systemd config to match 1.4 version 🚀 (#4655) fix: publish `chainflip-engine1.3` to debian packages 🐞 (#4653) Remove aptly check from publish workflow (#4650) fix: more try-runtime unwraps. (#4648) feat: RPC for returning scale-encoded System events (#4638)
dandanlen
pushed a commit
that referenced
this pull request
Mar 22, 2024
* fix: publish `chainflip-engine1.3` to debian packages 🐞 * chore: run `systemd` checks on pushed release branches 🕵🏻♂️ * chore: test changes * chore: test * chrore: revert manual changes to sisyphos workflow
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.
This fixes the debian packaging to be compatible with
1.3
and runs the checks for that on pushes torelease/*
branches (We only run it when we tag and that's how we didn't detect this earlier)