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

feat(cli): bolt send command #321

Merged
merged 11 commits into from
Oct 28, 2024
Merged

feat(cli): bolt send command #321

merged 11 commits into from
Oct 28, 2024

Conversation

merklefruit
Copy link
Collaborator

@merklefruit merklefruit commented Oct 25, 2024

Refactor our CLI packages in order to use bolt send to send a preconfirmation request.

part of #307

@merklefruit merklefruit added T: feature Type: Feature C: bolt-cli Component: bolt CLI labels Oct 25, 2024
@merklefruit merklefruit marked this pull request as ready for review October 25, 2024 13:11
Comment on lines +55 to +66
// Extract the next preconfirmer slot from the lookahead info
let target_slot = lookahead_res[0].slot;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we do .get(0).expect("...") instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we check if it's empty in the line above, so that would be unreachable

@merklefruit merklefruit force-pushed the nico/feat/bolt-cli-send branch from f44bdfb to 4f02c6e Compare October 25, 2024 14:50
Copy link
Contributor

@mempirate mempirate left a comment

Choose a reason for hiding this comment

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

LGTM!

@merklefruit merklefruit merged commit d234647 into unstable Oct 28, 2024
5 checks passed
@merklefruit merklefruit deleted the nico/feat/bolt-cli-send branch October 28, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-cli Component: bolt CLI T: feature Type: Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants