Skip to content

Draft: Store decompressed BlsPublicKeys in IndexedDB #14290

Draft: Store decompressed BlsPublicKeys in IndexedDB

Draft: Store decompressed BlsPublicKeys in IndexedDB #14290

Triggered via pull request December 18, 2024 10:27
Status Success
Total duration 30m 6s
Artifacts 1

build+test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
this `RefCell` reference is held across an await point: web-client/src/client/lib.rs#L1126
warning: this `RefCell` reference is held across an await point --> web-client/src/client/lib.rs:1126:47 | 1126 | ... if let Err(err) = bls_cache.borrow_mut().add_keys(bls_keys).await { | ^^^^^^^^^^^^^^^^^^^^^^ | = help: ensure the reference is dropped before calling `await` note: these are all the await points this reference is held through --> web-client/src/client/lib.rs:1126:89 | 1126 | ... if let Err(err) = bls_cache.borrow_mut().add_keys(bls_keys).await { | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_refcell_ref
this `RefCell` reference is held across an await point: web-client/src/client/lib.rs#L211
warning: this `RefCell` reference is held across an await point --> web-client/src/client/lib.rs:211:27 | 211 | if let Err(err) = client.bls_cache.borrow_mut().init().await { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: ensure the reference is dropped before calling `await` note: these are all the await points this reference is held through --> web-client/src/client/lib.rs:211:64 | 211 | if let Err(err) = client.bls_cache.borrow_mut().init().await { | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_refcell_ref = note: `#[warn(clippy::await_holding_refcell_ref)]` on by default

Artifacts

Produced during runtime
Name Size
reconnect-test-logs
304 KB