File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.0
4
+ - Based on [ HorizenOfficial/go-ethereum] ( https://github.com/HorizenOfficial/go-ethereum ) ` v1.1.0 `
5
+ (Shangai update)
6
+
3
7
## 1.0.0
4
8
5
9
- Updated Go version to 1.21
6
10
- Based on [ HorizenOfficial/go-ethereum] ( https://github.com/HorizenOfficial/go-ethereum ) ` v1.0.0 `
7
11
- Support for interoperability between EVM and native smart contracts
8
12
9
-
10
-
11
13
## 0.1.0
12
14
13
15
Provides standalone access to go-ethereum features:
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.horizen</groupId >
5
5
<artifactId >libevm</artifactId >
6
- <version >1.1.0-SNAPSHOT </version >
6
+ <version >1.1.0</version >
7
7
<name >${project.groupId} :${project.artifactId} </name >
8
8
<description >This library provides access to a standalone version of the go-ethereum EVM and its state storage layer StateDB and underlying LevelDB.</description >
9
9
<url >https://github.com/${project.github.organization} /${project.artifactId} </url >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module libevm
2
2
3
3
go 1.21
4
4
5
- require github.com/HorizenOfficial/go-ethereum v1.1.0-snapshot3
5
+ require github.com/HorizenOfficial/go-ethereum v1.1.0
6
6
7
7
require (
8
8
github.com/DataDog/zstd v1.4.5 // indirect
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a/go.mod h1:EF
38
38
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible /go.mod h1:HPYO+50pSWkPoj9Q/eq0aRGByCL6ScRlUmiEX5Zgm+w =
39
39
github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ =
40
40
github.com/DataDog/zstd v1.4.5 /go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo =
41
- github.com/HorizenOfficial/go-ethereum v1.1.0-snapshot3 h1:F57iRtDClo1UXRQ9iIRLUW1+ivawCsKHexdlH0aTFRA =
42
- github.com/HorizenOfficial/go-ethereum v1.1.0-snapshot3 /go.mod h1:Xurm/mFGe4vo6soNWfMqbH4oJmbyOc5DxVFrPxH3ul4 =
41
+ github.com/HorizenOfficial/go-ethereum v1.1.0 h1:C78Oi4lBQZJSz+6iWMkAyHdHuYWYWDiYytbM2AVZXqs =
42
+ github.com/HorizenOfficial/go-ethereum v1.1.0 /go.mod h1:Xurm/mFGe4vo6soNWfMqbH4oJmbyOc5DxVFrPxH3ul4 =
43
43
github.com/Joker/hpp v1.0.0 /go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY =
44
44
github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7 /go.mod h1:6E6s8o2AE4KhCrqr6GRJjdC/gNfTdxkIXvuGZZda2VM =
45
45
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow =
You can’t perform that action at this time.
0 commit comments