Skip to content

Commit

Permalink
Merge branch 'master' into mp-2425_burn_fee_collector_rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
dancreee committed Aug 3, 2024
2 parents 7937154 + 61b6d0e commit 7ec9717
Show file tree
Hide file tree
Showing 354 changed files with 22,021 additions and 152,359 deletions.
3 changes: 2 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
[advisories]
# Ignore the following advisory IDs.
# Reported vulnerabilities relate to test-tube which is only used for testing.
ignore = ["RUSTSEC-2024-0003", "RUSTSEC-2024-0006", "RUSTSEC-2024-0019", "RUSTSEC-2024-0332", "RUSTSEC-2024-0336"]
# RUSTSEC-2024-0344 - no newer dependency fixing the issue in cosmwasm
ignore = ["RUSTSEC-2024-0003", "RUSTSEC-2024-0006", "RUSTSEC-2024-0019", "RUSTSEC-2024-0332", "RUSTSEC-2024-0336", "RUSTSEC-2024-0344"]
4 changes: 0 additions & 4 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ jobs:

- name: Check build
run: yarn build

- name: Check react health example builds
working-directory: ./scripts/health/example-react
run: yarn install && yarn build
Loading

0 comments on commit 7ec9717

Please sign in to comment.