Skip to content

Commit 8a0548f

Browse files
committed
Merge branch 'main' into aw/new-error
2 parents 0d3a2a0 + 531ba59 commit 8a0548f

File tree

192 files changed

+15848
-502
lines changed

Some content is hidden

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

192 files changed

+15848
-502
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ and this project adheres to
3737
ranges of different contracts. ([#2471])
3838
- cosmwasm-std: Add `transfer` field to `IbcDestinationCallbackMsg`, providing
3939
an easier way to handle an IBC transfer in a destination callback. ([#2484])
40+
- cw-schema/cw-schema-derive: Add new easily compressible schema and associated
41+
proc-macro ([#2495])
42+
- cosmwasm-schema: Generate new cw-schemas alongside JSON schemas ([#2495])
4043

4144
## Changed
4245

@@ -94,6 +97,10 @@ and this project adheres to
9497
- cosmwasm-vm: Enable partial reference-type support, enabling contracts
9598
compiled with Rust 1.82 or newer to be stored. ([#2473])
9699
- cosmwasm-std: Removed IBC fees ([#2479])
100+
- cosmwasm-schema: Remove unused result types from trait definition (#[2495])
101+
- cosmwasm-std: Split up `Validator` type into `Validator` and
102+
`ValidatorMetadata` to allow adding more fields to `ValidatorResponse` in the
103+
future. ([#2501])
97104

98105
## Fixed
99106

@@ -141,6 +148,8 @@ and this project adheres to
141148
[#2479]: https://github.com/CosmWasm/cosmwasm/pull/2479
142149
[#2480]: https://github.com/CosmWasm/cosmwasm/pull/2480
143150
[#2484]: https://github.com/CosmWasm/cosmwasm/pull/2484
151+
[#2495]: https://github.com/CosmWasm/cosmwasm/pull/2495
152+
[#2501]: https://github.com/CosmWasm/cosmwasm/pull/2501
144153

145154
## [2.2.0] - 2024-12-17
146155

Cargo.lock

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

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Security Policy
22

3-
This repository is maintained by Confio as part of the CosmWasm stack. Please
4-
see https://github.com/CosmWasm/advisories/blob/main/SECURITY.md for our
5-
security policy.
3+
This repository is part of the CosmWasm stack. Please see
4+
https://github.com/CosmWasm/advisories/blob/main/SECURITY.md for its security
5+
policy.

0 commit comments

Comments
 (0)