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

chore(sidecar): cleanup + remove TODOs (continue) #370

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

merklefruit
Copy link
Collaborator

This PR addresses some small TODOs and cleans up the logic in the bolt manager pubkey verification.

@merklefruit merklefruit added the C: bolt-sidecar Component: bolt-sidecar label Nov 8, 2024
@@ -18,37 +18,22 @@ const BOLT: &str = r#"

#[tokio::main]
async fn main() -> eyre::Result<()> {
println!("{}", BOLT);
Copy link
Contributor

Choose a reason for hiding this comment

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

Curious -- do you prefer displaying the logo as the first thing or after all startup checks passed successfully?

I like the idea of seeing the logo knowing I've done everything well :D but maybe that's just me

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I get that, but I didn't like having other logs before the logo, such as:

[info] telemetry initialized!
LOGO
[...] other logs

instead it should be:
LOGO
[...] all logs

Not a blocker ofc, let's just pick one :)

Copy link
Contributor

Choose a reason for hiding this comment

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

nvm, let's merge this! We can modify it at a later time if we wish

bolt-sidecar/src/primitives/delegation.rs Outdated Show resolved Hide resolved
@thedevbirb thedevbirb merged commit ce968ec into lore/feat/holesky-launch Nov 11, 2024
3 checks passed
@thedevbirb thedevbirb deleted the nico/chore/sidecar-cleanup branch November 11, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-sidecar Component: bolt-sidecar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants