feat: new rpc `gettxchainlocks' to get transaction statuses by batch#5578
Merged
PastaPastaPasta merged 14 commits intodashpay:developfrom Sep 20, 2023
Merged
feat: new rpc `gettxchainlocks' to get transaction statuses by batch#5578PastaPastaPasta merged 14 commits intodashpay:developfrom
PastaPastaPasta merged 14 commits intodashpay:developfrom
Conversation
Member
|
Based on the commit I pushed format is now |
knst
commented
Sep 17, 2023
knst
commented
Sep 17, 2023
Collaborator
Author
knst
left a comment
There was a problem hiding this comment.
utACK, thanks for simplifications @PastaPastaPasta
thephez
reviewed
Sep 18, 2023
Collaborator
thephez
left a comment
There was a problem hiding this comment.
Will this RPC only return locked transactions? If so I'd propose naming the RPC getlockedtransactions. Or maybe gettransactionslockstatus if it also will return unlocked ones.
a51af6b to
5b70143
Compare
thephez
requested changes
Sep 18, 2023
thephez
approved these changes
Sep 19, 2023
Collaborator
thephez
left a comment
There was a problem hiding this comment.
utACK - help text and RPC name look better to me now 👍
PastaPastaPasta
previously approved these changes
Sep 19, 2023
Member
PastaPastaPasta
left a comment
There was a problem hiding this comment.
utACK for squash merge
UdjinM6
requested changes
Sep 19, 2023
Co-authored-by: UdjinM6 <[email protected]>
b1d0467
PastaPastaPasta
approved these changes
Sep 20, 2023
Member
PastaPastaPasta
left a comment
There was a problem hiding this comment.
utACK for squash merge
thephez
added a commit
to thephez/docs-core
that referenced
this pull request
Oct 3, 2023
thephez
added a commit
to dashpay/docs-core
that referenced
this pull request
Oct 3, 2023
* docs(rpc): update protx diff Relates to dashpay/dash#5377 * docs(rpc): add getindexinfo rpc Relates to dashpay/dash#5492 * docs(rpc): add gettxchainlocks Relates to dashpay/dash#5578 * docs(rpc): update getblock
thephez
added a commit
to dashpay/docs-core
that referenced
this pull request
Nov 15, 2023
* docs(rpc): update protx diff Relates to dashpay/dash#5377 * docs(rpc): add getindexinfo rpc Relates to dashpay/dash#5492 * docs(rpc): add gettxchainlocks Relates to dashpay/dash#5578 * docs(rpc): update getblock
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.
Issue being fixed or feature implemented
Requested by @QuantumExplorer for platform needs
What was done?
New rpc
gettransactionsarelockedthat returns list of txes.it does less heavy calculations and transfer less data by gRPC.
How Has This Been Tested?
Limiter tested by this call:
Breaking Changes
N/A
Checklist: