Skip to content

Commit 8d15c9c

Browse files
Preparation for v3.6.7 release (#384)
* preparation for v3.6.7 release * fixed typo in the changelog
1 parent f66b80f commit 8d15c9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+109
-58
lines changed

.changelog/unreleased/features/370-ICQ-updates-validator-unbond.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/unreleased/features/359-evm-forwarder-contract.md renamed to .changelog/v3.6.7/features/359-evm-forwarder-contract.md

.changelog/unreleased/features/363-control-center-pool-info-query.md renamed to .changelog/v3.6.7/features/363-control-center-pool-info-query.md

Lines changed: 1 addition & 0 deletions

.changelog/unreleased/features/374-all-available-conversion-funds-query.md renamed to .changelog/v3.6.7/features/374-all-available-conversion-funds-query.md

.changelog/v3.6.7/summary.md

Lines changed: 1 addition & 0 deletions

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## v3.6.7
4+
5+
Date: January 23rd, 2025
6+
7+
### FEATURES
8+
9+
- 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](https://github.com/informalsystems/hydro/pull/355))
10+
- Add a Forwarder contract that allows bridging of USDC tokens from EVM-compatible blockchains to Neutron. ([\#359](https://github.com/informalsystems/hydro/pull/359))
11+
- 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](https://github.com/informalsystems/hydro/pull/361))
12+
- Add `ControlCenterPoolInfo` query to the Inflow vault contract that returns the pool info from the Control Center contract. ([\#363](https://github.com/informalsystems/hydro/pull/363))
13+
- Clean-up validators info from the LSM token info provider store in case of validator unbonding. ([\#370](https://github.com/informalsystems/hydro/pull/370))
14+
- 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
15+
([\#374](https://github.com/informalsystems/hydro/pull/374))
16+
317
## v3.6.6
418

519
Date: December 16th, 2025

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)