Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump up cosmwasm from v1.0.0 to v1.1.9 #256

Merged
merged 434 commits into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
434 commits
Select commit Hold shift + click to select a range
addbd3f
std: implement PartialEq for LHS refs of math types
uint Aug 15, 2022
b4846f4
std: partialeq tests for math types
uint Aug 15, 2022
da668fc
Merge branch 'main' into 1186-uint-checked-div-euclid
uint Aug 15, 2022
fc89a44
Merge pull request #1382 from CosmWasm/1349-implement-parialeq-lhs
uint Aug 15, 2022
b0dd4c6
Merge pull request #1376 from CosmWasm/1186-uint-checked-div-euclid
webmaster128 Aug 15, 2022
c69efcc
Merge branch 'main' into 1349-implement-partialeq-for-reference-math-…
uint Aug 15, 2022
4a24c8f
std: avoid unnecessary unchecked cast in tests
uint Aug 15, 2022
c106596
Merge pull request #1350 from CosmWasm/1349-implement-partialeq-for-r…
uint Aug 15, 2022
61b1874
Use clippy from Rust 1.63.0 in CI
webmaster128 Aug 15, 2022
50d4c4f
Added deprecation message in check_contract.
jawoznia Aug 16, 2022
b6dd8b1
Disable clippy's derive_partial_eq_without_eq for #[cw_serde]
webmaster128 Aug 16, 2022
d3c6823
Add Eq implementations suggested by clippy
webmaster128 Aug 16, 2022
a81e91e
Error message in rs file and removed check_contract.sh
jawoznia Aug 17, 2022
d83d654
Merge pull request #1385 from CosmWasm/cw_check_contract_deprecation
jawoznia Aug 17, 2022
531ecc3
Merge pull request #1383 from CosmWasm/clippy-1.63.0
webmaster128 Aug 17, 2022
170a47f
Rename methods from features to capabilities
webmaster128 Aug 16, 2022
a6fb0a7
Rename module features -> capabilities
webmaster128 Aug 16, 2022
a4b4ab7
Change text of Features -> Capabilities
webmaster128 Aug 17, 2022
8efbeda
Add back FEATURES.md
webmaster128 Aug 17, 2022
f110713
Rename supported_capabilities to available_capabilities
webmaster128 Aug 17, 2022
0415d2b
Replace .iter().cloned() with .into_iter()
webmaster128 Aug 17, 2022
7ca6c10
Added cw-check-contract to cosmwasm/packages.
jawoznia Aug 17, 2022
2281a4c
Merge pull request #1387 from CosmWasm/features-to-capabilities
webmaster128 Aug 17, 2022
23ddce9
Using local cw-check-contract in config.yml.
jawoznia Aug 17, 2022
e4f92a9
cw-check-contract CI setup and changelog update.
jawoznia Aug 17, 2022
e3a6e61
Added cw-check-contract to cosmwasm/packages.
jawoznia Aug 17, 2022
380fb43
Using local cw-check-contract in config.yml.
jawoznia Aug 17, 2022
a6a406b
cw-check-contract CI setup and changelog update.
jawoznia Aug 17, 2022
c9e9116
Merge branch 'packages_cw_check_contract' of github.com:CosmWasm/cosm…
jawoznia Aug 17, 2022
167109b
Using capabilities_from_csv instead of old features.
jawoznia Aug 17, 2022
9e94a83
Run prettier on README.md
jawoznia Aug 17, 2022
d1b0886
Merge pull request #1389 from CosmWasm/packages_cw_check_contract
jawoznia Aug 17, 2022
32797b0
Run check_contract on every wasm file.
jawoznia Aug 17, 2022
bf7a7cd
Ignore floaty.wasm as it is meant to fail.
jawoznia Aug 17, 2022
af3ed17
Merge pull request #1390 from CosmWasm/multiple_wasm_check_contract_call
jawoznia Aug 17, 2022
65c3eaf
Rename features to capabilities in check-contract
webmaster128 Aug 22, 2022
64ee06c
Merge pull request #1393 from CosmWasm/check-contract-capabilities
webmaster128 Aug 22, 2022
49566fe
cosmwasm-check: support multiple wasm blobs
uint Aug 22, 2022
70e3058
cosmwasm-check: handle failures in multiple files
uint Aug 22, 2022
7ae06e3
cosmwasm-check: style
uint Aug 22, 2022
06a279c
cosmwasm-check: add some color for readability
uint Aug 22, 2022
8420edc
CI: fix contract checks
uint Aug 22, 2022
ca93e47
cosmwasm-check: clean up Cargo.toml
uint Aug 22, 2022
ad3f007
Merge pull request #1395 from CosmWasm/cosmwasm-check-multiple-args
uint Aug 22, 2022
dbf6f2f
Update required parameters
emidev98 Aug 22, 2022
65c4b9c
docs: description for instantiate
emidev98 Aug 22, 2022
4234f9b
check: rename crate to `cosmwasm-check`
uint Aug 22, 2022
a88b281
rename `cw-check-contract` folder to `check`
uint Aug 22, 2022
83224b7
make 1.64.0 clippy happy
uint Aug 22, 2022
36d7590
Update READMEs with `cosmwasm-check` info
uint Aug 22, 2022
f4a6b87
doc: linting
emidev98 Aug 22, 2022
953da6a
docs: run prettier locally
emidev98 Aug 22, 2022
4ec04c2
update README.md
uint Aug 22, 2022
7609569
check: include proper version in the CLI tool
uint Aug 22, 2022
970f24f
check: attribute the original author :)
uint Aug 22, 2022
effe787
Merge pull request #1397 from emidev98/patch-1
webmaster128 Aug 22, 2022
66f37fc
check: update README.md
uint Aug 22, 2022
06d7223
Merge pull request #1398 from CosmWasm/rename-cosmwasm-check
uint Aug 22, 2022
ef952c3
Merge branch 'main' into larry/bank-query-total-supply
uint Aug 23, 2022
162bcfd
fix poorly resolved merge conflict
uint Aug 23, 2022
61bcb49
hide BankQuery::Supply behind the `cosmwasm_1_1` feature
uint Aug 23, 2022
914f87c
fix Rust 1.63 lints
uint Aug 23, 2022
b440266
generate std schemas including cosmwasm_1_1 feature
uint Aug 23, 2022
3cdc9ef
test BankQuery::Supply using the reflect contract
uint Aug 23, 2022
74a68bc
update CI after introducing the `cosmwasm_1_1` feature
uint Aug 23, 2022
492e6d7
avoid BankQuerier.supplies ending up with invalid state
uint Aug 24, 2022
a9ae6fa
Merge pull request #1356 from larry0x/larry/bank-query-total-supply
uint Aug 29, 2022
cd9ca86
Adapt capability format docs to allow underscore
webmaster128 Aug 29, 2022
16ffd1c
Set up a new testing contract
uint Aug 29, 2022
33107a7
Remove argon2 test from hackatom
uint Aug 29, 2022
8e52ec6
testing contract: test the MirrorEnv endpoints
uint Aug 29, 2022
0d912f9
Remove copies of hackatom's ExecuteMsg comment
webmaster128 Aug 29, 2022
185d57b
testing contract: remove unused Error variant
uint Aug 29, 2022
ce5da38
Update contract schemas
uint Aug 29, 2022
546cf46
testing contract: rename Error type
uint Aug 29, 2022
582b324
rename the `tests` contract to `cyberpunk`
uint Aug 29, 2022
cb862b4
Merge pull request #1404 from CosmWasm/remove-copy-paste-comment
webmaster128 Aug 29, 2022
2902480
style
uint Aug 29, 2022
619a80d
cyberpunk: remove unnecessary comment
uint Aug 29, 2022
aab3437
CI: test cyberpunk
uint Aug 29, 2022
d4b38c7
fix cyberpunk integration tests
uint Aug 29, 2022
09e70f0
cyberpunk: style
uint Aug 29, 2022
152721c
Merge pull request #1403 from CosmWasm/testing-contract
webmaster128 Aug 29, 2022
05c5c53
Merge pull request #1402 from CosmWasm/better-document-capability-format
webmaster128 Aug 30, 2022
2b3d739
CHANGELOG: add a note about 1.0 compatibility
uint Aug 30, 2022
1a7face
Update CHANGELOG.md
uint Aug 30, 2022
dbc41e4
CHANGELOG: provide PR link
uint Aug 30, 2022
ef70eb5
oops
uint Aug 30, 2022
efb677a
Merge pull request #1405 from CosmWasm/changelog-cosmwasm-1-1-note
uint Aug 30, 2022
f625cb9
Allow = versions in set_version.sh
webmaster128 Aug 30, 2022
33e0808
Set version: 1.1.0-rc.1
webmaster128 Aug 30, 2022
9543b60
Remove and ignore packages/schema/schema/cw20.json
webmaster128 Aug 30, 2022
2327ae3
Merge pull request #1407 from CosmWasm/remove-doc-test-output
webmaster128 Aug 30, 2022
6f2985c
Remove sha2 dependency from floaty
webmaster128 Sep 1, 2022
9b73cf8
Upgrade sha2 to 0.10 in cosmwasm-vm
webmaster128 Sep 1, 2022
6182e68
Upgrade sha2/sha3 in contracts
webmaster128 Sep 1, 2022
ff301cc
Merge pull request #1409 from CosmWasm/upgrade-sha2
webmaster128 Sep 1, 2022
1e5a95c
Set version: 1.1.0-rc.2
webmaster128 Sep 1, 2022
ee246df
Implement PartialEq for `Binary` and `u8` arrays
webmaster128 Sep 1, 2022
df26bd9
Adapt test and docs to remove outdated limitations
webmaster128 Sep 1, 2022
31d9740
Merge pull request #1410 from CosmWasm/binary-eq
webmaster128 Sep 5, 2022
e517a8e
schema: test for accepting empty QueryMsg
uint Sep 5, 2022
0f3609c
schema: support empty QueryMsg in QueryResponses
uint Sep 5, 2022
a252870
Fix version in MIGRATING
webmaster128 Sep 2, 2022
47a58a6
Set version: 1.1.0
webmaster128 Sep 2, 2022
6082e8a
Set version 1.1.0 in CHANGELOG
webmaster128 Sep 2, 2022
c61dd8d
Improve CHANGELOG entries for the cosmwasm-check tool
webmaster128 Sep 8, 2022
8c07f47
schema-derive: support unit-like enum variants
uint Sep 12, 2022
cdfe060
clippy
uint Sep 12, 2022
43c8f35
Merge pull request #1414 from CosmWasm/improve-cosmwasm-check-docs
webmaster128 Sep 12, 2022
362bed3
schema: more comprehensive QueryResponses test
uint Sep 12, 2022
ad570f0
CHANGELOG update
uint Sep 12, 2022
a819788
Merge pull request #1418 from CosmWasm/unit-like-enum-variants
uint Sep 12, 2022
4a5d3d7
schema macros: disambiguate expanded paths, hide deps
uint Sep 12, 2022
90f78c9
schema: use serde and schemars reexports in one more spot
uint Sep 12, 2022
dc52ecb
Remove unnecessary deps from cyberpunk
uint Sep 12, 2022
48500b2
update CHANGELOG
uint Sep 12, 2022
7d9e9d1
Update CHANGELOG.md
webmaster128 Sep 13, 2022
421f75c
Merge pull request #1419 from CosmWasm/schema-derive-hide-deps
webmaster128 Sep 13, 2022
d3e2e27
Set version: 1.1.1
webmaster128 Sep 15, 2022
c27852b
Turn testing module into folder
webmaster128 Sep 15, 2022
364ac56
Add macro `assert_approx_eq!`
webmaster128 Sep 15, 2022
05cb04f
Add some more panic message testing
webmaster128 Sep 15, 2022
8454942
Merge pull request #1423 from CosmWasm/assert_approx_eq
webmaster128 Sep 19, 2022
00dcd44
Document CosmWasm message types
webmaster128 Sep 15, 2022
ef5e855
Link MESSAGE_TYPES.md
webmaster128 Sep 15, 2022
b7e3367
Add HexBinary
webmaster128 Sep 15, 2022
a1740c3
Add Binary <-> HexBinary conversion
webmaster128 Sep 15, 2022
34298c0
Add HexBinary to docs
webmaster128 Sep 15, 2022
ed90bec
Add 0x prefixed test
webmaster128 Sep 15, 2022
b95c599
Add InvalidHex error type
webmaster128 Sep 15, 2022
985bac9
Add CHANGELOG entry
webmaster128 Sep 19, 2022
ad82881
Update docs/MESSAGE_TYPES.md
webmaster128 Sep 19, 2022
c3b02c8
Merge pull request #1425 from CosmWasm/add-hexbinary
webmaster128 Sep 19, 2022
4ed2649
Bump MODULE_SERIALIZATION_VERSION to v4
webmaster128 Sep 19, 2022
86d7a78
have the QueryResponses macro handle generics
uint Sep 19, 2022
32004b0
test for QueryMsgs with generics implementing QueryResponses
uint Sep 19, 2022
9753cfa
Merge pull request #1428 from CosmWasm/MODULE_SERIALIZATION_VERSION-v4
webmaster128 Sep 19, 2022
dd95a53
style
uint Sep 19, 2022
7c6e173
CHANGELOG
uint Sep 19, 2022
fada22c
Merge branch 'main' into query-responses-generics
uint Sep 19, 2022
868add4
fmt CHANGELOG
uint Sep 19, 2022
a20d5f9
correct CHANGELOG entry
uint Sep 19, 2022
c468bcb
Merge pull request #1429 from CosmWasm/query-responses-generics
uint Sep 19, 2022
b102c15
Set version: 1.1.2
uint Sep 19, 2022
e0a3420
Add u128/i128
webmaster128 Sep 20, 2022
71a1313
Use strings and booleans for Vec<T> example
webmaster128 Sep 20, 2022
1177a73
Create stronger warning for &str and usize
webmaster128 Sep 20, 2022
0729bd9
Merge pull request #1432 from CosmWasm/update-message-type-docs
webmaster128 Sep 20, 2022
6d3ef7b
Make IntegrityError public
uint Sep 29, 2022
78d8056
CHANGELOG update
uint Sep 29, 2022
ef6abea
Merge pull request #1444 from CosmWasm/public-integrity-error
uint Sep 29, 2022
3fa20ad
Set version: 1.1.3
uint Sep 29, 2022
7e865a2
Update CHANGELOG (1.1.3)
uint Sep 29, 2022
138574a
Properly analyzing schemas generated for untagged enums
hashedone Sep 30, 2022
c416079
Merge pull request #1445 from CosmWasm/untagged-enum
hashedone Oct 3, 2022
4ab7f5b
Set version: 1.1.4
uint Oct 3, 2022
84bded3
Update CHANGELOG (1.1.4)
uint Oct 3, 2022
555fbff
Add query_responses(nested) attribute
chipshort Sep 30, 2022
981b705
Fix clippy
chipshort Sep 30, 2022
29175f7
Fix doc comment
chipshort Oct 4, 2022
0dddd18
Unify error message
chipshort Oct 4, 2022
dd21f41
Remove check for serde(untagged)
chipshort Oct 4, 2022
780c833
Add name collision test
chipshort Oct 4, 2022
00b1365
Merge pull request #1446 from CosmWasm/1441-queryresponses-nested-option
chipshort Oct 4, 2022
cf79105
Improve error when compiling schema gen for wasm
uint Oct 10, 2022
f6a0485
Merge pull request #1450 from CosmWasm/warn-when-compiling-schemas-fo…
uint Oct 10, 2022
e6aa32b
Fix Cosmos docs links (master -> main)
webmaster128 Oct 12, 2022
265ddd5
Pin tarpaulin version to 0.20.1
webmaster128 Oct 12, 2022
494da6f
Upgrade tarpaulin to 0.21.0
webmaster128 Oct 12, 2022
f2a4806
Merge pull request #1454 from CosmWasm/pin-tarpaulin-version
webmaster128 Oct 12, 2022
ba1311e
Merge pull request #1453 from CosmWasm/fix-docs-links
webmaster128 Oct 12, 2022
28cc1d1
Exit early when gas left is insufficient
webmaster128 Oct 12, 2022
53e76e1
Merge pull request #1452 from CosmWasm/prepaid
webmaster128 Oct 12, 2022
b274698
Upgrade clippy job to Rust 1.64.0
webmaster128 Oct 12, 2022
cd2ba32
Merge pull request #1458 from CosmWasm/clippy-1.64.0
webmaster128 Oct 12, 2022
b48a17c
Remove non_exhaustive from IBC message types.
0xekez Oct 7, 2022
41135a8
Elaborate on CHANGELOG entry
webmaster128 Oct 14, 2022
2e215cf
Merge pull request #1449 from 0xekez/main
webmaster128 Oct 14, 2022
bbfc834
Add missing tag links 1.1.2-1.1.4
webmaster128 Oct 15, 2022
15efb04
Inline wrapping fucntions for Uint64/Uint128 and inprove testing
webmaster128 Oct 15, 2022
b02f2f4
Add wrapping methods to Uint256/Uint512
webmaster128 Oct 15, 2022
bbb5bc3
Merge pull request #1459 from CosmWasm/wrapping-ints
webmaster128 Oct 17, 2022
2801874
Set version: 1.1.5
webmaster128 Oct 17, 2022
5e1e527
Upgrade rust-optimizer to 0.12.9
webmaster128 Oct 17, 2022
dea4ad6
Implement Binary/HexBinary <-> CanonicalAddr converters
webmaster128 Oct 18, 2022
044c0b6
Add array to CanonicalAddr converters
webmaster128 Oct 18, 2022
013fda5
Implement PartialEq between CanonicalAddr and HexBinary/Binary
webmaster128 Oct 18, 2022
e6033ae
Avoid the usage of CanonicalAddr.0
webmaster128 Oct 18, 2022
a92b29b
Merge pull request #1463 from CosmWasm/CanonicalAddr-conversions
webmaster128 Oct 18, 2022
5688e77
Merge pull request #1461 from CosmWasm/upgrade-rust-optimizer
webmaster128 Oct 18, 2022
9f6fa34
Improve documentation of CanonicalAddr
webmaster128 Oct 18, 2022
0948715
Increase dependency requirements to make -Zminimal-versions pass
webmaster128 Oct 18, 2022
7f49d4c
Merge pull request #1464 from CosmWasm/CanonicalAddr-docs
webmaster128 Oct 19, 2022
2ffe1dd
Move dependency block from std to vm
webmaster128 Oct 19, 2022
9c7b0b1
Add CHANGELOG entry
webmaster128 Oct 19, 2022
1d19b46
Merge pull request #1465 from CosmWasm/build-min
webmaster128 Oct 19, 2022
10978b0
Update storage-plus links in README.md
uint Oct 19, 2022
2994eb2
Remove packages/profiler
webmaster128 Oct 24, 2022
6753e6f
Merge pull request #1470 from CosmWasm/rm-profiler
webmaster128 Oct 24, 2022
d1396b7
Link to cosmwasm-storage deprecation issue
uint Oct 24, 2022
ded2c78
Merge pull request #1466 from CosmWasm/update-readme-links
uint Oct 24, 2022
6f2efee
Lock JSON schema version
uint Nov 2, 2022
05ab1e8
Add a README to `cosmwasm-schema-derive`
uint Nov 8, 2022
c3e7d98
Revert "Add a README to `cosmwasm-schema-derive`"
uint Nov 8, 2022
0f89b65
Add a README to `cosmwasm-schema-derive`
uint Nov 8, 2022
63ccbed
Remove `cranelift` default feature from all contracts
uint Nov 8, 2022
a20c8ac
Merge pull request #1480 from CosmWasm/remove-cranelift-feature
webmaster128 Nov 14, 2022
ade8dc1
Merge pull request #1479 from CosmWasm/schema-derive-readme
webmaster128 Nov 14, 2022
fc5cd5b
rename `coins.rs` to `coin.rs`
larry0x Nov 14, 2022
cbf86c8
Fix Coin import in ibc.rs
webmaster128 Nov 14, 2022
007fd62
Merge pull request #1488 from CosmWasm/rename-to-coin.rs
webmaster128 Nov 14, 2022
814428f
document schema_for
uint Nov 14, 2022
76ed13b
Update packages/schema/src/schema_for.rs
uint Nov 15, 2022
4415fd1
Merge pull request #1475 from CosmWasm/schema_for-future-proofing
webmaster128 Nov 15, 2022
c4545c1
QueryResponses: Add `JsonSchema` bound to type params
uint Oct 26, 2022
f409196
QueryResponses: Add an option to not infer trait bounds
uint Oct 26, 2022
9e51b78
lints
uint Oct 26, 2022
5cc72c6
schema: refactor and docs
uint Oct 26, 2022
ab80fae
Make QueryResponses tests clearer
uint Nov 15, 2022
58dbba4
CHANGELOG entry
uint Nov 15, 2022
7613623
Update CHANGELOG.md
uint Nov 15, 2022
6329540
Merge pull request #1472 from CosmWasm/query-responses-generic-trait-…
webmaster128 Nov 15, 2022
89e6a04
Document type of gas that is used for gas limits
webmaster128 Nov 15, 2022
5c6591b
Update schemas
webmaster128 Nov 15, 2022
535de3b
Add comment regarding rounding behaviour to multiply_ratio/checked_mu…
webmaster128 Nov 16, 2022
ee49c14
Use resolver version 2 in workspace
webmaster128 Nov 16, 2022
211dc5c
Merge pull request #1496 from CosmWasm/workspace-resolver
webmaster128 Nov 16, 2022
0fe51c6
Adapt codebase to clippy 1.65.0
webmaster128 Nov 16, 2022
996f32d
Upgrade clippy CI job to 1.65.0
webmaster128 Nov 16, 2022
942a346
Merge pull request #1497 from CosmWasm/clippy-1.65.0
webmaster128 Nov 16, 2022
95df0aa
Merge pull request #1493 from CosmWasm/document-gas-types
webmaster128 Nov 16, 2022
1ea94c5
Merge pull request #1494 from CosmWasm/document-multiply_ratio-rounding
webmaster128 Nov 16, 2022
a08af6c
Set version: 1.1.6
webmaster128 Nov 16, 2022
518850c
QueryResponses: no default type in gen'd impl block
uint Nov 22, 2022
f5597d4
run .md formatter
uint Nov 22, 2022
6cbf818
Merge pull request #1505 from CosmWasm/schema-type-param-defaults
uint Nov 22, 2022
bf2b346
Set version: 1.1.8
uint Nov 22, 2022
d1d3643
CHANGELOG update
uint Nov 22, 2022
37555ee
Add test to reproduce missing QueryResponses path
webmaster128 Dec 6, 2022
9b6ffba
fix: issue #1527
Dec 1, 2022
40b05d3
Add CHANGELOG entry for issue #1527
webmaster128 Dec 6, 2022
d1a4161
Merge pull request #1534 from CosmWasm/fix-QueryResponses-path-in-gen…
webmaster128 Dec 6, 2022
f944ef9
Update CHANGELOG formatting
webmaster128 Dec 6, 2022
38821e7
Set version: 1.1.9
webmaster128 Dec 6, 2022
aefe114
Merge branch 'cosmwasm/v1.1.9' into apply_v1.1.9
zemyblue Dec 14, 2022
01d3ca1
ci: change default rustlang version from v1.57.0 to v1.60.0 in CI, an…
zemyblue Dec 15, 2022
fd48729
chore: update changeslog
zemyblue Dec 15, 2022
7e38a05
chore: remove unreleased section in chagnelog
zemyblue Dec 26, 2022
7aa68c3
chore: remove unnecessary codes.
zemyblue Jan 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .circleci/config.yml
Empty file.
18 changes: 9 additions & 9 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.60.0
target: wasm32-unknown-unknown
profile: minimal
override: true
- name: Cache cargo
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo
key: cargocache-v2-benchmarking-rust:1.57.0-{{ checksum "Cargo.lock" }}
key: cargocache-v2-benchmarking-rust:1.60.0-{{ checksum "Cargo.lock" }}
- name: Version information
run: rustc --version; cargo --version; rustup --version; rustup target list --installed
- name: Run vm benchmarks (Singlepass)
Expand All @@ -51,15 +51,15 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.60.0
target: wasm32-unknown-unknown
profile: minimal
override: true
- name: Cache cargo
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo
key: cargocache-v2-package_crypto-rust:1.57.0-${{ hashFiles('Cargo.lock') }}
key: cargocache-v2-package_crypto-rust:1.60.0-${{ hashFiles('Cargo.lock') }}
- name: Version information
run: rustc --version; cargo --version; rustup --version; rustup target list --installed
- name: Build
Expand All @@ -80,15 +80,15 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.60.0
target: wasm32-unknown-unknown
profile: minimal
override: true
- name: Cache cargo
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo
key: cargocache-v2-package_vm-rust:1.57.0-${{ hashFiles('Cargo.lock') }}
key: cargocache-v2-package_vm-rust:1.60.0-${{ hashFiles('Cargo.lock') }}
- name: Version information
run: rustc --version; cargo --version; rustup --version; rustup target list --installed
- name: Build
Expand Down
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.57.0
toolchain: 1.60.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.60.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: ./
run: |
echo "Checking all contracts under ./artifacts"
docker run --volumes-from with_code rust:1.57.0 /bin/bash -e -c 'cd ./code/packages/vm; export GLOBIGNORE=../../artifacts/floaty.wasm; ./examples/check_contract.sh ../../artifacts/*.wasm'
docker run --volumes-from with_code rust:1.60.0 /bin/bash -e -c 'cd ./code/packages/vm; export GLOBIGNORE=../../artifacts/floaty.wasm; ./examples/check_contract.sh ../../artifacts/*.wasm'
docker cp with_code:/code/artifacts .

- name: Create Release
Expand Down
Loading