mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 04:45:10 +02:00
Merge bitcoin/bitcoin#24187: Followups for getdeploymentinfo
e5f0356e3frpc/blockchain: rename getdeploymentinfo tip/active_chain_tip to blockindex (Anthony Towns)fbab43f169rpc/blockchain: a constant craving (Anthony Towns)5179656ef8trivial: comment tweaks (Anthony Towns)32f04e6da9rpc documentation improvements (Anthony Towns)555eafa793doc: getdeploymentinfo release notes tweaks (Anthony Towns) Pull request description: Documentation, comments and trivial code changes to followup #23508. ACKs for top commit: Sjors: utACKe5f0356e3fTree-SHA512: 4e854a8453588901edb887504f7bfa100cc32df2e99654a5e5970032a0bd63259ba0582479e15bc09ef4792c6672715007f89eb1a7b2d7e229433a678cde9f44
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
Updated RPCs
|
||||
------------
|
||||
|
||||
- Information on soft fork status has been moved from `getblockchaininfo`
|
||||
to `getdeploymentinfo` which allows querying soft fork status at any
|
||||
block, rather than just at the chain tip. Inclusion of soft fork
|
||||
status in `getblockchaininfo` can currently be restored using the
|
||||
configuration `-deprecatedrpc=softforks`, but this will be removed in
|
||||
a future release. (#23508)
|
||||
@@ -115,6 +115,15 @@ Updated RPCs
|
||||
New RPCs
|
||||
--------
|
||||
|
||||
- Information on soft fork status has been moved from `getblockchaininfo`
|
||||
to the new `getdeploymentinfo` RPC which allows querying soft fork status at any
|
||||
block, rather than just at the chain tip. Inclusion of soft fork
|
||||
status in `getblockchaininfo` can currently be restored using the
|
||||
configuration `-deprecatedrpc=softforks`, but this will be removed in
|
||||
a future release. Note that in either case, the `status` field
|
||||
now reflects the status of the current block rather than the next
|
||||
block. (#23508)
|
||||
|
||||
Build System
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user