-
Notifications
You must be signed in to change notification settings - Fork 137
AddrReceives pagination and sorting direction #1813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
A stylistic tagline had been appended to several section titles, which felt out of place to me. This commit removes all such taglines, and also renames the 'The Architecture of Precision' section to 'The FixedPoint Type' (which is what it primarily deals with).
Pull Request Test Coverage Report for Build 18163847987Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Just a couple of questions around instituting a max pagination limit & some minor refactoring.
87cbb20
to
5424183
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 👍 👍
2a82a5c
to
23687a2
Compare
cca3ee1
to
d0a6db1
Compare
d0a6db1
to
f23f5ce
Compare
f23f5ce
to
df205fd
Compare
…t-precommit-sync Extract supply pre-commits from mint leaves during supply verifier sync
In this commit, we add some additional docs that explain how asset channels differ from normal channels, and some of the interaction that happens with `lnd` using the set of relevant `Aux*` interfaces that `tapd` implements.
docs: add docs that detail the asset chan funding process
docs: add docs on e2e RFQ arch
5a5483a
to
8af7179
Compare
8af7179
to
d65d536
Compare
d65d536
to
b4bba57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Do we merge this into |
It was decided to merge this into 0.7 as far as I understood. |
This PR enables pagination for
AddrReceives
endpoint.Fixes #728