You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attestation is now the default for operations encoding. (MR !11861)
Breaking change Removed the deprecated endorsing_rights RPC, use attestation_rights instead. (MR !11952)
Taquito supports both attestations and endorsement related operations on the RPC and forger level.
Taquito RPC type and local-forger support for consensus_operations like Attestation and Endorsement
The work in PR#2599 defaults the local forger to process attestations instead of endorsements.
Protocol P removes the RPC endpoint getEndorsingRights, on that note:
Remove RpcClient, RpcClientCache, RpcClientInterface, and rpcWrapperContractsLibrarysupport ofgetEndorsingRights`
Remove RPC request and response types for getEndorsingRights
Remove documentation and tests referencing getEndorsingRights
Bump RPCs GET ../mempool/monitor_operations, POST ../helpers/preapply/operations, GET ../blocks/, GET ../blocks//metadata. and GET ../blocks//operations default version to version 1. Version 0 can still be used with ?version=0 argument. (MR !11872)
Bump RPCs POST ../helpers/parse/operations, POST ../helpers/scripts/run_operation and POST ../helpers/scripts/simulate_operation default version to version 1. Version 0 can still be used with ?version=0 argument. (MR !11889)
double-check the rpc-client support of POST ../helpers/preapply/operations, GET ../blocks/<block>, GET ../blocks/<blocks>/metadata, POST ../helpers/scripts/run_operation and POST ../helpers/scripts/simulate_operation to default to version 1 and also if it's description need an update to default version 1
The text was updated successfully, but these errors were encountered:
Taquito supports both attestations and endorsement related operations on the RPC and forger level.
Taquito RPC type and local-forger support for consensus_operations like Attestation and Endorsement
The work in PR#2599 defaults the local forger to process
attestations
instead ofendorsements
.Protocol P removes the RPC endpoint
getEndorsingRights
, on that note:RpcClient
,RpcClientCache
,RpcClientInterface
, and rpcWrapperContractsLibrarysupport of
getEndorsingRights`getEndorsingRights
getEndorsingRights
POST ../helpers/preapply/operations
,GET ../blocks/<block>
,GET ../blocks/<blocks>/metadata
,POST ../helpers/scripts/run_operation
andPOST ../helpers/scripts/simulate_operation
to default to version 1 and also if it's description need an update to default version 1The text was updated successfully, but these errors were encountered: