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
f0fa6de Merge bitcoin#26286: test: Remove unused txmempool include from tests (MacroFake)
020cdb8 Merge bitcoin#26067: util: improve bitcoin-wallet exit codes (MacroFake)
5078666 Merge bitcoin#32765: test: Fix list index out of range error in feature_bip68_sequence.py (merge-script)
83eaf94 partial Merge bitcoin#27177: test: fix intermittent issue in `feature_bip68_sequence` (Andrew Chow)
3d2ac64 Merge bitcoin#26277: test: Remove confusing DUMMY_P2WPKH_SCRIPT (fanquake)
d039171 Merge bitcoin#26142: Use `PACKAGE_NAME` in messages rather than hardcoding "Bitcoin Core" (MacroFake)
e011ce5 Merge bitcoin#26313: doc: consolidate library documentation to libraries.md (MacroFake)
83da1a1 Merge bitcoin#25526: wallet: avoid double keypool TopUp() call on descriptor wallets (Andrew Chow)
931f6eb Merge bitcoin#26109: rpc, doc: getpeerinfo updates (Andrew Chow)
1e69f8e Merge bitcoin#26675: wallet: For feebump, ignore abandoned descendant spends (Andrew Chow)
Pull request description:
## What was done?
Regular backports from Bitcoin Core v25 + extra backport-fix for `feature_bip68_sequence.py`.
## How Has This Been Tested?
Run unit & functional tests
## Breaking Changes
N/A
## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone
ACKs for top commit:
PastaPastaPasta:
utACK f0fa6de
UdjinM6:
utACK f0fa6de
Tree-SHA512: 8e8787cf5734aa37cb48e98bf6a35763274e24be071e490663f4e5dba8cb22e914b1bf8e2c55b9294fee69ccb5d52ff888058ad928514d3baab6601b429fda79
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
@@ -85,7 +85,7 @@ class dash-qt,dashd,dash-cli,dash-wallet bold
85
85
86
86
</td></tr></table>
87
87
88
-
- The graph shows what _linker symbols_ (functions and variables) from each library other libraries can call and reference directly, but it is not a call graph. For example, there is no arrow connecting *libbitcoin_wallet* and *libbitcoin_node* libraries, because these libraries are intended to be modular and not depend on each other's internal implementation details. But wallet code still is still able to call node code indirectly through the `interfaces::Chain` abstract class in [`interfaces/chain.h`](../../src/interfaces/chain.h) and node code calls wallet code through the `interfaces::ChainClient` and `interfaces::Chain::Notifications` abstract classes in the same file. In general, defining abstract classes in [`src/interfaces/`](../../src/interfaces/) can be a convenient way of avoiding unwanted direct dependencies or circular dependencies between libraries.
88
+
- The graph shows what _linker symbols_ (functions and variables) from each library other libraries can call and reference directly, but it is not a call graph. For example, there is no arrow connecting *libbitcoin_wallet* and *libbitcoin_node* libraries, because these libraries are intended to be modular and not depend on each other's internal implementation details. But wallet code is still able to call node code indirectly through the `interfaces::Chain` abstract class in [`interfaces/chain.h`](../../src/interfaces/chain.h) and node code calls wallet code through the `interfaces::ChainClient` and `interfaces::Chain::Notifications` abstract classes in the same file. In general, defining abstract classes in [`src/interfaces/`](../../src/interfaces/) can be a convenient way of avoiding unwanted direct dependencies or circular dependencies between libraries.
89
89
90
90
-*libdash_consensus* should be a standalone dependency that any library can depend on, and it should not depend on any other libraries itself.
<string>Full path to a Dash Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string>
433
+
<string>Full path to a %1 compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string>
0 commit comments