Signet challenges are currently only available via getblocktemplate
RPC.
getblockchaininfo
and getmininginfo
both provide inadequate information to distinguish signets. Since these are the RPCs used to determine the current network, they should also provide the signet challenge for signets.
Test coverage is included in test/functional/feature_signet.py
.