Update relnotes and release process doc
This commit is contained in:
@@ -97,7 +97,6 @@ Install deps on Linux:
|
|||||||
- They only provide limited security, because they talk about the past, not future block heights.
|
- They only provide limited security, because they talk about the past, not future block heights.
|
||||||
- Try to generate checkpoints as close to the release as possible, so you can have a recent block height be protected.
|
- Try to generate checkpoints as close to the release as possible, so you can have a recent block height be protected.
|
||||||
- For instance, don't update checkpoints and then do a release a month later. You can always update checkpoint data again or multiple times
|
- For instance, don't update checkpoints and then do a release a month later. You can always update checkpoint data again or multiple times
|
||||||
- Update copyright years if applicable. Example: `./util/update-copyrights.h 2022 2023`
|
|
||||||
- Update doc/relnotes/README.md
|
- Update doc/relnotes/README.md
|
||||||
- To get the stats of file changes: `git diff --stat master...dev`
|
- To get the stats of file changes: `git diff --stat master...dev`
|
||||||
- Do a fresh clone and fresh sync with new checkpoints
|
- Do a fresh clone and fresh sync with new checkpoints
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ This is an OPTIONAL but RECOMMENDED upgrade.
|
|||||||
once has been fixed. You can now queue up many `z_sendmany` operations
|
once has been fixed. You can now queue up many `z_sendmany` operations
|
||||||
and they will succeed because they now understand how to avoid spending
|
and they will succeed because they now understand how to avoid spending
|
||||||
coins that another `z_sendmany` process is trying to spend.
|
coins that another `z_sendmany` process is trying to spend.
|
||||||
|
* Updated Autonomous System Map (asmap)
|
||||||
* New RPC `z_listlockunspent`
|
* New RPC `z_listlockunspent`
|
||||||
* Lists shielded notes (coins inside a zaddr) which are temporarily unspendable because an RPC process is currently trying to spend them.
|
* Lists shielded notes (coins inside a zaddr) which are temporarily unspendable because an RPC process is currently trying to spend them.
|
||||||
* If that operation succeeds, they will become spent. If it fails they will be unlocked and become spendable again.
|
* If that operation succeeds, they will become spent. If it fails they will be unlocked and become spendable again.
|
||||||
|
|||||||
Reference in New Issue
Block a user