Skip to content

0.21.0 (2026-05-08)

Latest

Choose a tag to compare

@github-actions github-actions released this 10 May 20:17
ca32f2d

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.