Skip to content

Commit

Permalink
feat: downgrading to cosmwasm_1_0 capability for Sei (#116)
Browse files Browse the repository at this point in the history
No harm here as we had to exclude only Hub specific contracts.
  • Loading branch information
epanchee authored Oct 28, 2024
1 parent c4a954d commit 792bebe
Show file tree
Hide file tree
Showing 45 changed files with 43 additions and 14,215 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fail-on-cache-miss: true
- name: Install cosmwasm-check
# Uses --debug for compilation speed
run: cargo install --debug --version 1.4.0 cosmwasm-check
run: cargo install --debug --version 1.5.8 cosmwasm-check
- name: Cosmwasm check
run: |
cosmwasm-check $GITHUB_WORKSPACE/artifacts/*.wasm --available-capabilities staking,iterator,stargate,cosmwasm_1_1,neutron
cosmwasm-check $GITHUB_WORKSPACE/artifacts/*.wasm --available-capabilities staking,iterator,stargate
Loading

0 comments on commit 792bebe

Please sign in to comment.