794 B
794 B
Low-level RPC changes
-
Soft fork reporting in the
getblockchaininforeturn object has been updated. For full details, see the RPC help text. In summary:- The
bip9_softforkssub-object is no longer returned - The
softforkssub-object now returns an object keyed by soft fork name, rather than an array - Each softfork object in the
softforksobject contains atypevalue which is eitherburied(for soft fork deployments where the activation height is hard-coded into the client implementation), orbip9(for soft fork deployments where activation is controlled by BIP 9 signaling).
- The
-
getblocktemplateno longer returns arulesarray containingCSVandsegwit(the BIP 9 deployments that are currently in active state).