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

Closed
hui-an-yang opened this issue Sep 5, 2024 · 1 comment
Closed

RPC update of getPendingOperations #3034

hui-an-yang opened this issue Sep 5, 2024 · 1 comment
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 mentioned this issue Sep 9, 2024
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
hui-an-yang added a commit that referenced this issue Jan 7, 2025
* add betanet0829 protocol hash and chainID

* test: configured integration test run on betanet0829

* test: update integration-test files for betanet

* ci: update betanet script name

* feat: add ConstantsResponseProto021 to ConstantsResponse

fix #3037

* feat: removed endorsement compatiblity but kept rpc types and readProvider for user query old block

BREAKING CHANGE: PollingSubscribeProvider doesn't filter endorsement anymore and removed rpc
entrypoints using param version  0

re #3036

* feat: getPendingOperations add param source and operationHash and removed type PendingOperationsV1

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

re #3034

* test: update estimation-tests assertion

* test: improve failing-noop and staking tests

* feat: add getSpendable rpc endpoint

re #3023

* feat: add getBalanceAndFrozenBonds and getSpendableAndFrozenBonds rpc endpoint

re #3023

* docs: update rpc nodes doc

* test: update estimation-tests assertion

* test: update estimation-tests assertion

* ci: updated ci script with rpc_url

* test: updated testing for weeklynet

* feat: configured quebec protocol and chainId

* test: configured quebec integration tests and ci runs

* docs: updated places with quebec

* test: improved staking tests

* test: imporved staking tests

* test: configured to run tests on new quebec testnet

* feat: updated quebec new chainId

* chore: fixed dependency vulnerabilities

* test: correct ghostnet protocol config

* test: updated estimation assertions

* test: updated private rpc url for ci

* test: adjusted estimation assertions, improve staking test and test config for beta release

* docs: updated rpc nodes urls

* chore(releng) bump version to 21.0.0-beta.1

* ci: update quebecnet rpc urls

* fix: adding PendingOperationsV1 support to smooth migration from paris to quebec on mainnet

* test: updated quebecnet and weeklynet rpc url

* test: updated estimate assertions

* feat: updated beacon to 4.3.2-beta.0 and enable test-dapp with quebecnet

* chore(releng) bump version to 21.0.0-RC.0

* chore: updated dependencies suggested by snyk

* test: updated test assertion and improvet nodes.spec also fix live code example bugs

* ci: updated ci to run bundle_webpack.yml workflow every pr

* chore(releng) bump version to 21.0.0

* docs: updated website versioned_docs to be latest 5 versions
@hui-an-yang
Copy link
Collaborator Author

merged in master in pr#3068 therefore closing this

@github-project-automation github-project-automation bot moved this from Review in progress to Done in Taquito Dev Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants