Skip to content

Commit 54ce793

Browse files
authored
Synchronize changes from release/v3.0.x (#2674)
1 parent b3274fb commit 54ce793

22 files changed

Lines changed: 236 additions & 185 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude = ["contracts"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "3.0.5-dev"
8+
version = "3.0.7-dev"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
repository = "https://github.com/CosmWasm/cosmwasm"

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,37 +120,37 @@ config:
120120
121121
graph BT
122122
A("`**cosmwasm-core**
123-
3.0.5`")
123+
3.0.6`")
124124
125125
B("`**cosmwasm-std**
126-
3.0.5`")
126+
3.0.6`")
127127
128128
C("`**cosmwasm-crypto**
129-
3.0.5`")
129+
3.0.6`")
130130
131131
D("`**cosmwasm-vm**
132-
3.0.5`")
132+
3.0.6`")
133133
134134
E("`**cosmwasm-vm-derive**
135-
3.0.5`")
135+
3.0.6`")
136136
137137
F("`**cosmwasm-derive**
138-
3.0.5`")
138+
3.0.6`")
139139
140140
G("`**cosmwasm-schema**
141-
3.0.5`")
141+
3.0.6`")
142142
143143
H("`**cosmwasm-schema-derive**
144-
3.0.5`")
144+
3.0.6`")
145145
146146
I("`**cosmwasm-check**
147-
3.0.5`")
147+
3.0.6`")
148148
149149
J("`**cw-schema**
150-
3.0.5`")
150+
3.0.6`")
151151
152152
K("`**cw-schema-derive**
153-
3.0.5`")
153+
3.0.6`")
154154
155155
A --> B
156156
A --> C

SEMANTICS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
This file was updated and moved to:
1+
This file was updated and moved to the following chapters in the official [documentation]:
22

3-
- [Semantics](https://docs.cosmwasm.com/core/architecture/semantics)
4-
- [Transactions](https://docs.cosmwasm.com/core/architecture/transactions)
5-
- [Reply](https://docs.cosmwasm.com/core/entrypoints/reply)
3+
- [Semantics](https://cosmwasm.github.io/core/architecture/semantics)
4+
- [Transactions](https://cosmwasm.github.io/core/architecture/transactions)
5+
- [Reply](https://cosmwasm.github.io/core/entrypoints/reply)
6+
7+
[documentation]: https://cosmwasm.github.io

Taskfile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
silent: true
44

55
vars:
6-
COSMWASM_CHECK_VERSION: 3.0.4 # The last released version of cosmwasm-check tool before 3.0.5-dev.
6+
COSMWASM_CHECK_VERSION: 3.0.5 # The last released version of cosmwasm-check tool before 3.0.6.
77
TOOLCHAIN: +1.82.0 # Rust toolchain for building packages.
88
TOOLCHAIN_CHECK: +1.82.0 # Rust toolchain for building cosmwasm-check tool.
99

@@ -257,16 +257,16 @@ tasks:
257257
cmds:
258258
- cmd: cargo {{.TOOLCHAIN}} test --workspace
259259

260-
test-cosmwasm-check:
261-
desc: Runs all tests for cosmwasm-check
262-
cmds:
263-
- cmd: cargo {{.TOOLCHAIN}} test -p cosmwasm-check
264-
265260
testn:
266261
desc: Runs all tests using nextest
267262
cmds:
268263
- cmd: cargo {{.TOOLCHAIN}} nextest run --workspace
269264

265+
test-cosmwasm-check:
266+
desc: Runs all tests for cosmwasm-check
267+
cmds:
268+
- cmd: cargo {{.TOOLCHAIN}} test -p cosmwasm-check
269+
270270
testn-cosmwasm-check:
271271
desc: Runs all tests for cosmwasm-check using nextest
272272
cmds:

contracts/burner/Cargo.lock

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

contracts/crypto-verify/Cargo.lock

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

0 commit comments

Comments
 (0)