Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace NFT with denoms #186

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-12-21
profile: minimal
override: true
- name: Install cargo-tarpaulin
Expand All @@ -46,15 +46,16 @@ jobs:
"contracts/rewards-manager/*" --exclude-files
"contracts/puppeteer-authz/*" --exclude-files
"contracts/validators-stats/*" --exclude-files
"contracts/provider-proposals-poc/*" --exclude-files "*schema*" --out
"contracts/provider-proposals-poc/*" --exclude-files
"contracts/redemption-rate-adapter/*" --exclude-files "*schema*" --out
Xml --output-dir ./
- name: Produce the coverage report
uses: insightsengineering/coverage-action@v2
with:
path: ./cobertura.xml
threshold: 45
fail: true
publish: true
publish: false
diff: false
coverage-summary-title: Code Coverage Summary
rustfmt:
Expand Down Expand Up @@ -691,4 +692,4 @@ jobs:
run: |
docker stop -t0 $(docker ps -a -q) || true
docker container prune -f || true
docker volume rm $(docker volume ls -q) || true
docker volume rm $(docker volume ls -q) || true
18 changes: 18 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
"contracts/factory",
"contracts/hook-tester",
"contracts/withdrawal-voucher",
"contracts/withdrawal-token",
"contracts/withdrawal-manager",
"contracts/proposal-votes-poc",
"contracts/provider-proposals-poc",
Expand Down
Loading
Loading