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
Open

RPC update of getPendingOperations #3034

hui-an-yang opened this issue Sep 5, 2024 · 0 comments
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 mentioned this issue Sep 9, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants