Commit 0ea0956
committed
Update build scripts
1 parent 84cd411 commit 0ea0956
3 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Submodule concordium-base updated 64 files
- .github/workflows/build-test-contracts-common.yaml-118
- .github/workflows/build-test-smart-contracts.yaml+51-152
- .github/workflows/build-test-sources.yaml+1-1
- rust-src/concordium_base/CHANGELOG.md+2-1
- rust-src/concordium_base/Cargo.toml+1-1
- rust-src/concordium_base/src/transactions.rs+4-3
- smart-contracts/Cargo.lock+569-315
- smart-contracts/Cargo.toml+12
- smart-contracts/README.md+7-54
- smart-contracts/contracts-common/Cargo.toml-7
- smart-contracts/contracts-common/concordium-contracts-common-derive/CHANGELOG.md+3
- smart-contracts/contracts-common/concordium-contracts-common-derive/Cargo.toml+1-1
- smart-contracts/contracts-common/concordium-contracts-common-derive/src/derive.rs+10-23
- smart-contracts/contracts-common/concordium-contracts-common-derive/src/lib.rs+28-4
- smart-contracts/contracts-common/concordium-contracts-common/CHANGELOG.md+2
- smart-contracts/contracts-common/concordium-contracts-common/Cargo.toml+4-1
- smart-contracts/contracts-common/concordium-contracts-common/src/lib.rs+2-2
- smart-contracts/contracts-common/concordium-contracts-common/src/schema_json.rs+2
- smart-contracts/contracts-common/concordium-contracts-common/src/types.rs+9-12
- smart-contracts/rust-contracts/example-contracts/context-test/Cargo.lock-228
- smart-contracts/rust-contracts/example-contracts/context-test/Cargo.toml-33
- smart-contracts/rust-contracts/example-contracts/context-test/src/lib.rs-154
- smart-contracts/rust-contracts/example-contracts/counter/.cargo/config.toml-3
- smart-contracts/rust-contracts/example-contracts/counter/Cargo.lock-146
- smart-contracts/rust-contracts/example-contracts/counter/Cargo.toml-36
- smart-contracts/rust-contracts/example-contracts/counter/src/lib.rs-186
- smart-contracts/rust-contracts/example-contracts/erc20/.cargo/config.toml-3
- smart-contracts/rust-contracts/example-contracts/erc20/Cargo.lock-146
- smart-contracts/rust-contracts/example-contracts/erc20/Cargo.toml-36
- smart-contracts/rust-contracts/example-contracts/erc20/src/lib.rs-625
- smart-contracts/rust-contracts/example-contracts/escrow/.cargo/config.toml-3
- smart-contracts/rust-contracts/example-contracts/escrow/Cargo.lock-146
- smart-contracts/rust-contracts/example-contracts/escrow/Cargo.toml-27
- smart-contracts/rust-contracts/example-contracts/escrow/src/lib.rs-221
- smart-contracts/rust-contracts/example-contracts/every-example/Cargo.lock-309
- smart-contracts/rust-contracts/example-contracts/every-example/Cargo.toml-27
- smart-contracts/rust-contracts/example-contracts/every-example/src/lib.rs-9
- smart-contracts/rust-contracts/example-contracts/fib/.cargo/config.toml-4
- smart-contracts/rust-contracts/example-contracts/fib/Cargo.lock-146
- smart-contracts/rust-contracts/example-contracts/fib/Cargo.toml-31
- smart-contracts/rust-contracts/example-contracts/fib/src/lib.rs-68
- smart-contracts/rust-contracts/example-contracts/lockup/.cargo/config.toml-4
- smart-contracts/rust-contracts/example-contracts/lockup/Cargo.lock-146
- smart-contracts/rust-contracts/example-contracts/lockup/Cargo.toml-27
- smart-contracts/rust-contracts/example-contracts/lockup/src/lib.rs-170
- smart-contracts/rust-contracts/example-contracts/rate-limited/.cargo/config.toml-7
- smart-contracts/rust-contracts/example-contracts/rate-limited/Cargo.lock-146
- smart-contracts/rust-contracts/example-contracts/rate-limited/Cargo.toml-36
- smart-contracts/rust-contracts/example-contracts/rate-limited/src/lib.rs-391
- smart-contracts/rust-contracts/example-contracts/simple-game/.cargo/config.toml-4
- smart-contracts/rust-contracts/example-contracts/simple-game/.dir-locals.el-5
- smart-contracts/rust-contracts/example-contracts/simple-game/Cargo.lock-228
- smart-contracts/rust-contracts/example-contracts/simple-game/Cargo.toml-40
- smart-contracts/rust-contracts/example-contracts/simple-game/src/lib.rs-316
- smart-contracts/rust-contracts/example-contracts/use-all-host-functions/.cargo/config.toml-4
- smart-contracts/rust-contracts/example-contracts/use-all-host-functions/Cargo.lock-146
- smart-contracts/rust-contracts/example-contracts/use-all-host-functions/Cargo.toml-31
- smart-contracts/rust-contracts/example-contracts/use-all-host-functions/README.md-10
- smart-contracts/rust-contracts/example-contracts/use-all-host-functions/src/lib.rs-33
- smart-contracts/rust-toolchain.toml+2
- smart-contracts/wasm-chain-integration/Cargo.toml-3
- smart-contracts/wasm-test/Cargo.lock-1.2k
- smart-contracts/wasm-test/Cargo.toml+1-2
- smart-contracts/wasm-test/src/main.rs+13-11
0 commit comments