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

Local-forging: Support new encoding for TICKET for Lima #2072

Closed roxaneletourneau closed 1 year ago

roxaneletourneau commented 2 years ago

The encoding of the Michelson type TICKET has changed: 0x88 (=136) is changed from TICKET to TICKET_DEPRECATED, with a new TICKET instantiated at 0x9a (=154)

Describe the solution you'd like Support new op code for TICKET and TICKET_DEPRECATED in the local foger. Note that the implementation needs to be compatible with Kathmandu and Lima until the transition to Lima. We will have to select the right encoding based on the protocol hash: https://github.com/ecadlabs/taquito/blob/master/packages/taquito-local-forging/src/taquito-local-forging.ts#L37

roxaneletourneau commented 2 years ago

Hey team! Please add your planning poker estimate with Zenhub @dsawali @hui-an-yang @zainen