master
Merge bitcoin/bitcoin#35076: doc: clarify pruning impact on wallet sync
qt: Update the `src/qt/locale/bitcoin_en.ts` translation source file
scripted-diff: [doc] Unify stale copyright headers
test: Nudge toward QT_STYLE_OVERRIDE=fusion on macOS
Merge bitcoin/bitcoin#34808: cmake, translation: Use native Qt TS file as source for translations on Transifex
depends: Factor out Qt modules' details
refactor: Enforce readability-avoid-const-params-in-decls
doc: remove For ... comments
undo "ui: Compile boost:signals2 only once"
scripted-diff: Bump copyright headers after include changes
gui: Add Roboto Mono font
qt: 31.0 translations update
gui: Menu action for exporting a watchonly wallet
refactor: Return std::optional from GetProxy
qt: Avoid header circular dependency
Merge bitcoin-core/gui#872: Menu action to export a watchonly wallet
gui: Add ExceptionSafeConnect that takes a lambda
Merge bitcoin/bitcoin#34767: Bugfix: GUI/Intro: Handle errors from SelectParams the same as if during InitConfig
qt: Avoid implicit `NSApplication` instantiation
refactor: Enable -Wswitch in exhaustive switch
scripted-diff: use `MIN_DBCACHE_BYTES`
node, qt: inline `DEFAULT_DB_CACHE`
refactor: use _MiB consistently for Mebibyte conversions
scripted-diff: Rename `StatusLevel::{INFO,WARN,ERR}`
qt: Fix `-Wsfinae-incomplete` warnings when building with GCC 16.x
refactor: [qt] Use SpanReader to avoid two vector copies
refactor: Make all `const static` class members `constexpr`
Merge bitcoin/bitcoin#34435: refactor: use `_MiB`/`_GiB` consistently for byte conversions
refactor: Use NodeClock::time_point for m_last_send/recv and m_ping_start
Remove opt-in RBF
refactor: Move license info into new module
wallet: Replace CWalletTx's vOrderForm with specific fields
wallet: Drop mapValue from CWalletTx
gui: Adds option to not load the wallet after migration
psbt: Remove default constructor
wallet: Drop vOrderForm from CommitTransaction
gui: remove AmountWithFeeExceedsBalance error special case