You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: