feat(rest): move REST server to libbitcoin_query, switch to Drogon as an optional dependency, add helper to directly serve disk contents#7220
Draft
kwvg wants to merge 21 commits intodashpay:developfrom
Draft
Conversation
Preparation for isolation of REST server from libbitcoin_util
We already restored zlib in the previous commit, this is why
This commit won't build because libbitcoin_query_a_SOURCES is not defined
Currently unused but will be important in the next commit.
As auto-detection will lean towards building with Drogon, we need to validate that builds without it will still work.
|
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.
Additional Information
BenchFramework) and introduce mempool, ZMQ, RPC and REST benchmarks #7217Breaking Changes
Work in progress
Checklist