update kvdb & co (#6111)
* toml changes * REVERTME: patch * adapt parachains db interface * fix Cargo.toml patch after master rebase * fix av-store * fix chain-selection * fix parachains-db? * Revert "fix Cargo.toml patch after master rebase" This reverts commit 3afcbf033c86027b3f2b909d83ec703591bdd287. * Revert "REVERTME: patch" This reverts commit 464b717cf4142d3d09c3d77b83700b632d8c5f54. * Use `Ok` imported from prelude Co-authored-by:Bastian Köcher <info@kchr.de> * update lockfile for {"substrate"} * Revert "update lockfile for {"substrate"}" This reverts commit fdc623de226f7645741b86c4b1a7d030fed2172d. * cargo update -p sp-io Co-authored-by:
Bastian Köcher <info@kchr.de> Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 209 additions, 233 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 1 deletionpolkadot/Cargo.toml
- polkadot/core-primitives/Cargo.toml 1 addition, 1 deletionpolkadot/core-primitives/Cargo.toml
- polkadot/node/core/approval-voting/Cargo.toml 2 additions, 2 deletionspolkadot/node/core/approval-voting/Cargo.toml
- polkadot/node/core/av-store/Cargo.toml 2 additions, 2 deletionspolkadot/node/core/av-store/Cargo.toml
- polkadot/node/core/av-store/src/lib.rs 15 additions, 13 deletionspolkadot/node/core/av-store/src/lib.rs
- polkadot/node/core/chain-selection/Cargo.toml 2 additions, 2 deletionspolkadot/node/core/chain-selection/Cargo.toml
- polkadot/node/core/chain-selection/src/db_backend/v1.rs 17 additions, 9 deletionspolkadot/node/core/chain-selection/src/db_backend/v1.rs
- polkadot/node/core/dispute-coordinator/Cargo.toml 2 additions, 2 deletionspolkadot/node/core/dispute-coordinator/Cargo.toml
- polkadot/node/core/runtime-api/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/runtime-api/Cargo.toml
- polkadot/node/malus/Cargo.toml 1 addition, 1 deletionpolkadot/node/malus/Cargo.toml
- polkadot/node/overseer/Cargo.toml 1 addition, 1 deletionpolkadot/node/overseer/Cargo.toml
- polkadot/node/service/Cargo.toml 2 additions, 2 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/src/parachains_db/upgrade.rs 1 addition, 1 deletionpolkadot/node/service/src/parachains_db/upgrade.rs
- polkadot/node/subsystem-util/Cargo.toml 3 additions, 3 deletionspolkadot/node/subsystem-util/Cargo.toml
- polkadot/node/subsystem-util/src/database.rs 32 additions, 47 deletionspolkadot/node/subsystem-util/src/database.rs
- polkadot/parachain/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/Cargo.toml
- polkadot/primitives/Cargo.toml 1 addition, 1 deletionpolkadot/primitives/Cargo.toml
Please register or sign in to comment