aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-02-23 00:09:43 +0100
committerJon Atack <jon@atack.com>2022-04-19 20:17:47 +0200
commit318655c3951d69adfa0aaf9f7b5064172678494f (patch)
tree60a2fd90c0f8624b158708d848c1080f99e6517a /doc/release-process.md
parentc44e734dca64a15fae92255a5d848c04adaad2fa (diff)
downloadbitcoin-318655c3951d69adfa0aaf9f7b5064172678494f.tar.xz
Add missing references to signet in the release process
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 5a74f72b6e..bad0e8cd72 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -301,13 +301,14 @@ Both variables are used as a guideline for how much space the user needs on thei
Note that all values should be taken from a **fully synced** node and have an overhead of 5-10% added on top of its base value.
To calculate `m_assumed_blockchain_size`:
-- For `mainnet` -> Take the size of the data directory, excluding `/regtest` and `/testnet3` directories.
+- For `mainnet` -> Take the size of the data directory, excluding the `/testnet3`, `/signet`, and `/regtest` directories.
- For `testnet` -> Take the size of the `/testnet3` directory.
-
+- For `signet` -> Take the size of the `/signet` directory.
To calculate `m_assumed_chain_state_size`:
- For `mainnet` -> Take the size of the `/chainstate` directory.
- For `testnet` -> Take the size of the `/testnet3/chainstate` directory.
+- For `signet` -> Take the size of the `/signet/chainstate` directory.
Notes:
- When taking the size for `m_assumed_blockchain_size`, there's no need to exclude the `/chainstate` directory since it's a guideline value and an overhead will be added anyway.