Skip to content

Commit 44d4a6f

Browse files
Merge pull request #358 from informalsystems/main
Merge main into release/v3.x-new to prepare for v3.6.6 release
2 parents 1458f91 + 50e9a5a commit 44d4a6f

File tree

111 files changed

+2605
-1103
lines changed

Some content is hidden

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

111 files changed

+2605
-1103
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add an Inflow proxy contract that allows permissionlessly forwarding deposits to Inflow, and gates withdrawals to only be callable by a designated admin. ([\#347](https://github.com/informalsystems/hydro/pull/347))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add a User Registry contract that will manage the mappings between user IDs and their respective Proxy contract instances. ([\#354](https://github.com/informalsystems/hydro/pull/354))

.changelog/v3.6.6/summary.md

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

CHANGELOG

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

3+
## v3.6.6
4+
5+
Date: December 16th, 2025
6+
7+
### FEATURES
8+
9+
- Add an Inflow proxy contract that allows permissionlessly forwarding deposits to Inflow, and gates withdrawals to only be callable by a designated admin. ([\#347](https://github.com/informalsystems/hydro/pull/347))
10+
- Add a User Registry contract that will manage the mappings between user IDs and their respective Proxy contract instances. ([\#354](https://github.com/informalsystems/hydro/pull/354))
11+
312
## v3.6.5
413

514
Date: December 2nd, 2025

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ members = [
1111
"contracts/gatekeeper",
1212
"contracts/inflow/vault",
1313
"contracts/inflow/control-center",
14+
"contracts/inflow/proxy",
15+
"contracts/inflow/user-registry",
1416
"packages/cw-orch-interface",
1517
"packages/interface",
18+
"packages/test-utils",
1619
"test/e2e",
1720
]
1821
resolver = "2"
1922

2023
[workspace.package]
21-
version = "3.6.5"
24+
version = "3.6.6"
2225
edition = "2021"
2326

2427
[profile.release]

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ schema:
4545
cd contracts/gatekeeper && cargo run --bin gatekeeper_schema
4646
cd contracts/marketplace && cargo run --bin marketplace_schema
4747
cd contracts/inflow/vault && cargo run --bin inflow_vault_schema
48+
cd contracts/inflow/proxy && cargo run --bin inflow_proxy_schema
4849
cd contracts/inflow/control-center && cargo run --bin inflow_control_center_schema
50+
cd contracts/inflow/user-registry && cargo run --bin inflow_user_registry_schema
4951

5052
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/hydro/schema NAME=HydroBase
5153
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/tribute/schema NAME=TributeBase
@@ -56,7 +58,9 @@ schema:
5658
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/gatekeeper/schema NAME=GatekeeperBase
5759
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/marketplace/schema NAME=MarketplaceBase
5860
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/inflow/vault/schema NAME=InflowVaultBase
61+
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/inflow/proxy/schema NAME=InflowProxyBase
5962
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/inflow/control-center/schema NAME=InflowControlCenterBase
63+
$(MAKE) ts-codegen-inner SCHEMA_LOCATION=./contracts/inflow/user-registry/schema NAME=InflowUserRegistryBase
6064

6165
ts-codegen-inner:
6266
cosmwasm-ts-codegen generate \

artifacts/checksums.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
3641de9dd5ea59bdbe5d66490eb667052275dc3f9836758a5fa1ce8a46b59703 control_center.wasm
2-
d062fb428609edf49aa6cfd94c7660812d555e190a0d60dd74cd866783ab7440 d_token_info_provider.wasm
3-
0ae5a5facb877ca2b8ad9018929d8823ea866d55fd9720f6fd50d9d8e9d9533a dao_voting_adapter.wasm
4-
050d796f0eb400d6da89126abcc5826d742824b7883e3f3e81a8206810513bd1 gatekeeper.wasm
5-
33bbee9c8834701e0a5322ea07aa4a168fcbd30f40ba6d5bfadb951b7544b49e hydro.wasm
6-
08bb8e57954d5be8ada802fe88343e76fb69702583ef3e9417fbefe07488fac8 liquid_collateral.wasm
7-
52d879641c2fc5a572a51a483be661f511dc6d13f54ab4d7ab95ee0158bea563 lsm_token_info_provider.wasm
8-
d0fba7e337da1f00b3f0e8987530fbdfda53a89a81a5767516372a97fe3b0a67 marketplace.wasm
9-
32a36e944eaf8f7c527dc95db123a9779830e1f1d69a804411d7036caf25822a st_token_info_provider.wasm
10-
b0dfafc02e2e752bc9edb87f34c352f2759cdb3ef5d009c991aa2206407df0e4 tribute.wasm
11-
41046d132fab35f4047b94789527c03d81439ffbab0d237d9b2755f58335451a vault.wasm
1+
ca118af0e91eaa061a9ab351162cf40ac26c79aefa382dd4ee7b17ed4931cc26 control_center.wasm
2+
245521f3f733105e9de5582907055a1ad3f3ddbae847adf97989e0e762e9fc4d d_token_info_provider.wasm
3+
3fe6e2d8e3955b25875c201e889a3f53321bdc5fb690fa9e0fed4e7466e501d5 dao_voting_adapter.wasm
4+
abac7710c0b729ab76cfd755d73d65ce7f8692f1178dd18ccaad39cf93b3b63c gatekeeper.wasm
5+
b68c75434508b8f8a3f4175a8d6579909ad3ef8e94e275de62ecc26bd01577ef hydro.wasm
6+
72c354dcf1d735820d0ea21636d3f0171e9a0fda10879ef21d7c2fda2d6d2047 liquid_collateral.wasm
7+
11dc4c781759ac01e778589356df1732900d6b4371e80c7ac196010b2b7682d3 lsm_token_info_provider.wasm
8+
2c79452c7495f870e98a04c6f64a54643cebdcea4f08b312216b0deadf4f1c94 marketplace.wasm
9+
dcbb9fc281a7c6f81540bfc01efc0c11c9019c1f3a9f5779ec367cda5f4af2bd proxy.wasm
10+
77cd2887bcea173dccc9d9f09b9ef07d80cb1922f7c9fc75c83327b14684cba0 st_token_info_provider.wasm
11+
61775d9e1dfcf2e406d2a18bb8dd639e668a655c6dd09c466015d894cbec80e3 tribute.wasm
12+
46ea2d4946b519ec4ab588b964fe6219e628c1d203274f8d1832368c83711496 user_registry.wasm
13+
446393f505b6ce3da027d27029eb2ecdf8f082df479d7fa530b333c69312a239 vault.wasm

artifacts/control_center.wasm

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)