Skip to content

Conversation

@knst
Copy link
Collaborator

@knst knst commented Feb 2, 2023

Issue being fixed or feature implemented

bitcoin#15639 removes libbitcoin-server library from list of wallet linkage list.
It is not possible to remove this dependency in dash now because coinjoin hardly used libbitcoin-server in client side.
Despite that, this dependency can be removed.

What was done?

Removed NodeContext from dummyWallet by providing nullptr as a chain pointer.

How Has This Been Tested?

Validated, that linkage error "NodeContext is unknown symbol" disappeared in case if remove libbitcoin-server dependency.

Breaking Changes

No breaking changes

Checklist:

  • I have performed a self-review of my own code
  • I have assigned this pull request to a milestone

@knst knst added this to the 19 milestone Feb 2, 2023
@knst knst changed the title refactoring: remove dependency of dummyWallet in RecoverDatabaseFile on NodeContext refactor: remove dependency of dummyWallet in RecoverDatabaseFile on NodeContext Feb 2, 2023
@knst knst marked this pull request as ready for review February 3, 2023 04:36
Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

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

utACK for squash merge

Seems reasonable

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

utACK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants