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

Cleanup piecemeal #90

Closed
wants to merge 33 commits into from
Closed

Cleanup piecemeal #90

wants to merge 33 commits into from

Conversation

ellemouton
Copy link
Owner

Change Description

Description of change / link to associated issue.

Steps to Test

Steps for reviewers to follow to test the change.

Pull Request Checklist

Testing

  • Your PR passes all CI checks.
  • Tests covering the positive and negative (error paths) are included.
  • Bug fixes contain tests triggering the bug to prevent regressions.

Code Style and Documentation

📝 Please see our Contribution Guidelines for further guidance.

@github-actions
Copy link

Pull reviewers stats

Stats of the last 30 days for lnd:

User Total reviews Time to review Total comments

@ellemouton ellemouton force-pushed the cleanup-piecemeal branch 7 times, most recently from b730fd2 to c1e3f5f Compare October 20, 2023 06:26
Before this commit, any MuSig2Nonce TLV field used within a message is
expected to use the same tlv type number. This is changed in this commit
so that each message must specify which type number it wishes to use.
This is necessary for if there is ever more than one MuSig2Nonce used
within the same message.
This commits defines the RawFeatureVectorRecordProducer type which will
allow RawFeatureVector type to be used for a TLV record.
Rename lnwire.ChannelAnnouncement to ChannelAnnouncement1. This is in
preparation for the addition of a ChannelAnnouncement interface which
will be implemented by both ChannelAnnouncement1 and
ChannelAnnouncement2.
This is in preparation for the addition of a ChannelEdgeInfo interface
which will be implemented by ChannelEdgeInfo1 and the coming
ChannelEdgeInfo2.
This is in preparation for the addition of a ChannelAuthProof interface
which will be implemented by ChannelAuthProof1 and the coming
ChannelAuthProof2.
to lnwire.ChannelUpdate1
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.

1 participant