mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
docs: release notes for dash#4023, 4704, 4756 (#4825)
* docs: add release notes for dash#4023 * docs: add release notes for dash#4704 * docs: add release notes for dash#4756
This commit is contained in:
parent
6ebc5b5df3
commit
c4fe4e3db6
4
doc/release-notes-4023.md
Normal file
4
doc/release-notes-4023.md
Normal file
@ -0,0 +1,4 @@
|
||||
Notable changes
|
||||
===============
|
||||
|
||||
* Support for the BIP70 Payment Protocol has been dropped from Dash Qt. Interacting with BIP70-formatted URIs will return an error message informing them of support removal. The `allowselfsignedrootcertificates` and `rootcertificates` launch arguments are no longer valid.
|
4
doc/release-notes-4704.md
Normal file
4
doc/release-notes-4704.md
Normal file
@ -0,0 +1,4 @@
|
||||
Updated RPCs
|
||||
------------
|
||||
|
||||
* The `gettxoutsetinfo` RPC call now accept one optional argument (`hash_type`) that defines the algorithm used for calcluating the UTXO set hash, it will default to `hash_serialized_2` unless explicitly specified otherwise. `hash_type` will influence the key that is used to refer to refer to the UTXO set hash.
|
8
doc/release-notes-4756.md
Normal file
8
doc/release-notes-4756.md
Normal file
@ -0,0 +1,8 @@
|
||||
Updated RPCs
|
||||
------------
|
||||
|
||||
* The `generatedescriptor` RPC call has been introduced to allow mining a set number of blocks, defined by argument `num_blocks`, with the coinbase destination set to a descriptor, defined by the `descriptor` argument. The optional `maxtries` argument can be used to limit iterations.
|
||||
|
||||
* The `generateblock` RPC call will mine an array of ordered transactions, defined by hex array `transactions` that can contain either transaction IDs or a hex-encoded serialized raw transaction and set the coinbase destination defined by the `address/descriptor` argument.
|
||||
|
||||
* The `mockscheduler` is a debug RPC call that allows forwarding the scheduler by `delta_time`. This RPC call is hidden and will only be functional on mockable chains (i.e. primarily regtest). `delta_time` must be between 0 - 3600.
|
Loading…
Reference in New Issue
Block a user