Skip to content

Commit

Permalink
test: costs assertions (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Dec 20, 2024
1 parent 27439ec commit 3f9fa0f
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 141 deletions.
10 changes: 0 additions & 10 deletions Clarinet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@ description = ''
authors = []
telemetry = false
cache_dir = './.cache'
requirements = []

[contracts.counter]
path = 'contracts/counter.clar'
clarity_version = 3
epoch = 3.0

[repl.analysis]
passes = ['check_checker']

[repl.analysis.check_checker]
strict = true
trusted_sender = false
trusted_caller = false
callee_filter = false
4 changes: 2 additions & 2 deletions deployments/default.devnet-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plan:
- contract-publish:
contract-name: counter
expected-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
cost: 10830
cost: 10840
path: contracts/counter.clar
anchor-block-only: true
clarity-version: 3
epoch: "3.0"
epoch: "3.1"
Loading

0 comments on commit 3f9fa0f

Please sign in to comment.