Skip to content

Conversation

jnewbery
Copy link
Contributor

@jnewbery jnewbery commented Sep 7, 2018

This removes the final instances of ENABLE_WALLET in libbitcoin_server and so completes #7965.

Removes the ifdef ENABLE_WALLET from init.cpp.
@jonasschnelli
Copy link
Contributor

Strong Concept ACK

@DrahtBot
Copy link
Contributor

DrahtBot commented Sep 7, 2018

Note to reviewers: This pull request conflicts with the following ones:

If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

@laanwj
Copy link
Member

laanwj commented Sep 8, 2018

Yayyyy, good to see this finally happen
utACK 9a2b3d2e9d5584adb19633485b5398accc3704b7

@donaloconnor
Copy link
Contributor

utACK 9a2b3d2 - looks much cleaner 👍

@ken2812221
Copy link
Contributor

utACK 9a2b3d2

@@ -19,6 +19,9 @@
class WalletInit : public WalletInitInterface {
public:

//! Is the wallet component enabled
bool IsWalletEnabled() const override {return true;}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should say IsWalletCompiled() or similar?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My suggestion HasWalletSupport().

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to HasWalletSupport()

@jnewbery jnewbery force-pushed the remove_wallet_enabled branch from 9a2b3d2 to 7d038dc Compare September 10, 2018 18:27
@jnewbery
Copy link
Contributor Author

Renamed function as suggested here: #14168 (comment)

@Empact
Copy link
Contributor

Empact commented Sep 11, 2018

utACK 7d038dc

@maflcko
Copy link
Member

maflcko commented Sep 11, 2018

utACK 7d038dc

maflcko pushed a commit to maflcko/bitcoin-core that referenced this pull request Sep 11, 2018
7d038dc [build] remove ENABLE_WALLET ifdef from httprpc.cpp (John Newbery)
3076556 [build] Move dummy wallet into its own .cpp file. (John Newbery)

Pull request description:

  This removes the final instances of ENABLE_WALLET in libbitcoin_server and so completes bitcoin#7965.

Tree-SHA512: a49128b7c17f4f69940d5843e6b785f08687efb377b5157d5b267d1205e596eb5c1966f1afb8ab36bcc2491c46252099e3e844c91f5623da8ded2e358d46338d
@maflcko maflcko merged commit 7d038dc into bitcoin:master Sep 11, 2018
@jnewbery jnewbery deleted the remove_wallet_enabled branch September 11, 2018 17:41
deadalnix pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Jan 27, 2020
Summary:
Backport of core [[bitcoin/bitcoin#14168 | PR14168]].

Depends on D5054.

Test Plan:
  ninja all check
  make check

  cmake -GNinja .. -DBUILD_BITCOIN_WALLET=OFF
  ninja all check

  ../configure --disable-wallet
  make check

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D5058
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Jul 7, 2021
7d038dc [build] remove ENABLE_WALLET ifdef from httprpc.cpp (John Newbery)
3076556 [build] Move dummy wallet into its own .cpp file. (John Newbery)

Pull request description:

  This removes the final instances of ENABLE_WALLET in libbitcoin_server and so completes bitcoin#7965.

Tree-SHA512: a49128b7c17f4f69940d5843e6b785f08687efb377b5157d5b267d1205e596eb5c1966f1afb8ab36bcc2491c46252099e3e844c91f5623da8ded2e358d46338d

# Conflicts:
#	src/init.cpp
kwvg added a commit to kwvg/dash that referenced this pull request Aug 3, 2021
kwvg added a commit to kwvg/dash that referenced this pull request Aug 3, 2021
kwvg added a commit to kwvg/dash that referenced this pull request Aug 5, 2021
kwvg added a commit to kwvg/dash that referenced this pull request Aug 5, 2021
kwvg added a commit to kwvg/dash that referenced this pull request Aug 5, 2021
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Aug 6, 2021
kwvg added a commit to kwvg/dash that referenced this pull request Aug 8, 2021
5tefan added a commit to 5tefan/dash that referenced this pull request Aug 10, 2021
7d038dc [build] remove ENABLE_WALLET ifdef from httprpc.cpp (John Newbery)
3076556 [build] Move dummy wallet into its own .cpp file. (John Newbery)

Pull request description:

  This removes the final instances of ENABLE_WALLET in libbitcoin_server
and so completes bitcoin#7965.

Tree-SHA512: a49128b7c17f4f69940d5843e6b785f08687efb377b5157d5b267d1205e596eb5c1966f1afb8ab36bcc2491c46252099e3e844c91f5623da8ded2e358d46338d
kwvg added a commit to kwvg/dash that referenced this pull request Aug 11, 2021
5tefan pushed a commit to 5tefan/dash that referenced this pull request Aug 12, 2021
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants