-
Notifications
You must be signed in to change notification settings - Fork 5
Refactor: SPO distribution store refactored to use StakeAddress #326
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
Changes from all commits
8c08f44
e01d07a
d2798aa
61a6d48
981ff15
4caab30
aeb3a09
4037f85
6511204
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,18 +17,17 @@ anyhow = { workspace = true } | |
| bigdecimal = "0.4.8" | ||
| chrono = { workspace = true } | ||
| config = { workspace = true } | ||
| dashmap = { workspace = true } | ||
| hex = { workspace = true } | ||
| imbl = { workspace = true } | ||
| serde = { workspace = true } | ||
| serde_json = { workspace = true } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These weren't being used |
||
| serde_with = { workspace = true } | ||
| tokio = { workspace = true } | ||
| tracing = { workspace = true } | ||
| fjall = "2.11.2" | ||
| rayon = "1.10.0" | ||
| csv = "1.3.1" | ||
| itertools = "0.14.0" | ||
|
|
||
| [dev-dependencies] | ||
| tempfile = "3" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm adding this so that the directories we store the test spo data into is cleaned up post test run. It wasn't being cleaned up before. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should go under There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, good catch |
||
|
|
||
| [lib] | ||
| path = "src/accounts_state.rs" | ||
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.
I'll do this in another PR!