Releases: longcipher/hpsvm
Releases · longcipher/hpsvm
v0.1.3
[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
[0.1.2] - 2026-04-29
Miscellaneous Tasks
- (ci) Update CI workflow to remove commented benchmark steps
v0.1.1
[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
[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