* Cleanup common

* Cleanup client

* Cleanup server

* Renamings

* Tidy up proto

* Update ocean protos

* Fixes

* Fixes
This commit is contained in:
Pietralberto Mazza
2024-02-28 18:05:03 +01:00
committed by GitHub
parent 1650ea5935
commit 6d0d03e316
31 changed files with 2475 additions and 2217 deletions

View File

@@ -372,11 +372,11 @@
"pubkey": {
"type": "string"
},
"lifetime": {
"roundLifetime": {
"type": "string",
"format": "int64"
},
"exitDelay": {
"unilateralExitDelay": {
"type": "string",
"format": "int64"
}

View File

@@ -169,6 +169,15 @@
}
}
},
"v1LockUtxosResponse": {
"type": "object",
"properties": {
"expirationDate": {
"type": "string",
"format": "int64"
}
}
},
"v1MintResponse": {
"type": "object",
"properties": {