Skip to content

Commit

Permalink
Unlock specific lock_ids (#213)
Browse files Browse the repository at this point in the history
* feat: add selective token unlock capability

* Adding artifacts and updated schemas

* fix clippy errors and add changelog entry
  • Loading branch information
arlai-mk authored Jan 8, 2025
1 parent ab3eef4 commit 5c0f4a2
Show file tree
Hide file tree
Showing 16 changed files with 755 additions and 538 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Allow users / aggregators to unlock only some specific locks instead of all their locks.
([\#213](https://github.com/informalsystems/hydro/pull/213))
4 changes: 2 additions & 2 deletions artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7484fa071c23b28d098783485ba478e364c72d2c22ca32fd8a441eca87a10855 hydro.wasm
0841521ae53a4370c19cd0f272e876fc0b943a70778706c935f99cd1513c3907 tribute.wasm
32369ee7458c2b9aa980ca6607a8761081e5db8c42be991a2455c33754b033cf hydro.wasm
711a5e9f3bbb402df60c2365acae67232a252ba938da5111e44dfa9e537fb555 tribute.wasm
Binary file modified artifacts/hydro.wasm
Binary file not shown.
Binary file modified artifacts/tribute.wasm
Binary file not shown.
13 changes: 13 additions & 0 deletions contracts/hydro/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@
"properties": {
"unlock_tokens": {
"type": "object",
"properties": {
"lock_ids": {
"type": [
"array",
"null"
],
"items": {
"type": "integer",
"format": "uint64",
"minimum": 0.0
}
}
},
"additionalProperties": false
}
},
Expand Down
Loading

0 comments on commit 5c0f4a2

Please sign in to comment.