This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Commit 11fcfcf
committed
Merge #190: Make 'threshold' and 'possible' BIP9 statistics optional
6538851 Make 'threshold' and 'possible' BIP9 statistics optional (Roman Zeyde)
Pull request description:
Following bitcoin/bitcoin#21934, latest Bitcoin Core `getblockchaininfo` RPC does not return the `threshold` and `possible` keys after a softwork is locked in:
```
$ bitcoin-cli getblockchaininfo | jq .softforks.taproot
{
"type": "bip9",
"bip9": {
"status": "locked_in",
"bit": 2,
"start_time": 1619222400,
"timeout": 1628640000,
"since": 687456,
"statistics": {
"period": 2016,
"elapsed": 1721,
"count": 1718
},
"min_activation_height": 709632
},
"active": false
}
```
ACKs for top commit:
RCasatta:
ACK 6538851
Tree-SHA512: bc8038c60c5814f2579b9c8860bccd84419e3a58121ee4ab356d9412a15e073efbe91029541b27ccb0a9430e1e6d579d33ffcf07c5b32a133345df35bbfba9581 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| |||
0 commit comments