Skip to content

Commit 0d4e9a0

Browse files
authored
Merge pull request #718 from tronprotocol/master
feat(merge): master into develop
2 parents dce2e2f + c018da6 commit 0d4e9a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/main/protos/api/api.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,8 @@ message Return {
10511051
SERVER_BUSY = 9;
10521052
NO_CONNECTION = 10;
10531053
NOT_ENOUGH_EFFECTIVE_CONNECTION = 11;
1054+
BLOCK_UNSOLIDIFIED = 12;
1055+
10541056
OTHER_ERROR = 20;
10551057
}
10561058

src/main/protos/core/Tron.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ message HelloMessage {
626626
bytes signature = 8;
627627
int32 nodeType = 9;
628628
int64 lowestBlockNum = 10;
629+
bytes codeVersion = 11;
629630
}
630631

631632
message InternalTransaction {

0 commit comments

Comments
 (0)