Page MenuHomePhabricator

Merge #14208: [build] Actually remove ENABLE_WALLET
ClosedPublic

Authored by nakihito on Mar 19 2020, 22:43.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rSTAGING481ac5a90d78: Merge #14208: [build] Actually remove ENABLE_WALLET
rABC481ac5a90d78: Merge #14208: [build] Actually remove ENABLE_WALLET
Summary

e4ef4b459548b4032b9da03b3103525f935acb82 [build] remove #ifdef ENABLE_WALLET from interfaces/node (John Newbery)

Pull request description:

Adds a couple of redefinitions to dummywallet.cpp.

Tree-SHA512: d226bcccc46d089eac88beb54c31f6f18817682994b371f9793a5d28bec5d60dbdffacc8fc281807e25cc7f89da23e1f8f36fd99d12f8a40f77a972840e8c1b4

Backport of Core PR14208

Test Plan
cmake -GNinja -DBUILD_BITCOIN_WALLET=OFF ..
ninja
ninja check
ninja check-functional
./bitcoind
./bitcoin-cli getnewaddress

Verify rpc fails because there is no wallet.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR14208
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9897
Build 17653: Default Diff Build & Tests
Build 17652: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Mar 19 2020, 22:43

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

deadalnix requested changes to this revision.Mar 20 2020, 00:19
deadalnix added a subscriber: deadalnix.

The test plan is inadequate.

This revision now requires changes to proceed.Mar 20 2020, 00:19
nakihito edited the test plan for this revision. (Show Details)

Fixed test plan.

This revision is now accepted and ready to land.Mar 20 2020, 17:12