Fix regtest mining smoke test

This commit is contained in:
root
2026-04-29 15:46:42 +00:00
parent 47495ff4cf
commit 52b7f4ce5b
6 changed files with 104 additions and 13 deletions
+11
View File
@@ -75,6 +75,17 @@ Qt 5.15 and protobuf 3.x emit compatibility/deprecation warnings in a few Qt
translation units. Those warnings are expected while the Windows build remains
pinned to Qt 5.9.7 and protobuf 2.6.1.
Functional smoke test
---------------------
After building the daemon, run the isolated regtest smoke test:
./contrib/smoke-test-daemon.sh
The script starts `agrariand` with a temporary regtest datadir, confirms RPC and
wallet calls work, mines one block with `generate`, checks the block count, and
stops the daemon.
OpenSSL 3
---------