mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Parachains db column "migration" (#5797)
* Column migration for parityDB Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * fix Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Remove columns * warn Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * bump paritydb * use clear_column Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * fix Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * logs Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * paritydb 0.3.16 Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Update node/service/Cargo.toml Co-authored-by: Andronik <write@reusable.software> * ParityDB versioning Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * cargo lock Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * review + proper version constants Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Add test Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Andronik <write@reusable.software>
This commit is contained in:
Generated
+3
-2
@@ -5660,9 +5660,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parity-db"
|
||||
version = "0.3.13"
|
||||
version = "0.3.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"
|
||||
checksum = "2bb474d0ed0836e185cb998a6b140ed1073d1fbf27d690ecf9ede8030289382c"
|
||||
dependencies = [
|
||||
"blake2-rfc",
|
||||
"crc32fast",
|
||||
@@ -7228,6 +7228,7 @@ dependencies = [
|
||||
"sp-transaction-pool",
|
||||
"sp-trie",
|
||||
"substrate-prometheus-endpoint",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tracing-gum",
|
||||
"westend-runtime",
|
||||
|
||||
Reference in New Issue
Block a user