You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2b102c8 Update manpages (Pablo Greco)
bde2d5e Bump version to 23.4.0-rc3 (Pablo Greco)
fecf4f1 fix help man (Ruslan Kasheparov)
7647638 add 'src/rpc/blockchain.cpp:.*trim' to the KNOWN_VIOLATIONS lint checks (Ruslan Kasheparov)
8408b79 fix help man (Ruslan Kasheparov)
60a97d1 Enable ELIP203 by default in liquidv1 (Pablo Greco)
7577eb9 Enable ELIP203 by default in liquidtestnet (Pablo Greco)
72e4e1c use break-system-packages for pip (Tom Trevethan)
6515f58 change test order in feature_discount_ct to fix intermittent failure (Tom Trevethan)
Pull request description:
Updates master to dee90f2, which fixes CI, enables ELIP 203 by default. and includes several RPC fixes.
As usual, bump version and update manpages
ACKs for top commit:
tomt1664:
Tested ACK 2b102c8
delta1:
ACK 2b102c8; tested locally
Tree-SHA512: 8b94a7106ab6104f784c196d4b2b5997a3e80c010892fadf0e1ff49d0d1e4b04e7863dc2c562ec0ff0406b0ee7fa343b402c45fc873a47a555a7b2edcd4bfdb0
{RPCResult::Type::NUM, "blocks", "The current block"},
442
442
{RPCResult::Type::NUM, "currentblockweight", /*optional=*/true, "The block weight of the last assembled block (only present if a block was ever assembled)"},
443
443
{RPCResult::Type::NUM, "currentblocktx", /*optional=*/true, "The number of block transactions of the last assembled block (only present if a block was ever assembled)"},
444
-
{RPCResult::Type::NUM, "difficulty", "The current difficulty"},
445
-
{RPCResult::Type::NUM, "networkhashps", "The network hashes per second"},
444
+
{RPCResult::Type::NUM, "difficulty", /*optional=*/true, "The current difficulty"},
445
+
{RPCResult::Type::NUM, "networkhashps", /*optional=*/true, "The network hashes per second"},
446
446
{RPCResult::Type::NUM, "pooledtx", "The size of the mempool"},
{"template_request", RPCArg::Type::OBJ, RPCArg::Default{UniValue::VOBJ}, "Format of the template",
557
557
{
558
558
{"mode", RPCArg::Type::STR, /* treat as named arg */ RPCArg::Optional::OMITTED_NAMED_ARG, "This must be set to \"template\", \"proposal\" (see BIP 23), or omitted"},
559
-
{"capabilities", RPCArg::Type::ARR, /* treat as named arg */ RPCArg::Optional::OMITTED_NAMED_ARG, "A list of strings",
0 commit comments