Draft: Store decompressed BlsPublicKeys in IndexedDB #14290
build+test.yml
on: pull_request
rustfmt
13s
check
3m 54s
test
29m 57s
clippy
1m 49s
web-client
3m 44s
web-client-lib
10m 58s
reconnect-test
12m 34s
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 |
|