Skip to content

Commit

Permalink
Merge pull request #717 from tronprotocol/release_v4.7.4
Browse files Browse the repository at this point in the history
feat(merge): merge release_v4.7.4 into master
  • Loading branch information
forfreeday committed Mar 15, 2024
2 parents 631ccea + 31d5955 commit c018da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/protos/api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,8 @@ message Return {
SERVER_BUSY = 9;
NO_CONNECTION = 10;
NOT_ENOUGH_EFFECTIVE_CONNECTION = 11;
BLOCK_UNSOLIDIFIED = 12;

OTHER_ERROR = 20;
}

Expand Down
1 change: 1 addition & 0 deletions src/main/protos/core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ message HelloMessage {
bytes signature = 8;
int32 nodeType = 9;
int64 lowestBlockNum = 10;
bytes codeVersion = 11;
}

message InternalTransaction {
Expand Down

0 comments on commit c018da6

Please sign in to comment.