smite-ir: implement BuildChannelUpdate operation#110
Open
devvaansh wants to merge 1 commit into
Open
Conversation
620242e to
e7fb274
Compare
BuildChannelUpdate operation
e7fb274 to
4b04a9d
Compare
Contributor
Author
|
Fee fields now use |
326a60a to
dbf94ea
Compare
Contributor
Author
I initially bundled those SCID changes because I was refactoring nearby code while working on BuildChannelUpdate, and it felt like a natural cleanup,I've dropped them from this commit. If we still want to simplify tweak_short_channel_id → tweak_u64, I'll open it as a separate PR so it can be reviewed on its own merits. Force-pushed to 326a60a. |
morehouse
reviewed
Jun 8, 2026
dbf94ea to
77f3d63
Compare
morehouse
approved these changes
Jun 9, 2026
77f3d63 to
b9204de
Compare
This file contains hidden or 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
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.
Enables programs that build signed
channel_updatemessages and sendthem to the target. The signature is computed internally over the double-SHA256 of the message body, using the supplied node secret key (per BOLT 7). All other wire fields are passed as variable inputs so they can be reused
and mutated by the existing IR machinery.
Ref: #71