Skip to content

smite-ir: implement BuildNodeAnnouncement operation#89

Open
morehouse wants to merge 1 commit into
masterfrom
build_node_announcement
Open

smite-ir: implement BuildNodeAnnouncement operation#89
morehouse wants to merge 1 commit into
masterfrom
build_node_announcement

Conversation

@morehouse
Copy link
Copy Markdown
Owner

Enables programs that build signed node_announcement messages and send them to the target.

The rgb_color and alias fields are fixed-length literal params instead of Bytes variables so that they are always the correct size. This means we lose the ability to cross-pollinate these two fields with other messages, but since these fields serve a purely cosmetic purpose the tradeoff is good.

Ref: #71

Enables programs that build signed node_announcement messages and send
them to the target.

The rgb_color and alias fields are fixed-length literal params instead
of Bytes variables so that they are always the correct size.  This means
we lose the ability to cross-pollinate these two fields with other
messages, but since these fields serve a purely cosmetic purpose the
tradeoff is good.
@morehouse morehouse force-pushed the build_node_announcement branch from 6040b22 to e4cf372 Compare May 20, 2026 23:32
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