Closed roxaneletourneau closed 1 year 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
Hey team! Please add your planning poker estimate with Zenhub @dsawali @hui-an-yang @zainen
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