mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 14:31:13 +00:00
Improve storage monitor API (#2899)
This removes the need to unnecessarily provide a very specific data structure `DatabaseSource` and removes huge `sc-client-db` dependency from storage monitor. It is now possible to use storage monitor with any path. P.S. I still strongly dislike that it pulls `clap` dependency for such a small feature, but many other crates do as well, so nothing special here.
This commit is contained in:
Generated
-1
@@ -16587,7 +16587,6 @@ dependencies = [
|
||||
"clap 4.4.14",
|
||||
"fs4",
|
||||
"log",
|
||||
"sc-client-db",
|
||||
"sp-core",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
|
||||
Reference in New Issue
Block a user