Skip to content

Commit a55d66d

Browse files
authored
imp!: improve helpers (#116)
* imp: improved query helpers and renamed 'call' * fix: fix clippy complaint * docs: updated CHANGELOG.md * deps: ran 'cargo update' * deps: ran 'cargo update' * deps: ran 'cargo update' * fix(testing/contracts): changed 'call' to 'execute'
1 parent f87ce57 commit a55d66d

File tree

8 files changed

+302
-264
lines changed

8 files changed

+302
-264
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
### API Breaking Changes
66

7+
- Improved the query helpers. (https://github.com/srdtrk/cw-ica-controller/pull/114)
8+
- Changed `call` to `execute` in `helpers.rs`. (https://github.com/srdtrk/cw-ica-controller/pull/114)
9+
10+
### API Breaking Changes
11+
712
- Removed support for `proto3json` encoding. (https://github.com/srdtrk/cw-ica-controller/pull/92)
813
- Removed `tx_encoding` field from `ChannelOpenInitOptions`. (https://github.com/srdtrk/cw-ica-controller/pull/92)
914
- Removed `ExecuteMsg::SendCustomIcaMessages`. (https://github.com/srdtrk/cw-ica-controller/pull/92)

0 commit comments

Comments
 (0)