Skip to content

Commit 10d954c

Browse files
authored
Merge pull request #4725 from stacks-network/feat/pox-4-stateful-solo-scenarios
Solo Stacking stateful property-based tests
2 parents 08e04d9 + dd9f859 commit 10d954c

31 files changed

+3632
-9
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
logs
2+
*.log
3+
npm-debug.log*
4+
coverage
5+
*.info
6+
costs-reports.json
7+
node_modules
8+
history.txt
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[project]
2+
name = "boot-contracts-stateful-prop-tests"
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
id: 0
3+
name: "Simulated deployment, used as a default for `clarinet console`, `clarinet test` and `clarinet check`"
4+
network: simnet
5+
genesis:
6+
wallets:
7+
- name: deployer
8+
address: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
9+
balance: "100000000000000"
10+
- name: wallet_1
11+
address: ST1SJ3DTE5DN7X54YDH5D64R3BCB6A2AG2ZQ8YPD5
12+
balance: "100000000000000"
13+
- name: wallet_2
14+
address: ST2CY5V39NHDPWSXMW9QDT3HC3GD6Q6XX4CFRK9AG
15+
balance: "100000000000000"
16+
- name: wallet_3
17+
address: ST2JHG361ZXG51QTKY2NQCVBPPRRE2KZB1HR05NNC
18+
balance: "100000000000000"
19+
- name: wallet_4
20+
address: ST2NEB84ASENDXKYGJPQW86YXQCEFEX2ZQPG87ND
21+
balance: "100000000000000"
22+
- name: wallet_5
23+
address: ST2REHHS5J3CERCRBEPMGH7921Q6PYKAADT7JP2VB
24+
balance: "100000000000000"
25+
- name: wallet_6
26+
address: ST3AM1A56AK2C1XAFJ4115ZSV26EB49BVQ10MGCS0
27+
balance: "100000000000000"
28+
- name: wallet_7
29+
address: ST3PF13W7Z0RRM42A8VZRVFQ75SV1K26RXEP8YGKJ
30+
balance: "100000000000000"
31+
- name: wallet_8
32+
address: ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP
33+
balance: "100000000000000"
34+
- name: wallet_9
35+
address: STNHKEPYEPJ8ET55ZZ0M5A34J0R3N5FM2CMMMAZ6
36+
balance: "100000000000000"
37+
contracts:
38+
- costs
39+
- pox
40+
- pox-2
41+
- pox-3
42+
- pox-4
43+
- lockup
44+
- costs-2
45+
- costs-3
46+
- cost-voting
47+
- bns
48+
plan:
49+
batches:
50+
- id: 0
51+
transactions: []
52+
epoch: "2.4"

0 commit comments

Comments
 (0)