We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 961d063 + cc610b3 commit 2a67893Copy full SHA for 2a67893
api/api.proto
@@ -1051,6 +1051,8 @@ message Return {
1051
SERVER_BUSY = 9;
1052
NO_CONNECTION = 10;
1053
NOT_ENOUGH_EFFECTIVE_CONNECTION = 11;
1054
+ BLOCK_UNSOLIDIFIED = 12;
1055
+
1056
OTHER_ERROR = 20;
1057
}
1058
core/Tron.proto
@@ -626,6 +626,7 @@ message HelloMessage {
626
bytes signature = 8;
627
int32 nodeType = 9;
628
int64 lowestBlockNum = 10;
629
+ bytes codeVersion = 11;
630
631
632
message InternalTransaction {
0 commit comments