Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions config/x2mdx/wallet-gateway-openrpc/source-artifacts.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"source": "splice-wallet-kernel Wallet Gateway OpenRPC specs from wallet-gateway-remote releases",
"source": "canton-network/wallet Wallet Gateway OpenRPC specs from wallet-gateway-remote releases",
"release_repo": "canton-network/wallet",
"remote": "https://github.com/canton-network/wallet.git",
"tag_prefix": "@canton-network/wallet-gateway-remote@",
"min_version": "0.24.0",
"publish_version": "1.9.0",
"specs": [
{
"spec_id": "dapp-api",
Expand Down
44 changes: 34 additions & 10 deletions docs-main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1747,6 +1747,7 @@
{
"group": "Sync dApp API",
"pages": [
"reference/wallet-gateway-json-rpc/specs/dapp-api",
"reference/wallet-gateway-json-rpc/operations/dapp-api/accountschanged",
"reference/wallet-gateway-json-rpc/operations/dapp-api/connect",
"reference/wallet-gateway-json-rpc/operations/dapp-api/disconnect",
Expand All @@ -1760,13 +1761,13 @@
"reference/wallet-gateway-json-rpc/operations/dapp-api/prepareexecuteandwait",
"reference/wallet-gateway-json-rpc/operations/dapp-api/signmessage",
"reference/wallet-gateway-json-rpc/operations/dapp-api/status",
"reference/wallet-gateway-json-rpc/operations/dapp-api/txchanged",
"reference/wallet-gateway-json-rpc/operations/dapp-api/details"
"reference/wallet-gateway-json-rpc/operations/dapp-api/txchanged"
]
},
{
"group": "Async dApp API",
"pages": [
"reference/wallet-gateway-json-rpc/specs/dapp-remote-api",
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/accountschanged",
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/connect",
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/connected",
Expand All @@ -1781,18 +1782,19 @@
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/prepareexecute",
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/signmessage",
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/status",
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/txchanged",
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/details"
"reference/wallet-gateway-json-rpc/operations/dapp-remote-api/txchanged"
]
}
]
},
{
"group": "Wallet Gateway",
"pages": [
"reference/wallet-gateway-json-rpc/overview",
{
"group": "User API",
"pages": [
"reference/wallet-gateway-json-rpc/specs/user-api",
"reference/wallet-gateway-json-rpc/operations/user-api/addidp",
"reference/wallet-gateway-json-rpc/operations/user-api/addnetwork",
"reference/wallet-gateway-json-rpc/operations/user-api/addsession",
Expand Down Expand Up @@ -1824,13 +1826,13 @@
"reference/wallet-gateway-json-rpc/operations/user-api/setprimarywallet",
"reference/wallet-gateway-json-rpc/operations/user-api/sign",
"reference/wallet-gateway-json-rpc/operations/user-api/signmessage",
"reference/wallet-gateway-json-rpc/operations/user-api/syncwallets",
"reference/wallet-gateway-json-rpc/operations/user-api/details"
"reference/wallet-gateway-json-rpc/operations/user-api/syncwallets"
]
},
{
"group": "Signing API",
"pages": [
"reference/wallet-gateway-json-rpc/specs/signing-api",
"reference/wallet-gateway-json-rpc/operations/signing-api/createkey",
"reference/wallet-gateway-json-rpc/operations/signing-api/getconfiguration",
"reference/wallet-gateway-json-rpc/operations/signing-api/getkeys",
Expand All @@ -1839,11 +1841,9 @@
"reference/wallet-gateway-json-rpc/operations/signing-api/setconfiguration",
"reference/wallet-gateway-json-rpc/operations/signing-api/signmessage",
"reference/wallet-gateway-json-rpc/operations/signing-api/signtransaction",
"reference/wallet-gateway-json-rpc/operations/signing-api/subscribetransactions",
"reference/wallet-gateway-json-rpc/operations/signing-api/details"
"reference/wallet-gateway-json-rpc/operations/signing-api/subscribetransactions"
]
},
"reference/wallet-gateway-json-rpc/operations/details"
}
]
},
{
Expand Down Expand Up @@ -3038,6 +3038,30 @@
{
"source": "/reference/json-api-asyncapi-reference/operations/v2-updates/details",
"destination": "/reference/json-api-asyncapi-reference/channels/v2-updates"
},
{
"source": "/reference/wallet-gateway-json-rpc/operations/details",
"destination": "/reference/wallet-gateway-json-rpc/overview"
},
{
"source": "/reference/wallet-gateway-json-rpc/operations/dapp-api/details",
"destination": "/reference/wallet-gateway-json-rpc/specs/dapp-api"
},
{
"source": "/reference/wallet-gateway-json-rpc/operations/dapp-remote-api/details",
"destination": "/reference/wallet-gateway-json-rpc/specs/dapp-remote-api"
},
{
"source": "/reference/wallet-gateway-json-rpc/operations/user-api/details",
"destination": "/reference/wallet-gateway-json-rpc/specs/user-api"
},
{
"source": "/reference/wallet-gateway-json-rpc/operations/signing-api/details",
"destination": "/reference/wallet-gateway-json-rpc/specs/signing-api"
},
{
"source": "/reference/wallet-gateway-json-rpc",
"destination": "/reference/wallet-gateway-json-rpc/overview"
}
],
"footer": {
Expand Down
Loading