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

Align RFQ reject message with BLIP #1131

Merged
merged 2 commits into from
Sep 29, 2024
Merged

Align RFQ reject message with BLIP #1131

merged 2 commits into from
Sep 29, 2024

Conversation

ffranr
Copy link
Contributor

@ffranr ffranr commented Sep 20, 2024

This PR aligns the RFQ reject wire message with the BLIP changes found here Roasbeef/blips#4
This PR is related to #871

These changes require a quote reject wire message version bump. We need to ensure that all RFQ breaking changes go into the same release. I've decided to spin them into their own PR because the scope of change is very narrow, these commits are small.

guggero and others added 2 commits September 20, 2024 12:09
Change reject message data encoding to use new TLV libraries. This is
a breaking change as the RejectErr field will now be encoded as a single
TLV field.

This commit also bumps the reject msg current version from 0 to 1.
This change ensures consistent naming of message data types across
request, accept, and reject message types.
@ffranr ffranr self-assigned this Sep 20, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10958269291

Details

  • 36 of 50 (72.0%) changed or added relevant lines in 1 file are covered.
  • 7 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.002%) to 40.361%

Changes Missing Coverage Covered Lines Changed/Added Lines %
rfqmsg/reject.go 36 50 72.0%
Files with Coverage Reduction New Missed Lines %
rfqmsg/reject.go 1 50.43%
tappsbt/create.go 2 53.22%
universe/interface.go 4 50.22%
Totals Coverage Status
Change from base Build 10958136063: -0.002%
Covered Lines: 24199
Relevant Lines: 59956

💛 - Coveralls

Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

Copy link
Member

@Roasbeef Roasbeef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🧣

@ffranr ffranr marked this pull request as draft September 23, 2024 11:13
@ffranr
Copy link
Contributor Author

ffranr commented Sep 23, 2024

I've changed this to draft to ensure this PR is merged with the rest of the RFQ breaking changes in the same release.

@dstadulis dstadulis added this to the v0.4.2 milestone Sep 23, 2024
@ffranr ffranr removed the request for review from gijswijs September 27, 2024 10:35
@ffranr ffranr marked this pull request as ready for review September 27, 2024 10:53
@Roasbeef Roasbeef merged commit c5a4b7a into main Sep 29, 2024
18 checks passed
@guggero guggero deleted the rfq-blip-align-reject-msg branch October 6, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

5 participants