Skip to content

Commit

Permalink
Merge pull request #76 from citycoins/friedger-ccip-019
Browse files Browse the repository at this point in the history
CCIP-019: Stack MIA Mining Treasury
  • Loading branch information
whoabuddy authored Aug 9, 2024
2 parents 4d8f4a2 + c85f110 commit a2e367c
Show file tree
Hide file tree
Showing 17 changed files with 7,159 additions and 16 deletions.
1,484 changes: 1,484 additions & 0 deletions .cache/requirements/SP000000000000000000002Q6VF78.pox-4.clar

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .cache/requirements/SP000000000000000000002Q6VF78.pox-4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"epoch": "Epoch25",
"clarity_version": "Clarity2"
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"epoch": "Epoch25",
"clarity_version": "Clarity2"
}
4 changes: 2 additions & 2 deletions .github/workflows/clarinet-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: "Check contract syntax (legacy)"
uses: docker://hirosystems/clarinet:1.8.0
with:
args: check
args: check -m Clarinet-legacy.toml
- name: "Run all contract tests (legacy)"
uses: docker://hirosystems/clarinet:1.8.0
with:
args: test --coverage
args: test --coverage -m Clarinet-legacy.toml
- name: "Upload code coverage"
uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clarinet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
mkdir -p ~/.clarinet
echo "enable_hints = false" >> ~/.clarinet/clarinetrc.toml
- name: "Check contract syntax"
uses: docker://hirosystems/clarinet:2.6.0
uses: docker://hirosystems/clarinet:2.8.0
with:
args: check
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
**/settings/Mainnet.toml
**/settings/Testnet.toml

dist

# removing to resolve issue with testnet reset
# will use files obtained locally beforehand
# .cache/
Expand All @@ -14,3 +16,4 @@
/coverage_report
history.txt
coverage.lcov
node_modules
Loading

0 comments on commit a2e367c

Please sign in to comment.