We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1402e2d commit d244219Copy full SHA for d244219
polkadot/node/core/pvf/src/host.rs
@@ -140,6 +140,10 @@ impl ValidationHost {
140
.map_err(|_| "the inner loop hung up".to_string())
141
}
142
143
+ /// Sends validation code hashes with executor params to the validation host to check if
144
+ /// appropriate artifacts were prepared. Hashes for unprepared artifacts are sent back.
145
+ ///
146
+ /// Returns an error if the request cannot be sent to the validation host, i.e. if it shut down.
147
pub async fn ensure_pvf(
148
&mut self,
149
code_hashes: Vec<ValidationCodeHash>,
0 commit comments