-
Notifications
You must be signed in to change notification settings - Fork 297
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
chore(deps): replace old qgb contracts repo with blobstream repo #2709
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2709 +/- ##
=======================================
Coverage 19.89% 19.89%
=======================================
Files 139 139
Lines 16695 16695
=======================================
Hits 3322 3322
Misses 13051 13051
Partials 322 322
|
# Conflicts: # x/blobstream/client/verify.go
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.
[question] is this safe to backport? It seems non-breaking but I noticed that we're not backporting the other rename PR: #2639
The rename PR will not be backported until we test it in an upgrade and be sure that it's not breaking. This one is clearly not breaking and would allow the new release to depend on the new renamed Blobstream contracts instead of depending on older version of QGB. Also, we will make new releases of Blobstream, so it makes sense to keep the v1.x up to date with latest Blobstream contracts |
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. --> ## Overview The dependencies part of #2639 ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [ ] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords (cherry picked from commit c517bd2) # Conflicts: # go.mod # x/qgb/client/verify.go
Overview
The dependencies part of #2639
Checklist