Skip to content

Releases: longcipher/hpsvm

v0.1.3

05 May 09:14
cfdfbdb

Choose a tag to compare

[0.1.3] - 2026-05-05

Features

  • Add HPSVM Mollusk Capability Absorption Design document
  • Enhance HPSVM with SPL program support and diagnostics
  • Enhance account source failure handling in HPSVM
  • Add replace_account_source method to manage account source updates
  • (hpsvm-fixture) Add version export for Agave runtime in fixture report

Refactor

  • (hpsvm) Streamline account access in transaction processing logic

Miscellaneous Tasks

  • (workflows) Update CI and release workflows for improved consistency
  • (Cargo.toml) Update workspace dependencies to version 0.1.3

v0.1.2

29 Apr 11:28
1928fd8

Choose a tag to compare

[0.1.2] - 2026-04-29

Miscellaneous Tasks

  • (ci) Update CI workflow to remove commented benchmark steps

v0.1.1

28 Apr 15:41
b758413

Choose a tag to compare

[0.1.1] - 2026-04-28

Features

  • Implement runtime extension registry and account source

Miscellaneous Tasks

  • Update version numbers in Cargo.toml and enhance documentation in lib.rs

v0.1.0

28 Apr 06:03
dc084c5

Choose a tag to compare

[0.1.0] - 2026-04-28

Features

  • (token) Add minting, transferring, and authority management instructions
  • Refactor TransactionHistory and integrate into HPSVM

Documentation

  • (README) Add installation instructions for hpsvm library
  • (README) Update installation instructions and add usage examples