Skip to content

Taquito v20.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dsawali dsawali released this 25 Apr 21:12
0ef6318

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 for prepareProvider, estimationProvider, and rpcContractProvider #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 - Removed getEndorsingRights 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

Internals

  • Updated protocol constants integration test for Paris protocol #2869
  • Configured keygen and integration test configs for Paris protocol #2888