Skip to content

Commit

Permalink
Merge pull request #348 from classicalliu/adapt-ckb2021-v0.6.4-rc4
Browse files Browse the repository at this point in the history
Bump ckb version to v0.100.0 and adapt hardfork
  • Loading branch information
jjyr authored Sep 23, 2021
2 parents 145deca + 6f32842 commit 2c487c5
Show file tree
Hide file tree
Showing 32 changed files with 1,486 additions and 1,683 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: Install moleculec
run: CARGO_TARGET_DIR=target/ cargo install moleculec --version 0.6.1
- name: Install moleculec v0.7.2
run: CARGO_TARGET_DIR=target/ cargo install moleculec --version 0.7.2
- name: Install capsule
env:
CAPSULE_VERSION: v0.4.6
Expand All @@ -32,6 +32,8 @@ jobs:
run: cargo clippy
- name: Init submodules
run: git submodule init && git submodule update -r && cd tests-deps/godwoken-scripts && git submodule init && git submodule update -r
- name: Install moleculec v0.6.1
run: CARGO_TARGET_DIR=target/ cargo install moleculec --version 0.6.1
- name: Compile C contracts
run: cd tests-deps/godwoken-scripts/c && make
- uses: actions/cache@v2
Expand All @@ -48,5 +50,7 @@ jobs:
- name: Backup capsule cache
if: steps.fetch-capsule-cache.outputs.cache-hit != 'true'
run: cd tests-deps/godwoken-scripts && tools/backup-capsule-cache.sh
- name: Install moleculec v0.7.2 again
run: CARGO_TARGET_DIR=target/ cargo install moleculec --version 0.7.2
- name: Tests
run: cargo test --all-targets
Loading

0 comments on commit 2c487c5

Please sign in to comment.