Skip to content

Commit 3863211

Browse files
Merge main into release branch in preparation of release (#304)
* Vortex empty variant format change (#296) * Normalize ExecuteMsg and QueryMsg variants without parameters to `{}` syntax * added changelog * Make simulate dtoken amounts query non-atomic (#297) * make simulate dtoken amounts non-atomic * add changelog * update vortex docs (#301) * Fix overflow error in tribute calculation (#302) * Fix overflow with large token amount * Adjust code change to round as the old code did * Add changelog entry * Do math without decimals, but in Uint instead, to keep precision * Regenerate contracts * Prepare v3.5.3 release (#303) * Update versions and changelog * Regenerate contracts and schema --------- Co-authored-by: markoj2207 <106964748+markoj2207@users.noreply.github.com>
1 parent 068598b commit 3863211

Some content is hidden

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

50 files changed

+507
-333
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fix an overflow error that occurred when querying user tribute shares
2+
([\#302](https://github.com/informalsystems/hydro/pull/302))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updates enum variants that previously had no input parameters, e.g., Liquidate, to use the {} syntax (e.g., Liquidate {}).
2+
([\#296](https://github.com/informalsystems/hydro/pull/296))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updates simulate dtoken amounts query to return errors for invalid lockup simulation instead of whole query failure.
2+
([\#297](https://github.com/informalsystems/hydro/pull/297))

.changelog/v3.5.3/summary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Date: August 14th, 2025
2+
<!--
3+
Add a summary for the release here.
4+
5+
If you don't change this message, or if this file is empty, the release
6+
will not be created. -->

CHANGELOG

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

3+
## v3.5.3
4+
5+
Date: August 14th, 2025
6+
<!--
7+
Add a summary for the release here.
8+
9+
If you don't change this message, or if this file is empty, the release
10+
will not be created. -->
11+
12+
### BUG FIXES
13+
14+
- Fix an overflow error that occurred when querying user tribute shares
15+
([\#302](https://github.com/informalsystems/hydro/pull/302))
16+
17+
### FEATURES
18+
19+
- Updates enum variants that previously had no input parameters, e.g., Liquidate, to use the {} syntax (e.g., Liquidate {}).
20+
([\#296](https://github.com/informalsystems/hydro/pull/296))
21+
- Updates simulate dtoken amounts query to return errors for invalid lockup simulation instead of whole query failure.
22+
([\#297](https://github.com/informalsystems/hydro/pull/297))
23+
324
## v3.5.2
425

526
Date: July 28th, 2025
@@ -219,12 +240,12 @@ Date: November 18th, 2024
219240

220241
### FEATURES
221242

222-
- Add a minimum liquidity request value to proposals.
223-
([\#164](https://github.com/informalsystems/hydro/pull/164))
224243
- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
225244
([\#164](https://github.com/informalsystems/hydro/pull/164))
226245
- Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
227246
([\#164](https://github.com/informalsystems/hydro/pull/164))
247+
- Add a minimum liquidity request value to proposals.
248+
([\#164](https://github.com/informalsystems/hydro/pull/164))
228249
- Allow bids to set a custom duration they would like to receive liquidity for.
229250
([\#165](https://github.com/informalsystems/hydro/pull/165))
230251

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -15,7 +15,7 @@ members = [
1515
resolver = "2"
1616

1717
[workspace.package]
18-
version = "3.5.2"
18+
version = "3.5.3"
1919
edition = "2021"
2020

2121
[profile.release]

artifacts/checksums.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
7b8c4ce8fdf9555b148281cd50726aa3b3a6f8d5fabe99eaadaeac25387db780 d_token_info_provider.wasm
2-
239bb83e842d1704eef77f66c1ae72d38b4bb29e648a88f1c178d260d12b246d dao_voting_adapter.wasm
3-
984ff61e55e3b57322f7c7279a75334f046ad65b1134099ea2ae6c86e477ac47 gatekeeper.wasm
4-
ceb2ae7a1f89dc3bd7026f0cea45f49f1275aeed98a4d556b40a6f76c4c92764 hydro.wasm
5-
a21b949e68db76a77d6a596b234d53345e1610ecf90d45ce63d412871ce7c485 liquid_collateral.wasm
6-
30752711579366445f984de298dfcef399e906a1d6ea98c80cf833479f48b2a2 marketplace.wasm
7-
03a54fb79412b894a86c5cd07f6448c9f48c4e9f0c5358eee610a95fa9add757 st_token_info_provider.wasm
8-
cd5ccb6e9399a321449aa30c70c41438072ed077777d5e5b13c55a32eb12ce66 tribute.wasm
1+
d41049baaf7cf94d3b7f64476d88d9ca9c8c5dc458d1c9ba10c517866bbdad47 d_token_info_provider.wasm
2+
5e756a2fab28204fabea2e17fbe7faaa425cf97f4c4983b7d5003401067d5b0f dao_voting_adapter.wasm
3+
5af5439be6a20b93ca3523c80affa7bf2fa7696fc86fe90e617ee92ad935b3cf gatekeeper.wasm
4+
f89e36c2290bcb53df8391a7db867499ef045698700ce7fd7b6b3f79ed8ed9ce hydro.wasm
5+
c27fa2733ad5c5bd5899a35f801733a5aa7b9df731d99cbe83e336460c8817d3 liquid_collateral.wasm
6+
663f3aae91679f994ec0d5d4fc4b402c1e3f6f7218d794c3b47979a7653edd58 marketplace.wasm
7+
678083cf2816be0fb82ac7cb10f4804e961162eeb5d7f0963c276ca15428540c st_token_info_provider.wasm
8+
9b5b372013609161b6a5380a424e366df8912a3a64cc226b880ccf1b3f09ddab tribute.wasm
0 Bytes
Binary file not shown.

artifacts/dao_voting_adapter.wasm

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)