Skip to content

Commit f57be30

Browse files
committed
chore(openapi): prepare removal of signer_registration_protocol and cardano_transactions_signing_config from EpochSettingsMessage
- mark both fields as deprecated - make `signer_registration_protocol` optional
1 parent c93b35b commit f57be30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,11 +995,11 @@ components:
995995
- epoch
996996
- current_signers
997997
- next_signers
998-
- signer_registration_protocol
999998
properties:
1000999
epoch:
10011000
$ref: "#/components/schemas/Epoch"
10021001
signer_registration_protocol:
1002+
deprecated: true
10031003
$ref: "#/components/schemas/ProtocolParameters"
10041004
current_signers:
10051005
type: array
@@ -1010,6 +1010,7 @@ components:
10101010
items:
10111011
$ref: "#/components/schemas/Signer"
10121012
cardano_transactions_signing_config:
1013+
deprecated: true
10131014
$ref: "#/components/schemas/CardanoTransactionsSigningConfig"
10141015
examples:
10151016
- {

0 commit comments

Comments
 (0)