ecadlabs / taquito

A library for building dApps on the Tezos Blockchain - JavaScript / TypeScript
https://taquito.io
Apache License 2.0
298 stars 116 forks source link

Investigation - RPC internal operations #1770

Closed roxaneletourneau closed 2 years ago

roxaneletourneau commented 2 years ago

What are the goals of the research? Operations that are both manager operations and internal operations returned by Michelson scripts now have different names for receipt encodings. This concerns transactions, originations, and delegations, where the word “internal” explicitly appears in the case of internal operation receipts.

We need to assess if it has an impact on the RPC types.

See: https://gitlab.com/tezos/tezos/-/merge_requests/5149

roxaneletourneau commented 2 years ago

I went through the kathmandu-openapi.json file and didn't see an impact on the types for the Rpc package.