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 631ccea + 31d5955 commit c018da6Copy full SHA for c018da6
src/main/protos/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
src/main/protos/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