Releases: informalsystems/hydro
Releases · informalsystems/hydro
v3.6.8
v3.6.7
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
ControlCenterPoolInfoquery 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
AllAvailableConversionFundsquery that returns all conversion fund denoms with their amounts and base token equivalents for a given round, with pagination support viastart_afterandlimitparameters
(#374)
v3.6.6
Date: December 16th, 2025
FEATURES
v3.6.5
Date: December 2nd, 2025
FEATURES
- Allow Inflow deposit callers to optionally specify an
on_behalf_ofrecipient 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
TributeDatafor only specified tribute IDs.
(#343) - Allow Inflow withdrawals to specify an
on_behalf_ofrecipient 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
v3.6.3
v3.6.2
Date: October 6th, 2025
BUG FIXES
- Use integer arithmetic with
checked_multiply_ratioto prevent overflows in Vortex resolve auction method.
(#319)
FEATURES
v3.6.1
v3.6.0
v3.6.0
Date: September 3rd, 2025
BUG FIXES
-Prevents "out-of-gas" errors in query_all_tokens.
(#298)
FEATURES
v3.5.3
v3.5.3
Date: August 14th, 2025
BUG FIXES
- Fix an overflow error that occurred when querying user tribute shares
(#302)