https://github.com/bitcoinops/bitcoin/tree/expand-getblockstats added new statistics to the getblockstats RPC method, but didn't include functional tests. It'd be good to have tests so we can occasionally rebase the branch on master (eg https://github.com/bitcoinops/bitcoin/pulls) and have confidence that we're not breaking anything.
It should be fairly straightforward to update https://github.com/bitcoinops/bitcoin/blob/8968f345d4303e2a4eabcb3f33a7c9e7ddc35b59/test/functional/rpc_getblockstats.py to test the new statistics.
https://github.com/bitcoinops/bitcoin/tree/expand-getblockstats added new statistics to the
getblockstatsRPC method, but didn't include functional tests. It'd be good to have tests so we can occasionally rebase the branch on master (eg https://github.com/bitcoinops/bitcoin/pulls) and have confidence that we're not breaking anything.It should be fairly straightforward to update https://github.com/bitcoinops/bitcoin/blob/8968f345d4303e2a4eabcb3f33a7c9e7ddc35b59/test/functional/rpc_getblockstats.py to test the new statistics.