Skip to content

Commit

Permalink
Merge pull request #110 from astroport-fi/feat/vxastro
Browse files Browse the repository at this point in the history
feat(governance): add vxASTRO and emissions controller contracts
  • Loading branch information
epanchee authored Aug 21, 2024
2 parents c3f3de1 + 1fad594 commit 78db9b8
Show file tree
Hide file tree
Showing 267 changed files with 27,208 additions and 31,555 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
run: cargo install --debug --version 1.4.0 cosmwasm-check
- name: Cosmwasm check
run: |
cosmwasm-check $GITHUB_WORKSPACE/artifacts/*.wasm --available-capabilities staking,iterator,stargate,cosmwasm_1_1
cosmwasm-check $GITHUB_WORKSPACE/artifacts/*.wasm --available-capabilities staking,iterator,stargate,cosmwasm_1_1,neutron
6 changes: 6 additions & 0 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ jobs:
command: fmt
args: --all -- --check

- name: Generate and check schemas
run: |
$GITHUB_WORKSPACE/scripts/build_schemas.sh
git add -A $GITHUB_WORKSPACE/schemas # consider new contract schemas
git diff-index --cached HEAD --exit-code --
Loading

0 comments on commit 78db9b8

Please sign in to comment.