Skip to content

Commit 6c21843

Browse files
authored
Prepare v3.6.0 release (#309)
1 parent 432e2eb commit 6c21843

File tree

26 files changed

+52
-32
lines changed

26 files changed

+52
-32
lines changed

.changelog/unreleased/bug-fixes/298-out-of-gas-query-all-tokens.md renamed to .changelog/v3.6.0/bug-fixes/298-out-of-gas-query-all-tokens.md

File renamed without changes.
File renamed without changes.

.changelog/unreleased/features/291-slashing-proposal-voters.md renamed to .changelog/v3.6.0/features/291-slashing-proposal-voters.md

File renamed without changes.

.changelog/unreleased/features/300-inflow-deposits-reporting-on-user-balance.md renamed to .changelog/v3.6.0/features/300-inflow-deposits-reporting-on-user-balance.md

File renamed without changes.

.changelog/v3.6.0/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Date: September 3rd, 2025
2+

CHANGELOG

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

3+
## v3.6.0
4+
5+
Date: September 3rd, 2025
6+
7+
### BUG FIXES
8+
9+
-Prevents "out-of-gas" errors in `query_all_tokens`.
10+
([\#298](https://github.com/informalsystems/hydro/pull/298))
11+
12+
### FEATURES
13+
14+
- Allow users to buy out their pending slashes.
15+
([\#290](https://github.com/informalsystems/hydro/pull/290))
16+
- Introducing ability to slash voters that voted on poorly performing proposals.
17+
([\#291](https://github.com/informalsystems/hydro/pull/291))
18+
- Enables users to deposit into inflow contract and reporting on user balance
19+
([\#300](https://github.com/informalsystems/hydro/pull/300))
20+
321
## v3.5.3
422

523
Date: August 14th, 2025
@@ -242,10 +260,10 @@ Date: November 18th, 2024
242260

243261
- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
244262
([\#164](https://github.com/informalsystems/hydro/pull/164))
245-
- Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
246-
([\#164](https://github.com/informalsystems/hydro/pull/164))
247263
- Add a minimum liquidity request value to proposals.
248264
([\#164](https://github.com/informalsystems/hydro/pull/164))
265+
- Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
266+
([\#164](https://github.com/informalsystems/hydro/pull/164))
249267
- Allow bids to set a custom duration they would like to receive liquidity for.
250268
([\#165](https://github.com/informalsystems/hydro/pull/165))
251269

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.5.3"
19+
version = "3.6.0"
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-
4a6324e249da444c4225fe9a74d8e48b12df6797c217a6a915ab26cf17351e29 d_token_info_provider.wasm
2-
3b0ede740489b12c1dbb35d38a9f3616ab3ad76dc03dcf50c8e441d1458c26df dao_voting_adapter.wasm
3-
68aaf08b1e03f95bd3ee328d9f1e46e6d4244043e00d18c5cf56a8162c1da365 gatekeeper.wasm
4-
61dcac4d56107be33304856e3a9f2dd57a164ac328020f8310de60c6c6e8797a hydro.wasm
5-
822d17fde004f7a765e2b4183e427acded31999028b812ef2f2703241f6742ad inflow.wasm
6-
7cb0a17f19195d255889620f0cd840b4d355271a7f43a847cdddc56467015963 liquid_collateral.wasm
7-
424a6e1df3c1ed5f53fceb46e1d94769d72f84b518c7d24a984370a5ac013ead marketplace.wasm
8-
220cdd22ae8c8cf4ec3b2a92768f9b048defaef53821faae22a21900c4b04361 st_token_info_provider.wasm
9-
e1b4e17e8dfd9bd60b490b6aa33db1e72a8fffdc8160ea2c8fdacffb8e58fc5e tribute.wasm
1+
2b7af3fbd04c597f105f11335d259f228a4ecdba4698e8b1ed2e1b0d02952b53 d_token_info_provider.wasm
2+
3bc9a1602da2ed04e98185ec495c500c63601c377f06f05694fb5a7e924bfd0a dao_voting_adapter.wasm
3+
aec3f829e9767921fcf5e30954591b9797272500c89f048263603d8ed6cc4c9a gatekeeper.wasm
4+
5d801c2843e6f10a369a7298b04d7a5e85938d9d5e8ba9c114c35c9cbd20991c hydro.wasm
5+
991b7c7ec18364783d6a9ac352dcecdb978e746ebb4a82c465e3a4b3a1b16e53 inflow.wasm
6+
572bc0796f94574d7e4986314274e5ce5b8c6ee813a780276cdc24b4097f39e4 liquid_collateral.wasm
7+
82c4f04193f828538c4a6c6902a95639feb24207818f33446e23c6ca8f64769d marketplace.wasm
8+
4479c8f755a22069e08da2f920c83383b9ca0ab437b75d4e65f7c14dc83aa283 st_token_info_provider.wasm
9+
ace2304f3a4537bd39661a24a824f7a019b8cfd4685124b64aa7f74df31cf378 tribute.wasm
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)