File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const (
3333 // maxProtocolVersion is the max protocol version the peer supports.
3434 //Common constants
3535 VERSION_0 = byte (0 )
36- FACTOMD_VERSION = 3007000 //fixed point. resolves to 0.<minor1 release>.<minor2 release>.<minor3 release>
36+ FACTOMD_VERSION = 3008000 //fixed point. resolves to 0.<minor1 release>.<minor2 release>.<minor3 release>
3737 NETWORK_ID_DB = uint32 (4203931041 ) //0xFA92E5A1
3838 NETWORK_ID_EB = uint32 (4203931042 ) //0xFA92E5A2
3939 NETWORK_ID_CB = uint32 (4203931043 ) //0xFA92E5A3
Original file line number Diff line number Diff line change @@ -186,6 +186,10 @@ func isCompilerVersionOK() bool {
186186 if strings .Contains (runtime .Version (), "1.6" ) {
187187 goodenough = true
188188 }
189+
190+ if strings .Contains (runtime .Version (), "1.7" ) {
191+ goodenough = true
192+ }
189193
190194 return goodenough
191195}
You can’t perform that action at this time.
0 commit comments