Releases: fastroll-jam/fastroll
Releases · fastroll-jam/fastroll
FastRoll v2026.02.18-4a487fb
[Codec] Revert #371 (#372) * Revert #371 * Ignore retired traces in build.rs * Bump version to v0.1.37
FastRoll v2026.02.17-d25878a
[Codec] Use fixed-length encoding for TicketsXtEntry index (#371) * [Codec] Use fixed-length encoding for TicketsXtEntry index * Cleanup Deps * Bump version to v0.1.36
FastRoll v2026.02.07-80a8120
[Fuzz] Isolate session panics and remove runtime panic paths (#369) * Minimize runtime panics * Don't crash fuzz target on unwinding panics * One additional guard for fuzz msg length * Bump version to v0.1.35
FastRoll v2026.02.05-2f11bac
Bump version to v0.1.34
FastRoll v2026.02.04-a08e377
Bump version to v0.1.33
FastRoll v2026.01.28-090b180
[Fuzz] Fix `GetState` and print state diff (#364) * Print state diff in fuzzer tests * Fix GetState fuzz message for staged fork blocks * Bump version to v0.1.32
FastRoll v2026.01.22-f445b52
[PVM][Perf] Minimize heap allocations for LOAD/STORE instructions (#362) * Add `Memory::read_bytes_fixed` and remove heap allocation for LOAD instructions * Simplify `reverse_bytes` instruction * Introduce `MemWriteData` to keep small data (<= 8 bytes) inline and optimize STORE instructions * Bump version to v0.1.31
FastRoll v2026.01.20-e00a0eb
[PVM][Perf] Add global program cache to reduce decode/load overhead (…
FastRoll v2026.01.14-ad2466a
RingCache guard uses effective validator set for `RingVrfVerifier` (#…
FastRoll v2026.01.12-80ce457
RingCache context handling for simple forks (#350) * Stage and commit RingCache context for simple forking scenarios * Additional guard for lazy staging ring cache update * Bump version to v0.1.28