-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Conversation
I think the creation of a second tool (the crate this PR is adding) is a good way to separate out logic that operate on separate pieces (ie blockstore vs. accountsDB). However, now that we have the PR and thinking more practically about how we'd do all this, one thing that isn't clear to me is how we should handle the "gray" area with these tools:
If we rip Although maybe code duplication isn't as big of a concern as I'm making it out to be if the tools have different starting points in terms of what they operate on:
|
could use |
Cleaned up dependencies and have the main function empty. |
Since ledger-tool is already viewed as the "all-in-one" tool, I think we can have accounts-tool accountable for all accounts-only operations, while everything else sits inside ledger-tool. With the above roles, we can still keep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for ripping all of the extras out; a little more work but should avoid bloat.
And can confirm that I see https://crates.io/crates/solana-accounts-tool here so I think we're good on that front! That being said, I've never published a crate before, so wouldn't mind explicit confirmation from someone who has. Tyera resolved the issue about publishing the crate, but don't want to infer too far
Abandoning this PR as we decided to have a single tool (i.e., ledger-tool) that includes all the commands. |
Summary of Changes
This PR creates an empty crate for solana-acounts-tool
https://crates.io/crates/solana-accounts-tool