Taquito v18.0.0-RC.0
Pre-release
Pre-release
Breaking Changes: (if applicable)
-
@taquito/rpc
- Removed RPC methodgetOriginationProof()
#2597- Batch API method
withSmartRollupOriginate()
now no longer needsoriginationProof
as a parameter - Contract API method
smartRollupOriginate()
now no longer needsoriginationProof
as a parameter
- Batch API method
-
@taquito/local-forging
-
@taquito/rpc
- Updated protocol constants in Taquito to support Oxford changes #2594
Summary
Oxford Support
@taquito/rpc
- Updated RPC endpoints' return types forgetDelegates()
andgetConstants()
#2596@taquito/rpc
- RPC endpointsgetBlock
,preapplyOperations
,runOperation
,simulateOperation
,getBlockMetadata
now supportRPCOptions
of{ version: 0 | 1 }
(0 returns endorsement; 1 returns attestation) #2596@taquito/rpc
- RPC endopintsgetPendingOperations
now supportRPCOptions
of{version: 1 | 2 }
(1 returns applied & endorsement; 2 returns validated & attestation) #2596@taquito/rpc
- Removed RPC endpoint ofgetTxRollupInbox()
andgetTxRollupState()
#2596@taquito/local-forging
- removed forging support forset_deposit_limit
operation #2646