Skip to content

smite-ir: add BroadcastTransaction IR operation#100

Merged
morehouse merged 1 commit into
morehouse:masterfrom
NishantBansal2003:broadcast-tx-ir
May 28, 2026
Merged

smite-ir: add BroadcastTransaction IR operation#100
morehouse merged 1 commit into
morehouse:masterfrom
NishantBansal2003:broadcast-tx-ir

Conversation

@NishantBansal2003
Copy link
Copy Markdown
Contributor

ref: #90 (comment) and #90 (comment)

Depends-on: #90

This will be used to broadcast the transaction. Right now, we only take the funding transaction as input, but in the future, once we have more transaction types, we will likely move to accepting a generic transaction input and allow broadcasting at arbitrary points.

Currently, this will be used to broadcast the funding transaction after funding_signed is received (or possibly even before that), so that the targets can exchange channel_ready messages after some number of blocks are mined.

Comment thread smite-ir/src/operation.rs Outdated
Comment thread smite-ir/src/tests.rs Outdated
Comment thread smite-ir/src/operation.rs Outdated
Comment thread smite-ir/src/tests.rs
Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
Copy link
Copy Markdown
Owner

@morehouse morehouse left a comment

Choose a reason for hiding this comment

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

LGTM

@morehouse morehouse merged commit fa0aad5 into morehouse:master May 28, 2026
5 checks passed
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.

2 participants