File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ Low-level RPC changes
2+ ----------------------
3+
4+ - Soft fork reporting in the ` getblockchaininfo ` return object has been
5+ updated. For full details, see the RPC help text. In summary:
6+ - The ` bip9_softforks ` sub-object is no longer returned
7+ - The ` softforks ` sub-object now returns an object keyed by soft fork name,
8+ rather than an array
9+ - Each softfork object in the ` softforks ` object contains a ` type ` value which
10+ is either ` buried ` (for soft fork deployments where the activation height is
11+ hard-coded into the client implementation), or ` bip9 ` (for soft fork deployments
12+ where activation is controlled by BIP 9 signaling).
13+
14+ - ` getblocktemplate ` no longer returns a ` rules ` array containing ` CSV `
15+ and ` segwit ` (the BIP 9 deployments that are currently in active state).
You can’t perform that action at this time.
0 commit comments