Skip to content

Commit

Permalink
Merge pull request #240 from tronprotocol/release_v4.7.4
Browse files Browse the repository at this point in the history
feat(protobuf): merge release v4.7.4 into master
  • Loading branch information
forfreeday authored Mar 15, 2024
2 parents 961d063 + cc610b3 commit 2a67893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 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 2a67893

Please sign in to comment.