Skip to content

Commit 531ba59

Browse files
authored
Merge pull request #2495 from CosmWasm/aw/only-schema
New schema; no codegen yet
2 parents b3e4a07 + 4b194dd commit 531ba59

File tree

187 files changed

+15800
-497
lines changed

Some content is hidden

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

187 files changed

+15800
-497
lines changed

CHANGELOG.md

Lines changed: 5 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,7 @@ 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])
97101
- cosmwasm-std: Split up `Validator` type into `Validator` and
98102
`ValidatorMetadata` to allow adding more fields to `ValidatorResponse` in the
99103
future. ([#2501])
@@ -144,6 +148,7 @@ and this project adheres to
144148
[#2479]: https://github.com/CosmWasm/cosmwasm/pull/2479
145149
[#2480]: https://github.com/CosmWasm/cosmwasm/pull/2480
146150
[#2484]: https://github.com/CosmWasm/cosmwasm/pull/2484
151+
[#2495]: https://github.com/CosmWasm/cosmwasm/pull/2495
147152
[#2501]: https://github.com/CosmWasm/cosmwasm/pull/2501
148153

149154
## [2.2.0] - 2024-12-17

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.

0 commit comments

Comments
 (0)