Skip to content

Taquito v20.1.0

Latest
Compare
Choose a tag to compare
@hui-an-yang hui-an-yang released this 11 Oct 23:34

Breaking changes:

  • We removed account public property on BeaconWallet class. If you'd like to get the info, please use subscribeToEvent with BeaconEvent.ACTIVE_ACCOUNT_SET
  • We migrated Node.js support from LTS18 to LTS20 and above

Summary

New features

  • @taquito/taquito - Supported operation transferTicket in walletAPI PR #3003

Improvement

  • @taquito/taquito - Exported SmartRollupExecuteOutboxMessageParams PR #3031
  • @taquito/beacon-wallet - reverted subscribeToEvent of ACTIVE_ACCOUNT_SET in the package to ensure users will get a console warning, if they didn't subscribe events themselves PR #2987
  • @taquito/rpc - Updated rpc type FrozenStaker with Baker_edge PR #2987
  • @taquito/rpc - Updated rpc type METADATA_BALANCE_UPDATES_CATEGORY andOperationMetadataBalanceUpdates to have backwards compatible PR #2987

Documentation

  • Updated michelson_encoder documentation with section #flattening-nested-tokens-pairunion PR #3002
  • Updated signing documentation with section #generating-a-tzip-32-message-signature PR #2879

Testing

  • @taquito/beacon-wallet - Added broadcast-channel mock for @airgap/beacon-transport-postmessage in unit test
  • Removed flextesa tests from CI workflow PR #3001
  • Fixed tzip16 test with new public IPFS gateway domain PR #3033
  • Updated staking and failing_noop integration tests to be robust PR #3033

Internals

  • @taquito/http-utils Configured the fetch call to be keepalive=false to fix socket hangup errors after node19 PR #2986
  • Updated denpendencies PR #3018 #3038 #3043 #3052
  • Removed taquito-test-dapp parisnet label on staking operations PR #3033
  • Removed Netlify references after migrating to Cloudflare PR #3012