Skip to content

Commit 55a5c84

Browse files
Merge pull request #29 from HorizenOfficial/version_1_1_0_-final
Version 1.1.0 final
2 parents aa07f0e + a1637f2 commit 55a5c84

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22

3+
## 1.1.0
4+
- Based on [HorizenOfficial/go-ethereum](https://github.com/HorizenOfficial/go-ethereum) `v1.1.0`
5+
(Shangai update)
6+
37
## 1.0.0
48

59
- Updated Go version to 1.21
610
- Based on [HorizenOfficial/go-ethereum](https://github.com/HorizenOfficial/go-ethereum) `v1.0.0`
711
- Support for interoperability between EVM and native smart contracts
812

9-
10-
1113
## 0.1.0
1214

1315
Provides standalone access to go-ethereum features:

libevm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.horizen</groupId>
55
<artifactId>libevm</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>This library provides access to a standalone version of the go-ethereum EVM and its state storage layer StateDB and underlying LevelDB.</description>
99
<url>https://github.com/${project.github.organization}/${project.artifactId}</url>

native/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module libevm
22

33
go 1.21
44

5-
require github.com/HorizenOfficial/go-ethereum v1.1.0-snapshot3
5+
require github.com/HorizenOfficial/go-ethereum v1.1.0
66

77
require (
88
github.com/DataDog/zstd v1.4.5 // indirect

native/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a/go.mod h1:EF
3838
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible/go.mod h1:HPYO+50pSWkPoj9Q/eq0aRGByCL6ScRlUmiEX5Zgm+w=
3939
github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
4040
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=
4343
github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY=
4444
github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7/go.mod h1:6E6s8o2AE4KhCrqr6GRJjdC/gNfTdxkIXvuGZZda2VM=
4545
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=

0 commit comments

Comments
 (0)