merge bitcoin#15638: Pull wallet code out of libbitcoin_server#4560
Merged
PastaPastaPasta merged 9 commits intodashpay:developfrom Nov 16, 2021
Merged
merge bitcoin#15638: Pull wallet code out of libbitcoin_server#4560PastaPastaPasta merged 9 commits intodashpay:developfrom
PastaPastaPasta merged 9 commits intodashpay:developfrom
Conversation
PastaPastaPasta
requested changes
Nov 1, 2021
Member
|
8365 should either be in another PR (my preference, so we can squash merge this PR), or we will need to squash all of the 15638 ONCE UDJIN REVIEWS (not my preference) |
|
This pull request has conflicts, please rebase. |
UdjinM6
requested changes
Nov 3, 2021
UdjinM6
left a comment
There was a problem hiding this comment.
it looks like there is another commit in 15638 which we partially backported earlier but which still has few more things to backport/fix UdjinM6@4ddb408
|
This pull request has conflicts, please rebase. |
|
This pull request has conflicts, please rebase. |
|
8365 was merged via #4562, pls rebase |
|
This pull request has conflicts, please rebase. |
PastaPastaPasta
approved these changes
Nov 16, 2021
Member
PastaPastaPasta
left a comment
There was a problem hiding this comment.
utACK for squash merge
pravblockc
pushed a commit
to pravblockc/dash
that referenced
this pull request
Nov 18, 2021
…ay#4560) * merge 15638: Move CheckTransaction from lib_server to lib_consensus * merge 15638: Move policy settings to new src/policy/settings unit * merge 15638: Move rpc utility methods to rpc/util * merge 15638: Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp * merge 15638: Move several units into common libraries * merge 15638: Move wallet load functions to wallet/load unit * merge 15638: Document src subdirectories and different libraries * [build] Add several util units (cleanup) * build: resolve missing declarations by re-specifying headers fix build errors fix build errors fix build errors
gades
pushed a commit
to cosanta/cosanta-core
that referenced
this pull request
Nov 14, 2023
…ay#4560) * merge 15638: Move CheckTransaction from lib_server to lib_consensus * merge 15638: Move policy settings to new src/policy/settings unit * merge 15638: Move rpc utility methods to rpc/util * merge 15638: Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp * merge 15638: Move several units into common libraries * merge 15638: Move wallet load functions to wallet/load unit * merge 15638: Document src subdirectories and different libraries * [build] Add several util units (cleanup) * build: resolve missing declarations by re-specifying headers
5 tasks
gades
pushed a commit
to piratecash/pirate
that referenced
this pull request
Dec 9, 2023
…ay#4560) * merge 15638: Move CheckTransaction from lib_server to lib_consensus * merge 15638: Move policy settings to new src/policy/settings unit * merge 15638: Move rpc utility methods to rpc/util * merge 15638: Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp * merge 15638: Move several units into common libraries * merge 15638: Move wallet load functions to wallet/load unit * merge 15638: Document src subdirectories and different libraries * [build] Add several util units (cleanup) * build: resolve missing declarations by re-specifying headers
This was referenced Dec 11, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split as #4562 and #4560 (this PR) for ease of review