File tree Expand file tree Collapse file tree 7 files changed +5072
-25
lines changed
contrib/core-contract-tests
stackslib/src/chainstate/stacks/boot Expand file tree Collapse file tree 7 files changed +5072
-25
lines changed Original file line number Diff line number Diff line change
1
+ clarinet = " ./Clarinet.toml"
2
+
3
+ # Set where you'd like TypeScript types output.
4
+ [types ]
5
+ output = " tests/clarigen-types.ts"
6
+
7
+ # `types.after` - script to run after TypeScript types are generated.
8
+ after = " npx -y prettier -w ./tests/clarigen-types.ts"
9
+
10
+ watch_folders = [
11
+ " ../../stackslib/src/chainstate/stacks/boot"
12
+ ]
13
+
14
+ # Set where you'd like generated contract docs
15
+ # Generate docs by running `clarigen docs`
16
+ [docs ]
17
+ output = " docs"
18
+
19
+ # `docs.after` - script to run after docs are generated.
20
+ after = " npx -y prettier -w ./docs"
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ clarity_version = 2
34
34
epoch = 2.4
35
35
depends_on = []
36
36
37
+ [contracts .sip-031 ]
38
+ path = " ../../stackslib/src/chainstate/stacks/boot/sip-031.clar"
39
+ clarity_version = 3
40
+ epoch = 3.0
41
+ depends_on = []
42
+
37
43
[contracts .bns_test ]
38
44
path = " ./tests/bns_test.clar"
39
45
clarity_version = 2
Original file line number Diff line number Diff line change 85
85
path : " ../../stackslib/src/chainstate/stacks/boot/signers-voting.clar"
86
86
clarity-version : 2
87
87
epoch : " 2.4"
88
+ - id : 1
89
+ transactions :
90
+ - emulated-contract-publish :
91
+ contract-name : sip-031
92
+ emulated-sender : ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
93
+ path : " ../../stackslib/src/chainstate/stacks/boot/sip-031.clar"
94
+ clarity-version : 3
95
+ epoch : " 3.0"
You can’t perform that action at this time.
0 commit comments