Skip to content

Commit

Permalink
Schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Oct 8, 2024
1 parent 20c182d commit f18f2a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions hydra-node/json-schemas/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,6 @@ components:
- tag
- headId
- recoverTxId
- utxoToDeposit
- deadline
description: |
Post a transaction to recover deposited UTxO back to L1.
Expand All @@ -1809,8 +1808,6 @@ components:
$ref: "api.yaml#/components/schemas/HeadId"
recoverTxId:
type: string
utxoToDeposit:
$ref: "api.yaml#/components/schemas/UTxO"
deadline:
$ref: "api.yaml#/components/schemas/ChainSlot"
- title: IncrementTx
Expand All @@ -1821,7 +1818,6 @@ components:
- headId
- headParameters
- incrementingSnapshot
- depositScriptUTxO
- depositTxId
description: |
Post a transaction to commit some UTxO to the Head.
Expand All @@ -1835,8 +1831,6 @@ components:
$ref: "api.yaml#/components/schemas/HeadParameters"
incrementingSnapshot:
$ref: "api.yaml#/components/schemas/ConfirmedSnapshot"
depositScriptUTxO:
$ref: "api.yaml#/components/schemas/UTxO"
depositTxId:
type: string
- title: DecrementTx
Expand Down
8 changes: 1 addition & 7 deletions hydra-node/json-schemas/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2043,7 +2043,6 @@ definitions:
- deposited
- depositTxId
- deadline
- depositScriptUTxO
description: >-
The deposit transaction locking some UTxO to a deposit script.
properties:
Expand All @@ -2058,15 +2057,12 @@ definitions:
type: string
deadline:
$ref: "api.yaml#/components/schemas/UTCTime"
depositScriptUTxO:
$ref: "api.yaml#/components/schemas/UTxO"
- title: OnRecoverTx
type: object
additionalProperties: false
required:
- tag
- headId
- recoveredUTxO
- recoveredTxId
description: >-
The recover transaction unlocking the deposited UTxO.
Expand All @@ -2076,10 +2072,8 @@ definitions:
enum: ["OnRecoverTx"]
headId:
$ref: "api.yaml#/components/schemas/HeadId"
recoveredUTxO:
$ref: "api.yaml#/components/schemas/UTxO"
recoveredTxId:
type: string
sype: string
- title: OnIncrementTx
type: object
additionalProperties: false
Expand Down

0 comments on commit f18f2a3

Please sign in to comment.