Skip to content

Commit d18b64c

Browse files
committed
Merge branch 'nakamoto' into beta
# Conflicts: # CHANGELOG.md
2 parents 566cf2a + 2ba36f9 commit d18b64c

35 files changed

+685
-220
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks:
1212
- init: npm ci
1313
command: npm run dev
1414
- openMode: split-right
15-
command: stacks-node start --config=stacks-blockchain/Stacks-dev.toml
15+
command: stacks-node start --config stacks-blockchain/Stacks-dev.toml
1616

1717
github:
1818
prebuilds:

docker/docker-compose.dev.stacks-blockchain-follower.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
stacks-blockchain:
44
build:
55
context: ../stacks-blockchain/docker
6-
command: stacks-node start --config=/app/config/Stacks-follower.toml
6+
command: stacks-node start --config /app/config/Stacks-follower.toml
77
restart: on-failure
88
environment:
99
STACKS_EVENT_OBSERVER: host.docker.internal:3700

docker/docker-compose.dev.stacks-blockchain.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: 'hirosystems/stacks-api-e2e:stacks3.0-457f270'
4+
image: 'hirosystems/stacks-api-e2e:stacks3.0-1360a17'
55
restart: on-failure
66
environment:
77
STACKS_EVENT_OBSERVER: host.docker.internal:3700

docker/docker-compose.dev.stacks-krypton.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: 'hirosystems/stacks-api-e2e:stacks3.0-457f270'
4+
image: 'hirosystems/stacks-api-e2e:stacks3.0-1360a17'
55
ports:
66
- '18443:18443' # bitcoin regtest JSON-RPC interface
77
- '18444:18444' # bitcoin regtest p2p

docker/docker-compose.dev.subnets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
image: "hirosystems/stacks-subnets:7012d22"
2323
# build:
2424
# dockerfile: ./subnet-node.Dockerfile
25-
command: subnet-node start --config=/app/config/Stacks-subnet.toml
25+
command: subnet-node start --config /app/config/Stacks-subnet.toml
2626
ports:
2727
- "30443:30443" # subnet-node RPC interface
2828
- "30444:30444" # subnet-node p2p

docker/docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version: '3.7'
22
services:
33
stacks-blockchain:
4-
command: stacks-node start --config=/app/config/Stacks-mocknet.toml
4+
command: stacks-node start --config /app/config/Stacks-mocknet.toml

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
stacks-blockchain:
1515
build:
1616
context: ../stacks-blockchain/docker
17-
command: stacks-node start --config=/app/config/Stacks-follower.toml
17+
command: stacks-node start --config /app/config/Stacks-follower.toml
1818
restart: on-failure
1919
environment:
2020
STACKS_EVENT_OBSERVER: stacks-blockchain-api:3700

docker/rosetta.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ case "${STACKS_NETWORK}" in
152152
;;
153153
esac
154154
# start stacks-blockchain and store pid
155-
${STACKS_BLOCKCHAIN_DIR}/stacks-node start --config=${STACKS_BLOCKCHAIN_DIR}/${STACKS_NETWORK}-follower-conf.toml 2>&1 &
155+
${STACKS_BLOCKCHAIN_DIR}/stacks-node start --config ${STACKS_BLOCKCHAIN_DIR}/${STACKS_NETWORK}-follower-conf.toml 2>&1 &
156156
STACKS_BLOCKCHAIN_PID=$!
157157

158158
# start stacks-blockchain-api and store pid

docker/standalone-regtest.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ RUN <<EOF
295295

296296
export STACKS_EVENT_OBSERVER="127.0.0.1:3998"
297297
envsubst < config.toml.in > config.toml
298-
stacks-node start --config=config.toml &
298+
stacks-node start --config config.toml &
299299
STACKS_PID=$!
300300

301301
while true; do
@@ -359,7 +359,7 @@ cat > run.sh <<'EOM'
359359

360360
export STACKS_EVENT_OBSERVER="127.0.0.1:3700"
361361
envsubst < config.toml.in > config.toml
362-
stacks-node start --config=config.toml &
362+
stacks-node start --config config.toml &
363363
STACKS_PID=$!
364364

365365
while true; do

docs/entities/blocks/block.example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"canonical": true,
33
"height": 3275,
44
"hash": "0xe77ba8cf6bb7c0e4f64adc83356289ed467d31a22354907b4bb814590058430f",
5+
"block_time": 1594233639,
6+
"block_time_iso": "2020-08-27T16:41:26.000Z",
57
"index_block_hash": "0x918697ef63f9d8bdf844c3312b299e72a231cde542f3173f7755bb8c1cdaf3a7",
68
"parent_block_hash": "0x75ab21ef25cbff2caa14c27d830ed7886a4d1522e1b6f9e5dc3b59ccf73ed49f",
79
"burn_block_time": 1594233639,

0 commit comments

Comments
 (0)