Skip to content

Commit

Permalink
Update ocean protos and docker compose (#748)
Browse files Browse the repository at this point in the history
* Update ocean protos and docker compose

* gosec
  • Loading branch information
altafan authored Aug 29, 2024
1 parent 4873376 commit 01d895a
Show file tree
Hide file tree
Showing 12 changed files with 1,579 additions and 795 deletions.
14 changes: 13 additions & 1 deletion api-spec/openapi/swagger/ocean/v1/notification.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
"default": "TX_EVENT_TYPE_UNSPECIFIED",
"description": " - TX_EVENT_TYPE_BROADCASTED: Tx broadcasted.\n - TX_EVENT_TYPE_UNCONFIRMED: Tx unconfirmed.\n - TX_EVENT_TYPE_CONFIRMED: Tx confirmed."
},
"v1UnwatchExternalScriptResponse": {
"type": "object"
},
"v1Utxo": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -185,7 +188,8 @@
"UTXO_EVENT_TYPE_CONFIRMED",
"UTXO_EVENT_TYPE_LOCKED",
"UTXO_EVENT_TYPE_UNLOCKED",
"UTXO_EVENT_TYPE_SPENT"
"UTXO_EVENT_TYPE_SPENT",
"UTXO_EVENT_TYPE_CONFIRMED_SPENT"
],
"default": "UTXO_EVENT_TYPE_UNSPECIFIED"
},
Expand Down Expand Up @@ -219,6 +223,14 @@
}
}
},
"v1WatchExternalScriptResponse": {
"type": "object",
"properties": {
"label": {
"type": "string"
}
}
},
"v1WebhookEventType": {
"type": "string",
"enum": [
Expand Down
17 changes: 17 additions & 0 deletions api-spec/openapi/swagger/ocean/v1/transaction.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@
}
}
},
"v1LockUtxosResponse": {
"type": "object",
"properties": {
"expirationDate": {
"type": "string",
"format": "int64"
}
}
},
"v1MintResponse": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -260,6 +269,14 @@
}
}
},
"v1SignPsetWithSchnorrKeyResponse": {
"type": "object",
"properties": {
"signedTx": {
"type": "string"
}
}
},
"v1SignTransactionResponse": {
"type": "object",
"properties": {
Expand Down
365 changes: 199 additions & 166 deletions api-spec/protobuf/gen/ocean/v1/account.pb.go

Large diffs are not rendered by default.

Loading

0 comments on commit 01d895a

Please sign in to comment.