Skip to content

Taquito v18.0.0-RC.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dsawali dsawali released this 29 Sep 22:45
· 128 commits to master since this release

Breaking Changes: (if applicable)

  • @taquito/rpc - Removed RPC method getOriginationProof() #2597

    • Batch API method withSmartRollupOriginate() now no longer needs originationProof as a parameter
    • Contract API method smartRollupOriginate() now no longer needs originationProof as a parameter
  • @taquito/local-forging

    • now supports attestation instead of endorsement. #2599
    • removed support of set_deposit_limit operation #2646
  • @taquito/rpc - Updated protocol constants in Taquito to support Oxford changes #2594

Summary

Oxford Support

  • @taquito/rpc - Updated RPC endpoints' return types for getDelegates() and getConstants() #2596
  • @taquito/rpc - RPC endpoints getBlock, preapplyOperations, runOperation, simulateOperation, getBlockMetadata now support RPCOptions of { version: 0 | 1 } (0 returns endorsement; 1 returns attestation) #2596
  • @taquito/rpc - RPC endopintsgetPendingOperations now support RPCOptions of {version: 1 | 2 } (1 returns applied & endorsement; 2 returns validated & attestation) #2596
  • @taquito/rpc - Removed RPC endpoint of getTxRollupInbox() and getTxRollupState() #2596
  • @taquito/local-forging - removed forging support for set_deposit_limit operation #2646

Internals

  • Updated integration test configs to support protocol Oxford PR#2632
  • Removed remaining tx_rollup references from Taquito #2650
  • Added timelock test case to our localForger tests #2653
  • Added @taquito/core as explicit dependency in all package.json PR#2673