Skip to content

Releases: fastroll-jam/fastroll

FastRoll v2026.02.18-4a487fb

18 Feb 12:52
4a487fb

Choose a tag to compare

[Codec] Revert #371 (#372)

* Revert #371

* Ignore retired traces in build.rs

* Bump version to v0.1.37

FastRoll v2026.02.17-d25878a

17 Feb 14:46
d25878a

Choose a tag to compare

[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

07 Feb 09:40
80a8120

Choose a tag to compare

[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

05 Feb 07:59

Choose a tag to compare

Bump version to v0.1.34

FastRoll v2026.02.04-a08e377

04 Feb 01:41

Choose a tag to compare

Bump version to v0.1.33

FastRoll v2026.01.28-090b180

28 Jan 08:41
090b180

Choose a tag to compare

[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

22 Jan 06:23
f445b52

Choose a tag to compare

[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

20 Jan 14:19
e00a0eb

Choose a tag to compare

[PVM][Perf] Add global program cache to reduce decode/load overhead (…

FastRoll v2026.01.14-ad2466a

14 Jan 11:39
ad2466a

Choose a tag to compare

RingCache guard uses effective validator set for `RingVrfVerifier` (#…

FastRoll v2026.01.12-80ce457

12 Jan 08:40
80ce457

Choose a tag to compare

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