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
Breaking changes client’s encoding with legacy attestation name are no longer supported starting from protocol following ParisC. (MR !13454)
Remove with_legacy_attestation_name encodings from the protocol environment. (MR !14046)
balance_update_encoding_with_legacy_attestation_name has been removed. (MR !13461)
Encoding that supports endorsement kind in apply_result JSON has been removed. (MR !13974)
Encoding that supports endorsement kind in operation JSON has been removed. (MR !13976)
remove endorsement in all places where it fits
Remove support for deprecated version 0 from RPCs POST ../helpers/parse/operations, POST ../helpers/scripts/run_operation and POST ../helpers/scripts/simulate_operation. (MR !13451)
RPC call prior Q was having the option to specified version 0 to use endorsement instead of attestation for compatability and in at least runOperation and simulateOperation
Would be good to go through all rpc endpoints using RPCOptions in openAPI to see if it's good to remove RPCOptions.version: 0 for good
The text was updated successfully, but these errors were encountered:
…vider for user query old block
BREAKING CHANGE: PollingSubscribeProvider doesn't filter endorsement anymore and removed rpc
entrypoints using param version 0
re #3036
remove endorsement in all places where it fits
RPC call prior Q was having the option to specified version 0 to use endorsement instead of attestation for compatability and in at least
runOperation
andsimulateOperation
Would be good to go through all rpc endpoints using RPCOptions in openAPI to see if it's good to remove
RPCOptions.version: 0
for goodThe text was updated successfully, but these errors were encountered: