Skip to content

v1.0.13

Choose a tag to compare

@nullpointer0x00 nullpointer0x00 released this 10 Dec 00:53
v1.0.13
a7d0f0e

v1.0.13 2025-12-09

ProvLabs vault module v1.0.13 includes a set of small but important improvements across the module.
This release tightens security checks, resolves a handful of minor bugs reported in recent testing, and cleans up edge-case behavior in interest reconciliation and querying.

Bug Fixes

  • Fix interest payment calculation for composite principals by using TVV in underlying denom PR 116.
  • Fix interest payment period on vault unpause #117.
  • Fix handling GetVault errors in Vaults query PR 129.
  • Fix circular dependency in autopause #132.
  • Fix ValidateInterestRateLimits validation logic #140.

Features

  • Add changelog entry system PR 118.

Improvements

  • Strengthen validation on initial deposit logic in CalculateSharesProRataFraction #134.
  • Restrict TVV calculation to accepted denoms #137.
  • Use SetVaultAccount consistently to validate all vault storing #138.
  • Add CONTRIBUTING.md document to assist 3rd parties PR 144.

Full Commit History