diff options
author | merge-script <fanquake@gmail.com> | 2024-07-31 13:38:21 +0100 |
---|---|---|
committer | merge-script <fanquake@gmail.com> | 2024-07-31 13:38:21 +0100 |
commit | 174bedd8d98b50b57fc46db4c18c10cd862edb01 (patch) | |
tree | 184415327bb7c079599b2b2a785d66f5e3137a90 /doc | |
parent | c6b4718112eb7e61bb596877eaddaf5a1054bace (diff) | |
parent | f70eb0eeefcd69aa233af4259f42b85763b9ff9b (diff) |
Merge bitcoin/bitcoin#30547: doc: Update work in progress section in `doc/design/libraries.md`
f70eb0eeefcd69aa233af4259f42b85763b9ff9b doc: Remove reference to resolved issue (Daniela Brozzoni)
b27ef8ec7f9a06318c7287e8cf245827a0731cc2 doc: Update issue reference for libbitcoinkernel (Daniela Brozzoni)
Pull request description:
- The discussion of libbitcoinkernel has moved from 24303 to 27587
- Issue 15732 has been resolved, removing it from the document
ACKs for top commit:
maflcko:
ACK f70eb0eeefcd69aa233af4259f42b85763b9ff9b
Tree-SHA512: 11b597d9710504010945aae66f7e488403895aa8e1e091f3a8f6737dc128a4fde185daff8d4709cbbb69f454d3a649c4217e82a6bfc8ee2b25c8a1c047b57f1b
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/libraries.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/libraries.md b/doc/design/libraries.md index 58a0469eb7..caf414ac47 100644 --- a/doc/design/libraries.md +++ b/doc/design/libraries.md @@ -109,5 +109,4 @@ class bitcoin-qt,bitcoind,bitcoin-cli,bitcoin-wallet bold ## Work in progress -- Validation code is moving from *libbitcoin_node* to *libbitcoin_kernel* as part of [The libbitcoinkernel Project #24303](https://github.com/bitcoin/bitcoin/issues/24303) -- Source code organization is discussed in general in [Library source code organization #15732](https://github.com/bitcoin/bitcoin/issues/15732) +- Validation code is moving from *libbitcoin_node* to *libbitcoin_kernel* as part of [The libbitcoinkernel Project #27587](https://github.com/bitcoin/bitcoin/issues/27587) |