mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
chore: misc update of moving boot contract tests
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@hirosystems/clarinet-sdk": "^2.5.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.1",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/stacking": "^6.14.0",
|
||||
"@stacks/transactions": "^6.13.1",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.1.4",
|
||||
|
||||
@@ -13,7 +13,10 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@hirosystems/clarinet-sdk": "^2.5.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.1",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/stacking": "^6.14.0",
|
||||
"@stacks/transactions": "^6.13.1",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.1.4",
|
||||
|
||||
@@ -50,8 +50,38 @@ plan:
|
||||
- id: 0
|
||||
transactions:
|
||||
- emulated-contract-publish:
|
||||
contract-name: indirect
|
||||
contract-name: bns
|
||||
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
||||
path: "./tests/pox-4-unit-tests/indirect.clar"
|
||||
path: "../../stackslib/src/chainstate/stacks/boot/bns.clar"
|
||||
clarity-version: 2
|
||||
- emulated-contract-publish:
|
||||
contract-name: bns_test
|
||||
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
||||
path: "./tests/bns_test.clar"
|
||||
clarity-version: 2
|
||||
- emulated-contract-publish:
|
||||
contract-name: pox-4
|
||||
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
||||
path: "../../stackslib/src/chainstate/stacks/boot/pox-4.clar"
|
||||
clarity-version: 2
|
||||
- emulated-contract-publish:
|
||||
contract-name: pox-mainnet
|
||||
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
||||
path: "../../stackslib/src/chainstate/stacks/boot/pox-mainnet.clar"
|
||||
clarity-version: 2
|
||||
- emulated-contract-publish:
|
||||
contract-name: pox_4_test
|
||||
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
||||
path: "./tests/pox_4_test.clar"
|
||||
clarity-version: 2
|
||||
- emulated-contract-publish:
|
||||
contract-name: signers
|
||||
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
||||
path: "../../stackslib/src/chainstate/stacks/boot/signers.clar"
|
||||
clarity-version: 2
|
||||
- emulated-contract-publish:
|
||||
contract-name: signers-voting
|
||||
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
||||
path: "../../stackslib/src/chainstate/stacks/boot/signers-voting.clar"
|
||||
clarity-version: 2
|
||||
epoch: "2.4"
|
||||
|
||||
Reference in New Issue
Block a user