Skip to content
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

RPC update of getPendingOperations #3034

Open
hui-an-yang opened this issue Sep 5, 2024 · 0 comments · May be fixed by #3040
Open

RPC update of getPendingOperations #3034

hui-an-yang opened this issue Sep 5, 2024 · 0 comments · May be fixed by #3040
Assignees
Milestone

Comments

@hui-an-yang
Copy link
Collaborator

hui-an-yang commented Sep 5, 2024

Add an source argument to GET /chains//mempool/pending_operations which allows operations to be filtered by source. (MR !11278)
Add an operation_hash argument to GET /chains//mempool/pending_operations which allows operations to be filtered by hash. (MR !13977)

Updated rpc type PendingOperationsQueryArguments to have source and operation_hash property

Remove support for deprecated version 1 for RPC GET ../mempool/pending_operations. (MR !13449)

removed PendingOperationsV1 in all places and fix unit and integration tests

@hui-an-yang hui-an-yang changed the title RPC update getPendingOperations to filter by source and operation_hash RPC update of getPendingOperations Sep 5, 2024
@dsawali dsawali added this to the v21 milestone Sep 5, 2024
hui-an-yang added a commit that referenced this issue Sep 6, 2024
…oved type PendingOperationsV1

BREAKING CHANGE: PendingOperationsQueryArguments.version used to accept 1 is removed for protocol q

re #3034
@hui-an-yang hui-an-yang linked a pull request Sep 9, 2024 that will close this issue
9 tasks
@hui-an-yang hui-an-yang moved this from To do to Review in progress in Taquito Dev Sep 27, 2024
@hui-an-yang hui-an-yang self-assigned this Oct 2, 2024
@hui-an-yang hui-an-yang linked a pull request Oct 2, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Review in progress
Development

Successfully merging a pull request may close this issue.

2 participants