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
Merge bitcoin#19331: build: Do not include server symbols in wallet
faca730 ci: Install fixed version of clang-format for linters (MarcoFalke)
fa4695d build: Sort Makefile.am after renaming file (MarcoFalke)
cccc278 scripted-diff: Move ui_interface to the node lib (MarcoFalke)
fa72ca6 qt: Remove unused includes (MarcoFalke)
fac96e6 wallet: Do not include server symbols (MarcoFalke)
fa0f6c5 Revert "Fix link error with --enable-debug" (MarcoFalke)
Pull request description:
This reverts a hacky workaround from commit b83cc0f, which only happens to work due to compiler optimizations. Then, it actually fixes the linker error.
The underlying problem is that the wallet includes symbols from the server (ui_interface), which usually results in linker failures. Though, in this specific case the linker failures have not been observed (unless `-O0`) because our compilers were smart enough to strip unused symbols.
Fix the underlying problem by creating a new header-only with the needed symbol and move ui_interface to node to clarify that this is part of libbitcoin_server.
ACKs for top commit:
Sjors:
ACK faca730
laanwj:
ACK faca730
hebasto:
re-ACK faca730, since the [previous](bitcoin#19331 (review)) review:
Tree-SHA512: e9731f249425aaea50b6db5fc7622e10078cf006721bb87989cac190a2ff224412f6f8a7dd83efd018835302337611f5839e29e15bef366047ed591cef58dfb4
0 commit comments