mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
backing-availability-audit: Move ErasureChunk Proof to BoundedVec (#3626)
* backing-availability-audit: Move ErasureChunk Proof to BoundedVec * WIP * Touch up * Fix spelling mistake * Address Feedback
This commit is contained in:
Generated
+10
@@ -705,6 +705,15 @@ dependencies = [
|
||||
"once_cell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bounded-vec"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "afdd1dffefe5fc66262a524b91087c43b16e478b2e3dc49eb11b0e2fd6b6ec90"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bp-header-chain"
|
||||
version = "0.1.0"
|
||||
@@ -6319,6 +6328,7 @@ dependencies = [
|
||||
name = "polkadot-node-primitives"
|
||||
version = "0.9.9"
|
||||
dependencies = [
|
||||
"bounded-vec",
|
||||
"futures 0.3.16",
|
||||
"parity-scale-codec",
|
||||
"polkadot-parachain",
|
||||
|
||||
Reference in New Issue
Block a user