Commit 8732efc 1 parent 299d174 commit 8732efc Copy full SHA for 8732efc
File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
EVM-compatible chain secured by the Lachesis consensus algorithm.
4
4
5
+ > [ !CAUTION]
6
+ > This is client of the Fantom Opera main net. It will not work with the new Sonic network.
7
+ > If you are looking for Sonic network client, check repository [ 0xsoniclabs/sonic] ( https://github.com/0xsoniclabs/sonic ) .
8
+
5
9
## Building the source
6
10
7
- Building Sonic requires both a Go (version 1.21 or later ) and a C compiler. You can install
11
+ Building Sonic requires both a Go (version 1.21) and a C compiler. You can install
8
12
them using your favourite package manager. Once the dependencies are installed, run:
9
13
10
14
``` shell
Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ require (
117
117
gopkg.in/yaml.v3 v3.0.1 // indirect
118
118
)
119
119
120
- replace github.com/ethereum/go-ethereum => github.com/Fantom-foundation/go-ethereum-substate v1.1.1-0.20240814103603-fd3f24371804
120
+ replace github.com/ethereum/go-ethereum => github.com/Fantom-foundation/go-ethereum-substate v1.1.1-0.20250210130925-ab1d0339012b
121
121
122
122
replace github.com/dvyukov/go-fuzz => github.com/guzenok/go-fuzz v0.0.0-20210201043429-a8e90a2a4f88
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ github.com/Fantom-foundation/Carmen/go v0.0.0-20240919111317-5c737f72628f h1:86p
47
47
github.com/Fantom-foundation/Carmen/go v0.0.0-20240919111317-5c737f72628f /go.mod h1:vNRGm/b21hDlF8kYyKHkXq1s+jLMKpV4jGwXHylXIIg =
48
48
github.com/Fantom-foundation/Substate v0.0.0-20230224090651-4c8c024214f4 h1:AA0BtERxmlf7jvDF4fwIB2k/Lsc7HTRE3QHTZnfcSVA =
49
49
github.com/Fantom-foundation/Substate v0.0.0-20230224090651-4c8c024214f4 /go.mod h1:/yIHWCDDJcdKMJYvOLdYOnHt5eUBF9XWnrvrNE+90ik =
50
- github.com/Fantom-foundation/go-ethereum-substate v1.1.1-0.20240814103603-fd3f24371804 h1:lDu7jjnBbxBOhzjWxOBDjK6oWDl6Ko/BLnSXQTQ+BNM =
51
- github.com/Fantom-foundation/go-ethereum-substate v1.1.1-0.20240814103603-fd3f24371804 /go.mod h1:c3Vd9obNDz3aXon1eECFubH6ewx9ZIUI6MCiZV7zAhE =
50
+ github.com/Fantom-foundation/go-ethereum-substate v1.1.1-0.20250210130925-ab1d0339012b h1:nSI/o7Vj7tUvrvaIqfaa68RBlMPePRb/FonhGFZD8L8 =
51
+ github.com/Fantom-foundation/go-ethereum-substate v1.1.1-0.20250210130925-ab1d0339012b /go.mod h1:c3Vd9obNDz3aXon1eECFubH6ewx9ZIUI6MCiZV7zAhE =
52
52
github.com/Fantom-foundation/lachesis-base v0.0.0-20240116072301-a75735c4ef00 h1:yw5QaA7u4t2/j7VIGrMt640Kuhsx6pEIHM3bj10glWc =
53
53
github.com/Fantom-foundation/lachesis-base v0.0.0-20240116072301-a75735c4ef00 /go.mod h1:Ogv5etzSmM2rQ4eN3OfmyitwWaaPjd4EIDiW/NAbYGk =
54
54
github.com/Joker/hpp v1.0.0 /go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY =
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ func init() {
9
9
params .VersionMajor = 1 // Major version component of the current release
10
10
params .VersionMinor = 2 // Minor version component of the current release
11
11
params .VersionPatch = 1 // Patch version component of the current release
12
- params .VersionMeta = "g " // Version metadata to append to the version string
12
+ params .VersionMeta = "h " // Version metadata to append to the version string
13
13
}
14
14
15
15
func AsString () string {
You can’t perform that action at this time.
0 commit comments