Taquito v20.0.0-beta.0
Pre-release
Pre-release
Summary
Paris(B) Protocol Support
Paris(B) Protocol comes with new Adaptive issuance features, including staking pseudo-operations.
:::warning
Adaptive Issuance, Staking, and Adaptive slashing will be in effect roughly two weeks (5 cycles) after the proposal is activated on Mainnet. The new AI features will not be usable until then.
:::
New Features
@taquito/taquito
- Added staking pseudo operations (stake, unstake, finalize_unstake) to the Contract API. This includes support forprepareProvider
,estimationProvider
, andrpcContractProvider
#2886@taquito/rpc
- Added various RPC endpoints related to Adaptive Issuance (Staking) #2676 #2678@taquito/rpc
- Updated return types for several RPC endpoints related to the Paris protocol update #2887@taquito/rpc
- RemovedgetEndorsingRights
RPC endpoint alongside with its related type definition and tests #2884@taquito/rpc
- Updated RPC response types to support DAL types #2882@taquito/beacon-wallet
- Added staking related pseudo operations (stake
,unstake
,finalize_unstake
) to the Wallet API #2921