ecadlabs/taquito

[Paris] update RPC `pending_operations` with default version 2 and remove deprecated applied param

Closed this issue · 0 comments

Bump RPC GET ../mempool/pending_operations default version to version 2. Version 0 has been removed and version 1 can still be used with ?version=1 argument. (MR !11872)
Removed the deprecated applied parameter from RPCs GET ../mempool/monitor_operations and GET ../mempool/pending_operations. Use validated instead. (MR !12157)

  • double check the endpoint default supports version 2 and it's description might need update
  • remove deprecated rpc param type applied use validated instead (double-check with openAPI or what node return)