Skip to content

Commit 1458f91

Browse files
Merge pull request #351 from informalsystems/main
Merge main into release/v3.x-new to prepare for v3.6.5 release
2 parents 5fbfcc8 + 1ce5591 commit 1458f91

File tree

170 files changed

+8623
-1140
lines changed

Some content is hidden

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

170 files changed

+8623
-1140
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Allow Inflow deposit callers to optionally specify an `on_behalf_of` recipient so minted shares are issued to the intended account. ([\#329](https://github.com/informalsystems/hydro/pull/329))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Added support for locking different denoms in a single Inflow vault.
2+
([\#330](https://github.com/informalsystems/hydro/pull/330))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Prevent third-party proxy tribute claims for smart contracts
2+
([\#340](https://github.com/informalsystems/hydro/pull/340))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Allow users to lock tokens and send the lockup to other contracts, in one transaction.
2+
([\#341](https://github.com/informalsystems/hydro/pull/341))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Added query that returns voting-related metrics for lockups: TWS, token group ID, and remaining locked rounds
2+
([\#342](https://github.com/informalsystems/hydro/pull/342))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Added query to retrieve `TributeData` for only specified tribute IDs.
2+
([\#343](https://github.com/informalsystems/hydro/pull/343))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- 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](https://github.com/informalsystems/hydro/pull/346))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Ability for users to convert their existing lockup into one holding different denom.
2+
([\#348](https://github.com/informalsystems/hydro/pull/348))

.changelog/v3.6.5/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Date: December 2nd, 2025

CHANGELOG

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

3+
## v3.6.5
4+
5+
Date: December 2nd, 2025
6+
7+
### FEATURES
8+
9+
- Allow Inflow deposit callers to optionally specify an `on_behalf_of` recipient so minted shares are issued to the intended account. ([\#329](https://github.com/informalsystems/hydro/pull/329))
10+
- Added support for locking different denoms in a single Inflow vault.
11+
([\#330](https://github.com/informalsystems/hydro/pull/330))
12+
- Prevent third-party proxy tribute claims for smart contracts
13+
([\#340](https://github.com/informalsystems/hydro/pull/340))
14+
- Allow users to lock tokens and send the lockup to other contracts, in one transaction.
15+
([\#341](https://github.com/informalsystems/hydro/pull/341))
16+
- Added query that returns voting-related metrics for lockups: TWS, token group ID, and remaining locked rounds
17+
([\#342](https://github.com/informalsystems/hydro/pull/342))
18+
- Added query to retrieve `TributeData` for only specified tribute IDs.
19+
([\#343](https://github.com/informalsystems/hydro/pull/343))
20+
- 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](https://github.com/informalsystems/hydro/pull/346))
21+
- Ability for users to convert their existing lockup into one holding different denom.
22+
([\#348](https://github.com/informalsystems/hydro/pull/348))
23+
324
## v3.6.4
425

526
Date: November 10th, 2025
@@ -20,6 +41,11 @@ Date: November 7th, 2025
2041

2142
## v3.6.2
2243

44+
<!--
45+
Add a summary for the release here.
46+
47+
If you don't change this message, or if this file is empty, the release
48+
will not be created. -->
2349
Date: October 6th, 2025
2450

2551
### BUG FIXES

0 commit comments

Comments
 (0)