chore: update protobuf + gRPC toolchains

This commit is contained in:
Nex Zhu
2024-03-06 15:37:53 +08:00
parent b74f3fe89c
commit d607cb6a7b
9 changed files with 338 additions and 252 deletions

View File

@@ -249,6 +249,30 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "creator_signature",
"description": "产块者签名",
"label": "",
"type": "bytes",
"longType": "bytes",
"fullType": "bytes",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "witness_signatures",
"description": "见证者签名",
"label": "repeated",
"type": "bytes",
"longType": "bytes",
"fullType": "bytes",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
@@ -604,7 +628,7 @@
"fields": [
{
"name": "name",
"description": "账本名称",
"description": "Ledger name\n账本名称",
"label": "",
"type": "string",
"longType": "string",
@@ -628,7 +652,7 @@
"fields": [
{
"name": "ok",
"description": "是否创建成功",
"description": "Boolean value indicating if the ledger is successfully created\n是否创建成功",
"label": "",
"type": "bool",
"longType": "bool",
@@ -652,7 +676,7 @@
"fields": [
{
"name": "ledgers",
"description": "帐本名称列表",
"description": "List of ledger names\n帐本名称列表",
"label": "repeated",
"type": "string",
"longType": "string",
@@ -676,7 +700,7 @@
"fields": [
{
"name": "ledger",
"description": "账本名称",
"description": "Ledger name\n账本名称",
"label": "",
"type": "string",
"longType": "string",
@@ -688,7 +712,7 @@
},
{
"name": "transaction",
"description": "事务信息",
"description": "Transaction info\n事务信息",
"label": "",
"type": "Transaction",
"longType": "SendTransactionRequest.Transaction",
@@ -784,7 +808,7 @@
"fields": [
{
"name": "hash",
"description": "事务哈希",
"description": "Hash of the created transaction\n事务哈希",
"label": "",
"type": "bytes",
"longType": "bytes",
@@ -867,7 +891,7 @@
"fields": [
{
"name": "version",
"description": "节点客户端版本",
"description": "Client version\n节点客户端版本",
"label": "",
"type": "string",
"longType": "string",
@@ -1464,6 +1488,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "offset",
"description": "起始值",
"label": "",
"type": "int64",
"longType": "int64",
"fullType": "int64",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "count",
"description": "查询区块数量",