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

Extract common types used by various crates in their own crate #263

Open
thedevbirb opened this issue Oct 4, 2024 · 0 comments
Open

Extract common types used by various crates in their own crate #263

thedevbirb opened this issue Oct 4, 2024 · 0 comments
Labels
C: bolt-sidecar Component: bolt-sidecar D-good-first-issue Difficulty: a great choice to get started! T: chore Type: Chore

Comments

@thedevbirb
Copy link
Contributor

Currently there are types and utils which should be shared between the Bolt Sidecar and Bolt Boost. This would require changing the codebase structure a bit, perhaps in this suggested way:

bolt
├── Cargo.toml
└── crates
    ├── boost
    ├── client
    ├── common
    ├── kurtosis-client
    └── sidecar
@thedevbirb thedevbirb added C: bolt-sidecar Component: bolt-sidecar D-good-first-issue Difficulty: a great choice to get started! T: chore Type: Chore labels Oct 4, 2024
@mempirate mempirate added this to the v0.4: Holesky 2 milestone Oct 4, 2024
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 D-good-first-issue Difficulty: a great choice to get started! T: chore Type: Chore
Projects
None yet
Development

No branches or pull requests

2 participants