Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 5e46fa7

Browse files
committed
update binary versions
1 parent d82d11d commit 5e46fa7

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/applications.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,16 @@ jobs:
817817
EOF
818818
ENV LANG=en_US.UTF-8
819819
WORKDIR /chainweb
820-
COPY chainweb/* .
820+
COPY chainweb/chainweb-node .
821+
COPY chainweb/b64 .
822+
COPY chainweb/compact .
823+
COPY chainweb/README.md .
824+
COPY chainweb/CHANGELOG.md .
825+
COPY chainweb/LICENSE .
826+
COPY chainweb/chainweb.cabal .
827+
COPY chainweb/cabal.project .
828+
COPY chainweb/cabal.project.local .
829+
COPY chainweb/cabal.project.freeze .
821830
STOPSIGNAL SIGTERM
822831
ENTRYPOINT [ "/chainweb/chainweb-node" ]
823832
DEOF

cwtools/cwtools.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.8
22

33
name: cwtools
4-
version: 2.31.2
4+
version: 2.32.0
55
synopsis: A collection of various tools for Chainweb users and developers.
66
description: A collection of various tools for Chainweb users and developers.
77
homepage: https://github.com/kadena-io/chainweb
@@ -17,7 +17,6 @@ build-type: Simple
1717
tested-with:
1818
GHC == 9.10
1919
GHC == 9.8
20-
GHC == 9.6
2120

2221
extra-source-files:
2322
README.md

node/chainweb-node.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.8
22

33
name: chainweb-node
4-
version: 2.31.2
4+
version: 2.32.0
55
synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
66
description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
77
homepage: https://github.com/kadena-io/chainweb
@@ -17,7 +17,6 @@ build-type: Custom
1717
tested-with:
1818
GHC == 9.10
1919
GHC == 9.8
20-
GHC == 9.6
2120

2221
extra-source-files:
2322
CHANGELOG.md

0 commit comments

Comments
 (0)