-
Notifications
You must be signed in to change notification settings - Fork 117
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
Comments
hui-an-yang
changed the title
RPC update getPendingOperations to filter by source and operation_hash
RPC update of getPendingOperations
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
Closed
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
merged in master in pr#3068 therefore closing this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated rpc type PendingOperationsQueryArguments to have source and operation_hash property
removed PendingOperationsV1 in all places and fix unit and integration tests
The text was updated successfully, but these errors were encountered: