We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12bab6 commit 5144d94Copy full SHA for 5144d94
libwasmvm/src/cache.rs
@@ -433,7 +433,7 @@ impl From<cosmwasm_vm::PerModuleMetrics> for PerModuleMetrics {
433
434
#[derive(Serialize)]
435
struct PinnedMetrics {
436
- // TODO: Remove the array usage as soon as the metrics have a stable wire format
+ // TODO: Remove the array usage as soon as `Checksum` has a stable wire format in msgpack
437
per_module: Vec<([u8; 32], PerModuleMetrics)>,
438
}
439
0 commit comments