From 0215b9213a9c1da0be0bafbc06eedca86ab529fa Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 20 Jul 2024 16:40:57 +0000 Subject: [PATCH] Windows 11 test fix; minor documentation updates --- doc/release-notes/release-notes-v14.1.0.md | 1 + doc/wiki/install-linux/Install-Bitcoind.md | 2 +- doc/wiki/install-mswin/Install-Bitcoind.md | 2 +- scripts/msys2-sshd-setup.sh | 1 + test/cmdtest_py_d/ct_tool.py | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/release-notes/release-notes-v14.1.0.md b/doc/release-notes/release-notes-v14.1.0.md index 019af939..c101f823 100644 --- a/doc/release-notes/release-notes-v14.1.0.md +++ b/doc/release-notes/release-notes-v14.1.0.md @@ -49,6 +49,7 @@ This release has been tested on the following platforms: Debian 12 (Bookworm) [Armbian] / Rock Pi 4 [arm64] Ubuntu 24.04 (Noble) [Armbian] / Rock Pi 4 [arm64] Windows 10 Enterprise / MSYS2 2024-05-07 / x86_64 [qemu] + Windows 11 Enterprise / MSYS2 2024-05-07 / x86_64 [qemu] and with the following coin daemon versions: diff --git a/doc/wiki/install-linux/Install-Bitcoind.md b/doc/wiki/install-linux/Install-Bitcoind.md index 818f9aba..b5ac5e04 100644 --- a/doc/wiki/install-linux/Install-Bitcoind.md +++ b/doc/wiki/install-linux/Install-Bitcoind.md @@ -98,7 +98,7 @@ $ litecoind ```text # Bitcoin Core: -$ bitcoind --daemon --deprecatedrpc=create_bdb +$ bitcoind --daemon # Bitcoin Cash Node: $ mkdir ~/.bitcoin-bchn diff --git a/doc/wiki/install-mswin/Install-Bitcoind.md b/doc/wiki/install-mswin/Install-Bitcoind.md index 818f9aba..b5ac5e04 100644 --- a/doc/wiki/install-mswin/Install-Bitcoind.md +++ b/doc/wiki/install-mswin/Install-Bitcoind.md @@ -98,7 +98,7 @@ $ litecoind ```text # Bitcoin Core: -$ bitcoind --daemon --deprecatedrpc=create_bdb +$ bitcoind --daemon # Bitcoin Cash Node: $ mkdir ~/.bitcoin-bchn diff --git a/scripts/msys2-sshd-setup.sh b/scripts/msys2-sshd-setup.sh index 62c8892d..7d6b9c1f 100644 --- a/scripts/msys2-sshd-setup.sh +++ b/scripts/msys2-sshd-setup.sh @@ -59,4 +59,5 @@ fi # Finally, register service with cygrunsrv and start it cygrunsrv -R msys2_sshd || true +sleep 1 cygrunsrv -I msys2_sshd -d "MSYS2 sshd" -p /usr/bin/sshd.exe -a "-D -e" -y tcpip diff --git a/test/cmdtest_py_d/ct_tool.py b/test/cmdtest_py_d/ct_tool.py index 917aa778..7b3e95fd 100755 --- a/test/cmdtest_py_d/ct_tool.py +++ b/test/cmdtest_py_d/ct_tool.py @@ -113,7 +113,7 @@ class CmdTestTool(CmdTestMain,CmdTestBase): cmd = 'decrypt_keystore', fn = 'test/ref/altcoin/98831F3A-keystore-wallet.json', pw = 'abc', - chk = read_from_file('test/ref/98831F3A.bip39') ) + chk = read_from_file('test/ref/98831F3A.bip39').strip() ) def tool_decrypt_geth_keystore(self): return self._decrypt_keystore(