Skip to content

Commit aee9032

Browse files
authored
Merge pull request #2859 from input-output-hk/jpraynaud/2832-support-pool-id-auth-dmq-node
feat: support Haskell DMQ node pool id authentication
2 parents 8730cc6 + e65c253 commit aee9032

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.4.16
1+
0.4.17
22

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-dmq.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
for NODE in ${ALL_NODES}; do
22
cat >> ${NODE}/config.dmq.json <<EOF
33
{
4+
"CardanoNodeSocket": "${NODE}/ipc/node.sock",
5+
"CardanoNetworkMagic": ${NETWORK_MAGIC},
46
"LocalMsgSubmissionTracer": true,
57
"LocalMsgNotificationTracer": true,
68
"ConnectionManagerTracer": true,

0 commit comments

Comments
 (0)