Skip to content

Commit

Permalink
imp!: improve helpers (#116)
Browse files Browse the repository at this point in the history
* 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'
  • Loading branch information
srdtrk committed Jun 16, 2024
1 parent f87ce57 commit a55d66d
Show file tree
Hide file tree
Showing 8 changed files with 302 additions and 264 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### API Breaking Changes

- Improved the query helpers. (https://github.com/srdtrk/cw-ica-controller/pull/114)
- Changed `call` to `execute` in `helpers.rs`. (https://github.com/srdtrk/cw-ica-controller/pull/114)

### API Breaking Changes

- Removed support for `proto3json` encoding. (https://github.com/srdtrk/cw-ica-controller/pull/92)
- Removed `tx_encoding` field from `ChannelOpenInitOptions`. (https://github.com/srdtrk/cw-ica-controller/pull/92)
- Removed `ExecuteMsg::SendCustomIcaMessages`. (https://github.com/srdtrk/cw-ica-controller/pull/92)
Expand Down
Loading

0 comments on commit a55d66d

Please sign in to comment.