Skip to content

Commit

Permalink
Merge branch 'main' into w3
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 23, 2023
2 parents ecfafe4 + 7c7b774 commit 8c1e8b4
Show file tree
Hide file tree
Showing 51 changed files with 1,025 additions and 426 deletions.
144 changes: 72 additions & 72 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.62.0
toolchain: 1.64.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ and this project adheres to
- cosmwasm-vm: Add `Cache::save_wasm_unchecked` to save Wasm blobs that have
been checked before. This is useful for state-sync where we know the Wasm code
was checked when it was first uploaded. ([#1635])
- cosmwasm-std: Add `FromStr` impl for `Coin`. ([#1684])

[#1635]: https://github.com/CosmWasm/cosmwasm/pull/1635
[#1684]: https://github.com/CosmWasm/cosmwasm/pull/1684

### Changed

Expand All @@ -29,12 +31,23 @@ and this project adheres to
STDERR instead of STDOUT by default ([#1667]).
- cosmwasm-vm: Add `Instance::set_debug_handler`/`unset_debug_handler` to allow
customizing the handling of debug messages emitted by the contract ([#1667]).
- cosmwasm-vm: Add `.wasm` extension to stored wasm files ([#1686]).
- cosmwasm-check: Update clap dependency to version 4 ([#1677])

[#1511]: https://github.com/CosmWasm/cosmwasm/issues/1511
[#1629]: https://github.com/CosmWasm/cosmwasm/pull/1629
[#1631]: https://github.com/CosmWasm/cosmwasm/pull/1631
[#1664]: https://github.com/CosmWasm/cosmwasm/pull/1664
[#1667]: https://github.com/CosmWasm/cosmwasm/pull/1667
[#1677]: https://github.com/CosmWasm/cosmwasm/pull/1677
[#1686]: https://github.com/CosmWasm/cosmwasm/pull/1686

### Deprecated

- cosmwasm-storage: All exports are deprecated because this crate will be
removed with CosmWasm 2.0 ([#1596]).

[#1596]: https://github.com/CosmWasm/cosmwasm/issues/1596

## [1.2.5] - 2023-05-02

Expand Down
Loading

0 comments on commit 8c1e8b4

Please sign in to comment.