Why doesn't getblockchaininfo reveal BIP9 signaling statistics?

1

An example of the output of getblockchaininfo is here:

https://chainquery.com/bitcoin-api/getblockchaininfo

The softforks field describes the number of required / found blocks signaling the soft fork, but the bip9_softforks field does not. It just indicates a generic status message ("defined", "started", "locked_in", "active", "failed").

Is there an RPC command that will return the number of SegWit blocks?

pinhead

Posted 2017-01-06T22:27:26.437

Reputation: 2 356

Answers

1

The answer is pretty boring. Nobody did the work to implement it (yet).

Pieter Wuille

Posted 2017-01-06T22:27:26.437

Reputation: 54 032

1

Works for me :-) https://github.com/bitcoin/bitcoin/pull/9571

pinhead 2017-01-31T21:12:34.573