Skip to content

Releases: informalsystems/hydro

v3.6.8

24 Feb 13:35
68c85d0

Choose a tag to compare

Date: February 24th, 2026

FEATURES

  • Add performance fee system to the Inflow subsystem with high-water mark logic. Fees are calculated on yield above the high-water mark share price and minted proportionally to each subvault's share of the pool. (#383)

v3.6.7

23 Jan 10:05
800e6ff

Choose a tag to compare

Date: January 23rd, 2025

FEATURES

  • Add the concept of adapters that can be plugged on Inflow vaults contracts to automate specific operations. It introduces two adapters: Mars adapter that can automatically deposit/withdraw to/from Mars lending facility, and IBC adapter that can be triggered to IBC-send tokens to allowed chains and recipients. (#355)
  • Add a Forwarder contract that allows bridging of USDC tokens from EVM-compatible blockchains to Neutron. (#359)
  • Add the skip swap adapter that can be triggered to request token swaps on local or remote chains via IBC + PFM + Hooks, using Skip swap contracts. (#361)
  • Add ControlCenterPoolInfo query to the Inflow vault contract that returns the pool info from the Control Center contract. (#363)
  • Clean-up validators info from the LSM token info provider store in case of validator unbonding. (#370)
  • Added AllAvailableConversionFunds query that returns all conversion fund denoms with their amounts and base token equivalents for a given round, with pagination support via start_after and limit parameters
    (#374)

v3.6.6

19 Dec 11:53
44d4a6f

Choose a tag to compare

Date: December 16th, 2025

FEATURES

  • Add an Inflow proxy contract that allows permissionlessly forwarding deposits to Inflow, and gates withdrawals to only be callable by a designated admin. (#347)
  • Add a User Registry contract that will manage the mappings between user IDs and their respective Proxy contract instances. (#354)

v3.6.5

02 Dec 11:20
1458f91

Choose a tag to compare

Date: December 2nd, 2025

FEATURES

  • Allow Inflow deposit callers to optionally specify an on_behalf_of recipient so minted shares are issued to the intended account. (#329)
  • Added support for locking different denoms in a single Inflow vault.
    (#330)
  • Prevent third-party proxy tribute claims for smart contracts
    (#340)
  • Allow users to lock tokens and send the lockup to other contracts, in one transaction.
    (#341)
  • Added query that returns voting-related metrics for lockups: TWS, token group ID, and remaining locked rounds
    (#342)
  • Added query to retrieve TributeData for only specified tribute IDs.
    (#343)
  • Allow Inflow withdrawals to specify an on_behalf_of recipient so withdrawal payouts and queue entries are attributed to that address instead of the caller. (#346)
  • Ability for users to convert their existing lockup into one holding different denom.
    (#348)

v3.6.4

10 Nov 10:48
5fbfcc8

Choose a tag to compare

Date: November 10th, 2025

FEATURES

-Removal of Neutron dependencies from the main Hydro contract.
(#321)

v3.6.3

07 Nov 09:36
f076ee4

Choose a tag to compare

Date: November 7th, 2025

FEATURES

-Decoupling of LSM token info provider from the main Hydro contract.
(#317)

v3.6.2

07 Oct 12:09
3ab6b7a

Choose a tag to compare

Date: October 6th, 2025

BUG FIXES

  • Use integer arithmetic with checked_multiply_ratio to prevent overflows in Vortex resolve auction method.
    (#319)

FEATURES

  • Allow users to withdraw tokens they previously deposited into Inflow, plus any yield that was made by deploying their tokens.
    (#307)
    -Added parent lock ids query which returns the list of parent lock ids for a given child lock id.
    (#316)

v3.6.1

09 Sep 13:28
66bb431

Choose a tag to compare

Date: September 9th, 2025

BUG FIXES

  • Fixes the bug where proposal powers were not updated correctly in some cases when users merge their lockups.
    (#311)

FEATURES

  • Added round validators query.
    (#312)

v3.6.0

03 Sep 14:42
6c21843

Choose a tag to compare

v3.6.0

Date: September 3rd, 2025

BUG FIXES

-Prevents "out-of-gas" errors in query_all_tokens.
(#298)

FEATURES

  • Allow users to buy out their pending slashes.
    (#290)
  • Introducing ability to slash voters that voted on poorly performing proposals.
    (#291)
  • Enables users to deposit into inflow contract and reporting on user balance
    (#300)

v3.5.3

14 Aug 16:29
3863211

Choose a tag to compare

v3.5.3

Date: August 14th, 2025

BUG FIXES

  • Fix an overflow error that occurred when querying user tribute shares
    (#302)

FEATURES

  • Updates enum variants that previously had no input parameters, e.g., Liquidate, to use the {} syntax (e.g., Liquidate {}).
    (#296)
  • Updates simulate dtoken amounts query to return errors for invalid lockup simulation instead of whole query failure.
    (#297)