Breaking changes:
- We removed
account
public property onBeaconWallet
class. If you'd like to get the info, please usesubscribeToEvent
withBeaconEvent.ACTIVE_ACCOUNT_SET
- We migrated
Node.js
support from LTS18 to LTS20 and above
Summary
New features
@taquito/taquito
- Supported operationtransferTicket
in walletAPI PR #3003
Improvement
@taquito/taquito
- Exported SmartRollupExecuteOutboxMessageParams PR #3031@taquito/beacon-wallet
- revertedsubscribeToEvent
ofACTIVE_ACCOUNT_SET
in the package to ensure users will get a console warning, if they didn't subscribe events themselves PR #3062@taquito/rpc
- Updated rpc typeFrozenStaker
withBaker_edge
PR #2987@taquito/rpc
- Updated rpc typeMETADATA_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 PR #3062
- 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 thefetch
call to bekeepalive=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