geth: update to 1.10.2
This commit is contained in:
parent
63e26f6a7c
commit
4d59c7b705
@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://geth.ethereum.org/
|
||||
TERMUX_PKG_DESCRIPTION="Go implementation of the Ethereum protocol"
|
||||
TERMUX_PKG_LICENSE="LGPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
|
||||
TERMUX_PKG_VERSION=1.9.25
|
||||
TERMUX_PKG_VERSION=1.10.2
|
||||
TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=d7b733aeef4eba97f5351ba435001fa7365f55adabffdfdda909700335e98b0e
|
||||
TERMUX_PKG_SHA256=bb98065fadca84ad7f8a3536739071192aaaa154dbebefc7d613220718f84941
|
||||
|
||||
termux_step_make() {
|
||||
termux_setup_golang
|
||||
|
@ -1,8 +1,8 @@
|
||||
This patch will not be necessary once https://github.com/karalabe/usb/pull/14 has been merged.
|
||||
|
||||
diff -u -r ../go-ethereum-1.9.9/accounts/usbwallet/hub.go ./accounts/usbwallet/hub.go
|
||||
--- ../go-ethereum-1.9.9/accounts/usbwallet/hub.go 2019-12-06 09:51:37.000000000 +0000
|
||||
+++ ./accounts/usbwallet/hub.go 2019-12-12 00:16:14.379913000 +0000
|
||||
diff -uNr go-ethereum-1.10.2/accounts/usbwallet/hub.go go-ethereum-1.10.2.mod/accounts/usbwallet/hub.go
|
||||
--- go-ethereum-1.10.2/accounts/usbwallet/hub.go 2021-04-08 11:02:25.000000000 +0000
|
||||
+++ go-ethereum-1.10.2.mod/accounts/usbwallet/hub.go 2021-05-04 14:37:49.283368163 +0000
|
||||
@@ -26,7 +26,7 @@
|
||||
"github.com/ethereum/go-ethereum/accounts"
|
||||
"github.com/ethereum/go-ethereum/event"
|
||||
@ -12,9 +12,9 @@ diff -u -r ../go-ethereum-1.9.9/accounts/usbwallet/hub.go ./accounts/usbwallet/h
|
||||
)
|
||||
|
||||
// LedgerScheme is the protocol scheme prefixing account and wallet URLs.
|
||||
diff -u -r ../go-ethereum-1.9.9/accounts/usbwallet/wallet.go ./accounts/usbwallet/wallet.go
|
||||
--- ../go-ethereum-1.9.9/accounts/usbwallet/wallet.go 2019-12-06 09:51:37.000000000 +0000
|
||||
+++ ./accounts/usbwallet/wallet.go 2019-12-12 00:16:26.669913000 +0000
|
||||
diff -uNr go-ethereum-1.10.2/accounts/usbwallet/wallet.go go-ethereum-1.10.2.mod/accounts/usbwallet/wallet.go
|
||||
--- go-ethereum-1.10.2/accounts/usbwallet/wallet.go 2021-04-08 11:02:25.000000000 +0000
|
||||
+++ go-ethereum-1.10.2.mod/accounts/usbwallet/wallet.go 2021-05-04 14:37:55.783368221 +0000
|
||||
@@ -31,7 +31,7 @@
|
||||
"github.com/ethereum/go-ethereum/core/types"
|
||||
"github.com/ethereum/go-ethereum/crypto"
|
||||
@ -24,16 +24,27 @@ diff -u -r ../go-ethereum-1.9.9/accounts/usbwallet/wallet.go ./accounts/usbwalle
|
||||
)
|
||||
|
||||
// Maximum time between wallet health checks to detect USB unplugs.
|
||||
diff -u -r ../go-ethereum-1.9.9/go.mod ./go.mod
|
||||
--- ../go-ethereum-1.9.9/go.mod 2019-12-06 09:51:37.000000000 +0000
|
||||
+++ ./go.mod 2019-12-12 00:09:11.128276000 +0000
|
||||
@@ -33,7 +33,7 @@
|
||||
github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
|
||||
diff -uNr go-ethereum-1.10.2/go.mod go-ethereum-1.10.2.mod/go.mod
|
||||
--- go-ethereum-1.10.2/go.mod 2021-04-08 11:02:25.000000000 +0000
|
||||
+++ go-ethereum-1.10.2.mod/go.mod 2021-05-04 14:39:41.515369240 +0000
|
||||
@@ -36,7 +36,7 @@
|
||||
github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
|
||||
github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21
|
||||
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
|
||||
github.com/julienschmidt/httprouter v1.2.0
|
||||
- github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356
|
||||
+ github.com/fornwall/usb v0.0.0-20191212001557-3a1f5af8866c
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
|
||||
github.com/kylelemons/godebug v1.1.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.0
|
||||
github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035
|
||||
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
|
||||
diff -uNr go-ethereum-1.10.2/go.sum go-ethereum-1.10.2.mod/go.sum
|
||||
--- go-ethereum-1.10.2/go.sum 2021-04-08 11:02:25.000000000 +0000
|
||||
+++ go-ethereum-1.10.2.mod/go.sum 2021-05-04 14:40:35.155369756 +0000
|
||||
@@ -153,6 +153,8 @@
|
||||
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 h1:FtmdgXiUlNeRsoNMFlKLDt+S+6hbjVMEW6RGQ7aUf7c=
|
||||
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5/go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0=
|
||||
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
|
||||
+github.com/fornwall/usb v0.0.0-20191212001557-3a1f5af8866c h1:UEdVa8x3R4rIeAqtLrm5Vhy65uWGrOEPTLCk+M5tfIo=
|
||||
+github.com/fornwall/usb v0.0.0-20191212001557-3a1f5af8866c/go.mod h1:V2RANuPizn/vsKfOeHqQpxT2CfBd2TowKNE3owVHHoM=
|
||||
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
|
||||
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
|
||||
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
|
||||
|
Loading…
Reference in New Issue
Block a user