You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7ebdfa2 ci: link against -lstdc++ in native fuzz with msan job (fanquake)
ecbcef3 doc: remove unrelated `bitcoin-wallet` binary from `libbitcoin_ipc` description (Sebastian Falbesoner)
8c973d6 ci: disable cirrus cache in 32bit arm job (will)
2378bbf ci: refactor docker action to return provider str (will)
acf7d53 test: split out `system_ram_tests` to signal when total ram cannot be determined (Lőrinc)
ce56548 system: improve handling around GetTotalRAM() (Vasil Dimov)
5226a92 coins: warn on oversized -dbcache (Lőrinc)
49d4ebc system: add helper for fetching total system memory (Lőrinc)
0a80b1a doc: update manual pages for v30.0rc2 (fanquake)
b8fb918 build: bump version to v30.0rc2 (fanquake)
792a75a build(windows): Remove lingering registry entries and shortcuts upon install (Hodlinator)
1bc3be1 p2p: Increase tx relay rate (Anthony Towns)
4b02bc1 test: Avoid interface_ipc.py Duplicate ID errors (Ryan Ofsky)
Pull request description:
Backports:
* #28592
* #33302
* #33333
* #33420
* #33422
* #33425
* #33435
* #33459
Finalise `v30.0rc2`
ACKs for top commit:
willcl-ark:
ACK 7ebdfa2
hebasto:
ACK 7ebdfa2, I applied all backports locally without conflicts and obtained a zero diff with this PR branch.
Tree-SHA512: 73d641a5d783511a959e63f240453bb020705cb620b85a5a0968b32b937ac28816ef142f78bdf41976ed1c2bee431def945c5c37da33621031e3198cfdae51f3
Copy file name to clipboardExpand all lines: doc/design/libraries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
|*libbitcoin_crypto*| Hardware-optimized functions for data encryption, hashing, message authentication, and key derivation. |
9
9
|*libbitcoin_kernel*| Consensus engine and support library used for validation by *libbitcoin_node*. |
10
10
|*libbitcoinqt*| GUI functionality used by *bitcoin-qt* and *bitcoin-gui* executables. |
11
-
|*libbitcoin_ipc*| IPC functionality used by *bitcoin-node*, *bitcoin-wallet*,*bitcoin-gui* executables to communicate when [`-DENABLE_IPC=ON`](multiprocess.md) is used. |
11
+
|*libbitcoin_ipc*| IPC functionality used by *bitcoin-node* and*bitcoin-gui* executables to communicate when [`-DENABLE_IPC=ON`](multiprocess.md) is used. |
12
12
|*libbitcoin_node*| P2P and RPC server functionality used by *bitcoind* and *bitcoin-qt* executables. |
13
13
|*libbitcoin_util*| Home for common functionality shared by different executables and libraries. Similar to *libbitcoin_common*, but lower-level (see [Dependencies](#dependencies)). |
14
14
|*libbitcoin_wallet*| Wallet functionality used by *bitcoind* and *bitcoin-wallet* executables. |
Bitcoin Core bitcoin\-util utility version v30.0.0rc1
12
+
Bitcoin Core bitcoin\-util utility version v30.0.0rc2
13
13
.PP
14
14
The bitcoin\-util tool provides bitcoin related functionality that does not rely on the ability to access a running node. Available [commands] are listed below.
0 commit comments