Skip to content

Commit fcf16d1

Browse files
authored
chore: bump to latest Stacks 2.1 next branch (#1449)
1 parent e34fab5 commit fcf16d1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docker/docker-compose.dev.stacks-krypton-2.1-transition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
stacks-blockchain:
4-
image: "zone117x/stacks-api-e2e:stacks2.1-transition-d17c6a4"
4+
image: "zone117x/stacks-api-e2e:stacks2.1-transition-a7d904e"
55
ports:
66
- "18443:18443" # bitcoin regtest JSON-RPC interface
77
- "18444:18444" # bitcoin regtest p2p

docker/docker-compose.dev.stacks-krypton.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
version: '3.7'
22
services:
33
stacks-blockchain:
4-
image: "zone117x/stacks-api-e2e:stacks2.1-d17c6a4"
4+
image: "zone117x/stacks-api-e2e:stacks2.1-a7d904e"
55
ports:
66
- "18443:18443" # bitcoin regtest JSON-RPC interface
77
- "18444:18444" # bitcoin regtest p2p
88
- "20443:20443" # stacks-node RPC interface
99
- "20444:20444" # stacks-node p2p
1010
environment:
11-
MINE_INTERVAL: 1.2s
11+
MINE_INTERVAL: 0.1s
1212
STACKS_EVENT_OBSERVER: host.docker.internal:3700
1313
# STACKS_LOG_TRACE: 1
1414
# STACKS_LOG_DEBUG: 1

tests/jest.config.2.1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ module.exports = {
1111
globalTeardown: '<rootDir>/tests-2.1/global-teardown.ts',
1212
setupFilesAfterEnv: ['<rootDir>/tests-2.1/env-setup.ts'],
1313
testTimeout: 60000,
14+
verbose: true,
1415
}

0 commit comments

Comments
 (0)