Taquito v23.0.0 release

Hello all,
Due to the encoding breaking changes in the new protocol, we urge all developers to update to the latest taquito now with the encoding update and backwards compatibility to ensure dapp stability before and after protocol migration

Taquito v23.0.0 is released here: @taquito/taquito - npm
The release note is here: Release Taquito v23.0.0 · ecadlabs/taquito · GitHub
Please note that this is the official release of Taquito v23.0.0 compatible for upcoming protocol Seoul

Here’s some highlight:
Breaking Change:
@taquito/local-forging - reveal operation encoding change introduced in protocol Seoul will affect all user to reveal a new account in LocalForger
@taquito/core & @taquito/utils - refactored validation logic and error classes may affect how error are returned or handled

Summary:
@taquito/taquito - support reveal , updateConsensusKey and updateCompanionKey operations with bls keys with optional field proof across contractProvider , estimateProvider , batchProvider , prepareProvider
@taquito/taquito - support bls keys to perform all operations across contractProvider , estimateProvider , batchProvider , prepareProvider
@taquito/signer - support handling BLS keys in InMemorySigner with provePossession to generate proof
@taquito/utils - deprecated validatePkAndExtractPrefix , b58cdecode , b58decode , b58cencode , prefix , Prefix and prefixLength

Please reach out if you have any questions or concern, thank you!

1 Like