Commit d45ebb4a authored by jiangpeng's avatar jiangpeng Committed by 33cn

protobuf:update version 1.4.3

parent 739e84e4
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto";
package types;
option go_package = "../types";
message Accountmanager {
}
......
......@@ -11,6 +11,7 @@ import "rule.proto";
import "change.proto";
package types;
option go_package = "../types";
// message for execs.Autonomy
message AutonomyAction {
......@@ -41,4 +42,4 @@ message AutonomyAction {
TerminateProposalChange tmintPropChange = 19;
}
int32 ty = 20;
}
\ No newline at end of file
}
......@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto";
package types;
option go_package = "../types";
message AutonomyProposalBoard {
ProposalBoard propBoard = 1;
......@@ -79,4 +80,4 @@ message ReqQueryProposalBoard {
message ReplyQueryProposalBoard {
repeated AutonomyProposalBoard propBoards = 1;
}
\ No newline at end of file
}
......@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto";
package types;
option go_package = "../types";
message AutonomyProposalChange {
ProposalChange propChange = 1;
......@@ -82,4 +83,4 @@ message ReqQueryProposalChange {
message ReplyQueryProposalChange {
repeated AutonomyProposalChange propChanges = 1;
}
\ No newline at end of file
}
......@@ -5,6 +5,7 @@
syntax = "proto3";
package types;
option go_package = "../types";
message VoteResult {
// 总票数
......@@ -50,4 +51,4 @@ message ActiveBoard {
repeated string revboards = 2;
int64 amount = 3;
int64 startHeight = 4;
}
\ No newline at end of file
}
......@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto";
package types;
option go_package = "../types";
message AutonomyProposalProject {
ProposalProject propProject = 1;
......@@ -93,4 +94,4 @@ message ReqQueryProposalProject {
message ReplyQueryProposalProject {
repeated AutonomyProposalProject propProjects = 1;
}
\ No newline at end of file
}
......@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto";
package types;
option go_package = "../types";
message AutonomyProposalRule {
ProposalRule propRule = 1;
......@@ -113,4 +114,4 @@ message RelationCmt {
message ReplyQueryProposalComment {
repeated RelationCmt rltCmt = 1;
}
\ No newline at end of file
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto";
package types;
option go_package = "../types";
message AddressResult {
string addr = 1;
......@@ -197,4 +198,4 @@ service blackwhite {
//交易接口
rpc Play(BlackwhitePlay) returns (UnsignTx) {}
rpc TimeoutDone(BlackwhiteTimeoutDone) returns (UnsignTx) {}
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package types;
option go_package = "../types";
message Cert {
bytes certId = 1;
......@@ -51,4 +52,4 @@ message ReqQueryValidCertSN {
message RepQueryValidCertSN {
bytes sn = 1;
}
\ No newline at end of file
}
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
import "transaction.proto";
option go_package = "types";
// message for execs.coinsx
message CoinsxAction {
oneof value {
......@@ -66,4 +65,4 @@ message CoinsConfig {
TransferFlagConfig transferFlag = 2;
ManagerAccountsConfig managerAccounts = 3;
}
}
\ No newline at end of file
}
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
// 放贷信息
message Collateralize {
......@@ -219,4 +220,4 @@ message RepCollateralizePrice {
// 返回用户借贷总额
message RepCollateralizeUserBalance {
int64 balance = 1; //返回用户借贷总额
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package types;
option go_package = "../types";
// CandidatorInfo 候选节点信息
message CandidatorInfo {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package echo;
option go_package = "../types";
// ping操作action
message Ping {
......@@ -37,4 +38,4 @@ message Query {
message QueryResult {
string msg = 1;
int32 count = 2;
}
\ No newline at end of file
}
syntax = "proto3";
package types;
option go_package = "../types";
//合约对象信息
message EVMContractObject {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package types;
option go_package = "../types";
message Exchange {}
......
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
message Game {
//默认是由创建这局游戏的txHash作为gameId
......
This diff is collapsed.
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto";
package types;
option go_package = "../types";
// GuessGame 竞猜游戏详情
message GuessGame {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package types;
option go_package = "../types";
message Hashlock {
bytes hashlockId = 1;
......@@ -50,4 +51,4 @@ message HashlockAction {
HashlockUnlock hunlock = 3;
}
int32 ty = 4;
}
\ No newline at end of file
}
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
// 发行信息
message Issuance {
......@@ -177,4 +178,4 @@ message RepIssuancePrice {
// 返回用户发行总额
message RepIssuanceUserBalance {
int64 balance = 1; //返回用户发行总额
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package jsproto;
option go_package = "../jsproto";
// create action
message Create {
......@@ -28,4 +29,4 @@ message JsLog {
message QueryResult {
string data = 1;
}
\ No newline at end of file
}
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
message PurchaseRecord {
int64 amount = 1;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
import "account.proto";
package types;
option go_package = "../types";
//////////////////////////////////////////////////////////////////////////////
// message for multisig start/////////////////////////////////////////////////////
......@@ -342,4 +343,4 @@ message OwnerAttr {
message OwnerAttrs {
repeated OwnerAttr items = 1;
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package types;
option go_package = "../types";
message Norm {
bytes normId = 1;
......@@ -22,4 +23,4 @@ message NormPut {
message NormGetKey {
bytes key = 1;
}
\ No newline at end of file
}
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
//事件
message OracleStatus {
......@@ -92,4 +93,4 @@ message ReceiptOracle {
message ReplyOracleStatusList {
repeated OracleStatus status = 1; //状态集
}
\ No newline at end of file
}
This diff is collapsed.
......@@ -5,6 +5,7 @@ import "common.proto";
import "blockchain.proto";
package types;
option go_package = "../types";
// stateDB
message ParacrossStatusDetails {
......@@ -511,4 +512,4 @@ message BlsPubKey{
service paracross {
rpc IsSync(ReqNil) returns (IsCaughtUp) {}
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package types;
option go_package = "../types";
//斗牛游戏内容
message PokerBull {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3";
package types;
option go_package = "../types";
import "common.proto";
import "transaction.proto";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "blockchain.proto";
package types;
option go_package = "../types";
message QbftBlockID {
bytes hash = 1;
......@@ -194,4 +195,4 @@ message QbftAggVote {
uint32 type = 6;
QbftBlockID blockID = 7;
bytes signature = 8;
}
\ No newline at end of file
}
syntax = "proto3";
package types;
option go_package = "../types";
import "common.proto";
import "qbft.proto";
......@@ -58,4 +59,4 @@ message ReqQbftPerfStat {
service qbftNode {
rpc IsSync(ReqNil) returns (QbftIsHealthy) {}
rpc GetNodeInfo(ReqNil) returns (QbftNodeInfoSet) {}
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
enum RelayOrderStatus {
init = 0;
......@@ -216,4 +217,4 @@ message ReplayRelayQryBTCHeadHeight {
int64 curHeight = 1; // current height in chain
int64 baseHeight = 2; // base height means the the 1st head record in chain db
// (base height can be change)
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto";
package types;
option go_package = "../types";
// message for retrieve start
message RetrievePara {
......@@ -80,4 +81,4 @@ service retrieve {
rpc Cancel(CancelRetrieve) returns (UnsignTx) {}
}
// message for retrieve end
\ No newline at end of file
// message for retrieve end
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
//后面如果有其他数据模型可继续往上面添加
message Storage {
oneof value {
......
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
import "common.proto";
......@@ -138,4 +139,4 @@ service ticket {
// Miner
//设置自动挖矿
rpc SetAutoMining(MinerFlag) returns (Reply) {}
}
\ No newline at end of file
}
This diff is collapsed.
......@@ -4,6 +4,7 @@ import "transaction.proto";
import "account.proto";
package types;
option go_package = "../types";
// action
message TokenAction {
......@@ -174,4 +175,4 @@ service token {
// token 对外提供服务的接口
//区块链接口
rpc GetTokenBalance(ReqTokenBalance) returns (Accounts) {}
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto";
package types;
option go_package = "../types";
// trade 交易部分
//
......@@ -330,4 +331,4 @@ service trade {
rpc CreateRawTradeBuyLimitTx(TradeForBuyLimit) returns (UnsignTx) {}
rpc CreateRawTradeSellMarketTx(TradeForSellMarket) returns (UnsignTx) {}
rpc CreateRawTradeRevokeBuyTx(TradeForRevokeBuy) returns (UnsignTx) {}
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -7,6 +7,7 @@ syntax = "proto3";
import "common.proto";
package types;
option go_package = "../types";
message Unfreeze {
//解冻交易ID(唯一识别码)
......@@ -135,4 +136,4 @@ message ReplyUnfreezes {
service unfreeze {
rpc GetUnfreezeWithdraw(ReqString) returns (ReplyQueryUnfreezeWithdraw) {}
rpc QueryUnfreeze(ReqString) returns (Unfreeze) {}
}
\ No newline at end of file
}
This diff is collapsed.
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "blockchain.proto";
package types;
option go_package = "../types";
message BlockID {
bytes hash = 1;
......@@ -186,4 +187,4 @@ message AggVote {
uint32 type = 6;
BlockID blockID = 7;
bytes signature = 8;
}
\ No newline at end of file
}
syntax = "proto3";
package types;
option go_package = "../types";
import "common.proto";
import "tendermint.proto";
......@@ -58,4 +59,4 @@ message ReqPerfStat {
service valnode {
rpc IsSync(ReqNil) returns (IsHealthy) {}
rpc GetNodeInfo(ReqNil) returns (ValNodeInfoSet) {}
}
\ No newline at end of file
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
// vote 合约交易行为总类型
message VoteAction {
......
This diff is collapsed.
syntax = "proto3";
package types;
option go_package = "../types";
message wasmAction {
oneof value {
......
This diff is collapsed.
......@@ -3,6 +3,7 @@ syntax = "proto3";
import "x2ethereum.proto";
package types;
option go_package = "../types";
// EthBridgeClaim is a structure that contains all the data for a particular bridge claim
message OracleClaim {
......
syntax = "proto3";
package types;
option go_package = "../types";
import "transaction.proto";
import "account.proto";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment