Skip to content

Commit b5be2c1

Browse files
Merge pull request #5355 from darthsiroftardis/dev
Merge feat-2.1 into dev
2 parents 19acf7a + da9c299 commit b5be2c1

File tree

448 files changed

+27146
-10017
lines changed

Some content is hidden

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

448 files changed

+27146
-10017
lines changed

.github/workflows/casper-node.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ jobs:
6565

6666
- name: test-contracts
6767
run: make test-contracts CARGO_FLAGS=--release
68+
69+
- name: vm2 tests
70+
run: |
71+
./vm2-build-contracts.sh
72+
cargo test -p casper-executor-wasm
73+
cargo test -p casper-contract-sdk

.github/workflows/publish-release-and-crates.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
- name: Build update package
3636
run: ./ci/build_update_package.sh
3737

38+
- name: Publish to crates.io
39+
env:
40+
CARGO_TOKEN: ${{ secrets.crates_io_token }}
41+
run: ./ci/publish_to_crates_io.sh
42+
3843
# Add config.tar.gz, bin.tar.gz to release
3944
- name: Upload files to release
4045
uses: svenstaro/upload-release-action@v2
@@ -43,9 +48,4 @@ jobs:
4348
file: target/upgrade_build/*.tar.gz
4449
tag: ${{ github.ref }}
4550
overwrite: true
46-
file_glob: true
47-
48-
- name: Publish to crates.io
49-
env:
50-
CARGO_TOKEN: ${{ secrets.crates_io_token }}
51-
run: ./ci/publish_to_crates.io
51+
file_glob: true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ dist
132132
resources/production/*.wasm
133133
resources/node-storage/*
134134
resources/local/chainspec.toml
135+
resources/flaky/chainspec.toml
135136

136137
execution_engine_testing/test_support/resources/chainspec.toml
137138

0 commit comments

Comments
 (0)