Remove ENABLE_WALLET from libbitcoin_server.a #14168
pull jnewbery wants to merge 2 commits into bitcoin:master from jnewbery:remove_wallet_enabled changing 7 files +51 −37-
jnewbery commented at 8:33 pm on September 7, 2018: memberThis removes the final instances of ENABLE_WALLET in libbitcoin_server and so completes #7965.
-
[build] Move dummy wallet into its own .cpp file.
Removes the ifdef ENABLE_WALLET from init.cpp.
-
jonasschnelli commented at 9:02 pm on September 7, 2018: contributorStrong Concept ACK
-
jonasschnelli added the label Wallet on Sep 7, 2018
-
jnewbery force-pushed on Sep 7, 2018
-
unknown approved
-
laanwj commented at 3:45 am on September 8, 2018: memberYayyyy, good to see this finally happen utACK 9a2b3d2e9d5584adb19633485b5398accc3704b7
-
donaloconnor commented at 3:59 pm on September 9, 2018: contributorutACK https://github.com/bitcoin/bitcoin/pull/14168/commits/9a2b3d2e9d5584adb19633485b5398accc3704b7 - looks much cleaner :+1:
-
ken2812221 commented at 4:02 pm on September 9, 2018: contributorutACK 9a2b3d2
-
[build] remove ENABLE_WALLET ifdef from httprpc.cpp 7d038dcb41
-
in src/wallet/init.cpp:23 in 9a2b3d2e9d outdated
18@@ -19,6 +19,9 @@ 19 class WalletInit : public WalletInitInterface { 20 public: 21 22+ //! Is the wallet component enabled 23+ bool IsWalletEnabled() const override {return true;}
MarcoFalke commented at 5:19 pm on September 9, 2018:Should sayIsWalletCompiled()
or similar?
promag commented at 5:35 pm on September 9, 2018:My suggestionHasWalletSupport()
.
jnewbery commented at 6:27 pm on September 10, 2018:Changed toHasWalletSupport()
jnewbery force-pushed on Sep 10, 2018jnewbery commented at 6:27 pm on September 10, 2018: memberRenamed function as suggested here: #14168 (review)Empact commented at 5:17 am on September 11, 2018: memberutACK 7d038dcMarcoFalke commented at 1:46 pm on September 11, 2018: memberutACK 7d038dcb41d93ea0b7401140998225adaab8c065MarcoFalke referenced this in commit 4103cc3169 on Sep 11, 2018MarcoFalke merged this on Sep 11, 2018MarcoFalke closed this on Sep 11, 2018
jnewbery deleted the branch on Sep 11, 2018deadalnix referenced this in commit 86358f3702 on Jan 27, 2020Munkybooty referenced this in commit 120bb6235d on Jul 7, 2021kittywhiskers referenced this in commit 799d9a69e1 on Aug 3, 2021kittywhiskers referenced this in commit d7d2e18ac8 on Aug 3, 2021kittywhiskers referenced this in commit ff7a1483cb on Aug 5, 2021kittywhiskers referenced this in commit 1d11c77793 on Aug 5, 2021kittywhiskers referenced this in commit 3d4de22480 on Aug 5, 2021PastaPastaPasta referenced this in commit b54b0fb2a1 on Aug 6, 2021kittywhiskers referenced this in commit 83bee9e21f on Aug 8, 20215tefan referenced this in commit c04523c70f on Aug 10, 2021kittywhiskers referenced this in commit 76e652aac7 on Aug 11, 20215tefan referenced this in commit e08029a257 on Aug 12, 2021DrahtBot locked this on Sep 8, 2021
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 06:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 06:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me