Skip to content

Commit 5cc8dbe

Browse files
committed
feature: optimize asset
1. add asset field
1 parent 9ae1f62 commit 5cc8dbe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/Tron.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ message Account {
161161
int64 old_tron_power = 46;
162162
Frozen tron_power = 47;
163163

164+
bool asset_optimized = 60;
165+
164166
// this account create time
165167
int64 create_time = 0x09;
166168
// this last operation time, including transfer, voting and so on. //FIXME fix grammar
@@ -598,6 +600,7 @@ enum ReasonCode {
598600
TIME_OUT = 0x20;
599601
CONNECT_FAIL = 0x21;
600602
TOO_MANY_PEERS_WITH_SAME_IP = 0x22;
603+
LIGHT_NODE_SYNC_FAIL = 0x23;
601604
UNKNOWN = 0xFF;
602605
}
603606

@@ -619,6 +622,8 @@ message HelloMessage {
619622
BlockId headBlockId = 6;
620623
bytes address = 7;
621624
bytes signature = 8;
625+
int32 nodeType = 9;
626+
int64 lowestBlockNum = 10;
622627
}
623628

624629
message InternalTransaction {

0 commit comments

Comments
 (0)