Skip to content

Commit 8b78691

Browse files
preparing for v3.6.1 release (#313)
1 parent c458bf0 commit 8b78691

File tree

24 files changed

+47
-32
lines changed

24 files changed

+47
-32
lines changed

.changelog/unreleased/bug-fixes/311-update-proposal-power-on-merge-lockups.md renamed to .changelog/v3.6.1/bug-fixes/311-update-proposal-power-on-merge-lockups.md

File renamed without changes.

.changelog/unreleased/features/312-add-round-validators-query.md renamed to .changelog/v3.6.1/features/312-add-round-validators-query.md

File renamed without changes.

.changelog/v3.6.1/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Date: September 9th, 2025

CHANGELOG

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

3+
## v3.6.1
4+
5+
Date: September 9th, 2025
6+
7+
### BUG FIXES
8+
9+
- Fixes the bug where proposal powers were not updated correctly in some cases when users merge their lockups.
10+
([\#311](https://github.com/informalsystems/hydro/pull/311))
11+
12+
### FEATURES
13+
14+
-Added round validators query.
15+
([\#312](https://github.com/informalsystems/hydro/pull/312))
16+
317
## v3.6.0
418

519
Date: September 3rd, 2025
@@ -258,10 +272,10 @@ Date: November 18th, 2024
258272

259273
### FEATURES
260274

261-
- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
262-
([\#164](https://github.com/informalsystems/hydro/pull/164))
263275
- Add a minimum liquidity request value to proposals.
264276
([\#164](https://github.com/informalsystems/hydro/pull/164))
277+
- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
278+
([\#164](https://github.com/informalsystems/hydro/pull/164))
265279
- Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
266280
([\#164](https://github.com/informalsystems/hydro/pull/164))
267281
- Allow bids to set a custom duration they would like to receive liquidity for.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "3.6.0"
19+
version = "3.6.1"
2020
edition = "2021"
2121

2222
[profile.release]

artifacts/checksums.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
2b7af3fbd04c597f105f11335d259f228a4ecdba4698e8b1ed2e1b0d02952b53 d_token_info_provider.wasm
2-
3bc9a1602da2ed04e98185ec495c500c63601c377f06f05694fb5a7e924bfd0a dao_voting_adapter.wasm
3-
aec3f829e9767921fcf5e30954591b9797272500c89f048263603d8ed6cc4c9a gatekeeper.wasm
4-
d5d3acf06f82dce297f7eaf420db13e453d590379704858ae63db6489d84504e hydro.wasm
5-
991b7c7ec18364783d6a9ac352dcecdb978e746ebb4a82c465e3a4b3a1b16e53 inflow.wasm
6-
572bc0796f94574d7e4986314274e5ce5b8c6ee813a780276cdc24b4097f39e4 liquid_collateral.wasm
7-
6b9adda11af72e8dc2d99435ad8972447873b584e18dc4da562b7cfccde7c62b marketplace.wasm
8-
4479c8f755a22069e08da2f920c83383b9ca0ab437b75d4e65f7c14dc83aa283 st_token_info_provider.wasm
9-
46f7a1435410448fd54269f35299a26dda925df9ee33dbd79660fb6f730539b1 tribute.wasm
1+
a6f0afa6224b19d3e52a68ee71248a8d498debcd0ea0a2ea9474805bcbb81ca4 d_token_info_provider.wasm
2+
54fe4910e900dc66b017b10cc251e3fc98e6e8cf73af46fca2ebe206762e57c9 dao_voting_adapter.wasm
3+
4d0740b603d8cce240c26a697f2048f807995bd7e84e0f96f2d3719a714dcd66 gatekeeper.wasm
4+
45a9e43372c404fe16362bce77b3ca7e54eefe09de38e455800793bc98f53cd4 hydro.wasm
5+
c5e7d8ab97885ab89591dc92ecff1bfe8b8ca465ad0ddd56ac6740f0a3da6bc3 inflow.wasm
6+
0c204b72ebd3c3daca25521301e5dab7b127aea638981791ce6caaae67049e8d liquid_collateral.wasm
7+
8dd203c030a2aa002beb1d1d917cf033a815f2fda270a8e7eea3fc77885c00b2 marketplace.wasm
8+
abaa897f5122c9786c95e15d7b6f0d64166c024fc8906b84280d3e084efb6651 st_token_info_provider.wasm
9+
4dbb8b38359618a8ced07e9fcc1a398c58af7a3c4206e59b702f14e882f23f7c tribute.wasm
0 Bytes
Binary file not shown.

artifacts/dao_voting_adapter.wasm

0 Bytes
Binary file not shown.

artifacts/gatekeeper.wasm

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)