Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge commit '647650de48d27934e0eb018db1c0ff4242ee39a5' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/protos/core/Tron.proto
  • Loading branch information
zhaohong committed Apr 25, 2018
2 parents 6eba349 + 647650d commit f5e7632
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ message Account {
// the vote num to this super rep.
int64 vote_count = 2;
}

bytes account_name = 1;
AccountType type = 2;
// the create adress
Expand All @@ -54,6 +55,11 @@ message acuthrity {
bytes permission_name = 2;
}


message permision {
AccountId account = 1;
}

// Witness
message Witness {
bytes address = 1;
Expand Down Expand Up @@ -107,6 +113,7 @@ message Transaction {
DeployContract = 7;
WitnessUpdateContract = 8;
ParticipateAssetIssueContract = 9;
AccountUpdateContract = 10;
CustomContract = 20;
}
ContractType type = 1;
Expand Down Expand Up @@ -244,4 +251,5 @@ message DisconnectMessage {
message HelloMessage {
Endpoint from = 1;
int32 version = 2;
int64 timestamp = 3;
}

0 comments on commit f5e7632

Please sign in to comment.