aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-notes.md2
-rw-r--r--doc/offline-signing-tutorial.md4
-rw-r--r--doc/release-notes-27114.md2
-rw-r--r--doc/release-notes-28207.md7
-rw-r--r--doc/release-notes-29189.md15
5 files changed, 5 insertions, 25 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 13b9016d40..89c13600eb 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -358,7 +358,7 @@ produce better debugging builds.
### Show sources in debugging
If you have ccache enabled, absolute paths are stripped from debug information
-with the -fdebug-prefix-map and -fmacro-prefix-map options (if supported by the
+with the `-fdebug-prefix-map` and `-fmacro-prefix-map` options (if supported by the
compiler). This might break source file detection in case you move binaries
after compilation, debug from the directory other than the project root or use
an IDE that only supports absolute paths for debugging.
diff --git a/doc/offline-signing-tutorial.md b/doc/offline-signing-tutorial.md
index 4761cf256b..401ee52c1c 100644
--- a/doc/offline-signing-tutorial.md
+++ b/doc/offline-signing-tutorial.md
@@ -114,7 +114,7 @@ At this point, it's important to understand that both the `offline_wallet` and o
tb1qtu5qgc6ddhmqm5yqjvhg83qgk2t4ewajg0h6yh
```
-2. Visit a faucet like https://signet.bc-2.jp and enter your address from the previous command to receive a small amount of signet coins to this address.
+2. Visit a faucet like https://signetfaucet.com and enter your address from the previous command to receive a small amount of signet coins to this address.
3. Confirm that coins were received using the online `watch_only_wallet`. Note that the transaction may take a few moments before being received on your local node, depending on its connectivity. Just re-run the command periodically until the transaction is received.
@@ -252,4 +252,4 @@ You can also show transactions related to the wallet using `listtransactions`
{
...
}
-``` \ No newline at end of file
+```
diff --git a/doc/release-notes-27114.md b/doc/release-notes-27114.md
new file mode 100644
index 0000000000..980ffd78a4
--- /dev/null
+++ b/doc/release-notes-27114.md
@@ -0,0 +1,2 @@
+- Additional flags "in" and "out" have been added to `-whitelist` to control whether
+ permissions apply to incoming connections and/or manual (default: incoming only). \ No newline at end of file
diff --git a/doc/release-notes-28207.md b/doc/release-notes-28207.md
deleted file mode 100644
index 56b88da16a..0000000000
--- a/doc/release-notes-28207.md
+++ /dev/null
@@ -1,7 +0,0 @@
-mempool.dat compatibility
-========================
-
-The `mempool.dat` file created by -persistmempool or the savemempool RPC will
-be written in a new format, which can not be read by previous software
-releases. To allow for a downgrade, a temporary setting `-persistmempoolv1` has
-been added to fall back to the legacy format.
diff --git a/doc/release-notes-29189.md b/doc/release-notes-29189.md
deleted file mode 100644
index f75e450217..0000000000
--- a/doc/release-notes-29189.md
+++ /dev/null
@@ -1,15 +0,0 @@
-libbitcoinconsensus
-========================
-
-This library is deprecated and will be removed for v28.
-
-It has existed for nearly 10 years with very little known uptake or impact. It
-has become a maintenance burden.
-
-The underlying functionality does not change between versions, so any users of
-the library can continue to use the final release indefinitely, with the
-understanding that Taproot is its final consensus update.
-
-In the future, libbitcoinkernel will provide a much more useful API that is
-aware of the UTXO set, and therefore be able to fully validate transactions and
-blocks.