Avatar for the alloy-rs user
alloy-rs
trie
BlogDocsChangelog

Performance History

Latest Results

ci: harden supply chain — pin actions, lock permissions - Pin all actions to SHA across ci.yml, bench.yml, no_std.yml - Bump actions/checkout v3 → v6.0.2 - Add top-level permissions: {} and per-job contents: read - Add persist-credentials: false to all checkout steps - Pin CodSpeedHQ/action to SHA (receives CODSPEED_TOKEN secret) - Add dependabot config with 7-day cooldown Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
georgen/harden-ci-supply-chain
20 days ago
chore: release 0.9.5
dani/v0.9.5
2 months ago
fix(proof): reject truncated exclusion proofs
mablr:fix/reject_truncated_exclusion_proofs
2 months ago
perf: rewrite RlpNode internals with manual u8 length + MaybeUninit buffer (#133) * perf: rewrite RlpNode internals with manual u8 length + MaybeUninit buffer Replace ArrayVec<u8, 33> (u32 length + padding) with a hand-rolled u8 length + [MaybeUninit<u8>; 33] buffer. This makes RlpNode Copy, shrinks it from 40 to 34 bytes, and removes the arrayvec dependency. Also makes from_raw, word_rlp, as_slice, and as_mut_slice const. Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * chore: remove unnecessary doc comment Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * chore: remove unnecessary comment Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * fix: replace panicking serde impl with proper error handling Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * refactor: use derive for Copy and Clone Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * fix: no_std compatible serde impl Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * fix: resolve clippy errors from RlpNode being Copy - Add Copy to ExtensionNode (now possible since RlpNode is Copy) - Remove needless borrow in ExtensionNode::Debug - Add const to deprecated word_rlp fn - Remove clone_on_copy in test Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * refactor: replace Copy derive with manual Clone via ptr::read Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> --------- Co-authored-by: Amp <amp@ampcode.com>
main
2 months ago

Latest Branches

CodSpeed Performance Gauge
+6%
ci: harden supply chain — pin actions, lock permissions#137
20 days ago
0713f8a
georgen/harden-ci-supply-chain
CodSpeed Performance Gauge
+15%
chore: release 0.9.5#136
2 months ago
9c5a16b
dani/v0.9.5
CodSpeed Performance Gauge
+4%
2 months ago
622ae9c
mablr:fix/reject_truncated_exclusion_proofs
© 2026 CodSpeed Technology
Home Terms Privacy Docs