Avatar for the matrix-org user
matrix-org
matrix-rust-sdk
BlogDocsChangelog

Branches performance

Pull requests

refactor(qr-login): Attempt to export the secrets bundle sooner in the login process#6079
last run
2 hours ago
refactor(qr-login): Attempt to export the secrets bundle sooner in the login process This ensures that, if we don't have a valid secrets bundle at hand we error out as early es possible.
2 hours ago
44aa436
poljar/qr-login/secrets-bundle-export-sooner
CodSpeed Performance Gauge
0%
refactor(crypto): Use to_canonical_value() directly#6078
last run
9 hours ago
refactor(crypto): Use to_canonical_value() directly Instead of going through `serde_json::to_value()` and then converting it to canonical JSON to serialize it. Currently `to_canonical_value()` has the same behavior internally as here, but an upcoming change in Ruma makes it use its own `Serializer` so it is directly serialized as a `CanonicalJsonValue` which should be somewhat more efficient. This upcoming change also removes the `CanonicalJsonError::SerDe` variant, so it is not as straightforward to propagate `serde_json::Error`s. This commit also removes outdated `#[allow(clippy::…)]` attributes. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
9 hours ago
956bd64
zecakeh:canonical-value
CodSpeed Performance Gauge
0%
test(wasm): allow running the wasm tests with only one runner Sometimes, running the wasm tests with a given runner will fail with obscure, undecipherable reasons. As a result, it's convenient to be able to locally run the wasm-pack tests with only a single runner, which this commit allows.
9 hours ago
a4198df
bnjbvr/wasm-test-runner
CodSpeed Performance Gauge
0%
doc(common): add a note around unwind safety for the task monitor
7 hours ago
0071ac0
bnjbvr/background-task-panic-handler
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs