Skip to content

Commit fafac7c

Browse files
authored
Merge branch 'develop' into feat/tx-replay-unmineable-only
2 parents 7ca870d + 0695b41 commit fafac7c

37 files changed

+2356
-4295
lines changed

.github/actions/dockerfiles/Dockerfile.alpine-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN case "${TAG}" in \
3131
;; \
3232
*) \
3333
echo "/bin/stacks-node mainnet" > /tmp/command.sh && \
34-
rm /bin/blockstack-cli /bin/clarity-cli /bin/relay-server /bin/stacks-events /bin/stacks-inspect \
34+
rm /bin/blockstack-cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \
3535
;; \
3636
esac && \
3737
chmod +x /tmp/command.sh

.github/actions/dockerfiles/Dockerfile.debian-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN case "${TAG}" in \
3131
;; \
3232
*) \
3333
echo "/bin/stacks-node mainnet" > /tmp/command.sh && \
34-
rm /bin/blockstack-cli /bin/clarity-cli /bin/relay-server /bin/stacks-events /bin/stacks-inspect \
34+
rm /bin/blockstack-cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \
3535
;; \
3636
esac && \
3737
chmod +x /tmp/command.sh

Cargo.lock

Lines changed: 5 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ members = [
77
"clarity",
88
"stx-genesis",
99
"libstackerdb",
10-
"contrib/tools/relay-server",
1110
"libsigner",
1211
"stacks-signer",
1312
"testnet/stacks-node"]

contrib/nix/flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
(lib.fileset.fileFilter (file: file.hasExt "clar") ../..)
105105
#
106106
(craneLib.fileset.commonCargoSources ../../clarity)
107-
(craneLib.fileset.commonCargoSources ../../contrib/tools/relay-server)
108107
(craneLib.fileset.commonCargoSources ../../libsigner)
109108
(craneLib.fileset.commonCargoSources ../../libstackerdb)
110109
(craneLib.fileset.commonCargoSources ../../pox-locking)

contrib/tools/puppet-chain/.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)