Skip to content

Commit

Permalink
Merge pull request #4725 from stacks-network/feat/pox-4-stateful-solo…
Browse files Browse the repository at this point in the history
…-scenarios

Solo Stacking stateful property-based tests
  • Loading branch information
moodmosaic committed Apr 30, 2024
2 parents 08e04d9 + dd9f859 commit 10d954c
Show file tree
Hide file tree
Showing 31 changed files with 3,632 additions and 9 deletions.
8 changes: 8 additions & 0 deletions contrib/boot-contracts-stateful-prop-tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
logs
*.log
npm-debug.log*
coverage
*.info
costs-reports.json
node_modules
history.txt
2 changes: 2 additions & 0 deletions contrib/boot-contracts-stateful-prop-tests/Clarinet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[project]
name = "boot-contracts-stateful-prop-tests"
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
id: 0
name: "Simulated deployment, used as a default for `clarinet console`, `clarinet test` and `clarinet check`"
network: simnet
genesis:
wallets:
- name: deployer
address: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
balance: "100000000000000"
- name: wallet_1
address: ST1SJ3DTE5DN7X54YDH5D64R3BCB6A2AG2ZQ8YPD5
balance: "100000000000000"
- name: wallet_2
address: ST2CY5V39NHDPWSXMW9QDT3HC3GD6Q6XX4CFRK9AG
balance: "100000000000000"
- name: wallet_3
address: ST2JHG361ZXG51QTKY2NQCVBPPRRE2KZB1HR05NNC
balance: "100000000000000"
- name: wallet_4
address: ST2NEB84ASENDXKYGJPQW86YXQCEFEX2ZQPG87ND
balance: "100000000000000"
- name: wallet_5
address: ST2REHHS5J3CERCRBEPMGH7921Q6PYKAADT7JP2VB
balance: "100000000000000"
- name: wallet_6
address: ST3AM1A56AK2C1XAFJ4115ZSV26EB49BVQ10MGCS0
balance: "100000000000000"
- name: wallet_7
address: ST3PF13W7Z0RRM42A8VZRVFQ75SV1K26RXEP8YGKJ
balance: "100000000000000"
- name: wallet_8
address: ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP
balance: "100000000000000"
- name: wallet_9
address: STNHKEPYEPJ8ET55ZZ0M5A34J0R3N5FM2CMMMAZ6
balance: "100000000000000"
contracts:
- costs
- pox
- pox-2
- pox-3
- pox-4
- lockup
- costs-2
- costs-3
- cost-voting
- bns
plan:
batches:
- id: 0
transactions: []
epoch: "2.4"

0 comments on commit 10d954c

Please sign in to comment.