Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit 47b11c3

Browse files
authored
Update geth 1.8.20 (#4167)
* Txhistory fixes (#4150) (#4152) * Txhistory fixes (#4150) * Fix undefined variable * Tx history window: removig always on top setting * Safeguarding variable value. * Safeguarding variable value. * Prebuilt interface * Bumps geth to 1.8.20
1 parent 3134df9 commit 47b11c3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

clientBinaries.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"clients": {
33
"Geth": {
4-
"version": "1.8.16",
4+
"version": "1.8.20",
55
"platforms": {
66
"linux": {
77
"x64": {
88
"download": {
99
"url":
10-
"https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.16-477eb093.tar.gz",
10+
"https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.20-24d727b6.tar.gz",
1111
"type": "tar",
12-
"md5": "97000597053012ad3a5f6f5af832fdb8",
13-
"bin": "geth-linux-amd64-1.8.16-477eb093/geth"
12+
"md5": "02dbf3cbe10c684a67ca890f647fa0b7",
13+
"bin": "geth-linux-amd64-1.8.20-24d727b6/geth"
1414
},
1515
"bin": "geth",
1616
"commands": {
1717
"sanity": {
1818
"args": ["version"],
19-
"output": ["Geth", "1.8.16"]
19+
"output": ["Geth", "1.8.20"]
2020
}
2121
}
2222
},
2323
"ia32": {
2424
"download": {
2525
"url":
26-
"https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.8.16-477eb093.tar.gz",
26+
"https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.8.20-24d727b6.tar.gz",
2727
"type": "tar",
28-
"md5": "68f366aac8214b18cf76395c84b8c787",
29-
"bin": "geth-linux-386-1.8.16-477eb093/geth"
28+
"md5": "89bcdb8c532e3b6a60c987d16206e8d9",
29+
"bin": "geth-linux-386-1.8.20-24d727b6/geth"
3030
},
3131
"bin": "geth",
3232
"commands": {
3333
"sanity": {
3434
"args": ["version"],
35-
"output": ["Geth", "1.8.16"]
35+
"output": ["Geth", "1.8.20"]
3636
}
3737
}
3838
}
@@ -41,16 +41,16 @@
4141
"x64": {
4242
"download": {
4343
"url":
44-
"https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.8.16-477eb093.tar.gz",
44+
"https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.8.20-24d727b6.tar.gz",
4545
"type": "tar",
46-
"md5": "245a70f17737c1d3bb9e12e67f06803c",
47-
"bin": "geth-darwin-amd64-1.8.16-477eb093/geth"
46+
"md5": "5ff0cecc3f361391f531e412807c12dd",
47+
"bin": "geth-darwin-amd64-1.8.20-24d727b6/geth"
4848
},
4949
"bin": "geth",
5050
"commands": {
5151
"sanity": {
5252
"args": ["version"],
53-
"output": ["Geth", "1.8.16"]
53+
"output": ["Geth", "1.8.20"]
5454
}
5555
}
5656
}
@@ -59,32 +59,32 @@
5959
"x64": {
6060
"download": {
6161
"url":
62-
"https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.8.16-477eb093.zip",
62+
"https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.8.20-24d727b6.zip",
6363
"type": "zip",
64-
"md5": "2d825be4605740fee35cb83dd33b7aa6",
65-
"bin": "geth-windows-amd64-1.8.16-477eb093\\geth.exe"
64+
"md5": "4b1ab1ab386ec800db17b819e7517bbd",
65+
"bin": "geth-windows-amd64-1.8.20-24d727b6\\geth.exe"
6666
},
6767
"bin": "geth.exe",
6868
"commands": {
6969
"sanity": {
7070
"args": ["version"],
71-
"output": ["Geth", "1.8.16"]
71+
"output": ["Geth", "1.8.20"]
7272
}
7373
}
7474
},
7575
"ia32": {
7676
"download": {
7777
"url":
78-
"https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.8.16-477eb093.zip",
78+
"https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.8.20-24d727b6.zip",
7979
"type": "zip",
80-
"md5": "ff51dcd3e37367fa1d53f6687f51f1c6",
81-
"bin": "geth-windows-386-1.8.16-477eb093\\geth.exe"
80+
"md5": "ad3700cc9622b5609dd0a9d9b2ad8087",
81+
"bin": "geth-windows-386-1.8.20-24d727b6\\geth.exe"
8282
},
8383
"bin": "geth.exe",
8484
"commands": {
8585
"sanity": {
8686
"args": ["version"],
87-
"output": ["Geth", "1.8.16"]
87+
"output": ["Geth", "1.8.20"]
8888
}
8989
}
9090
}

0 commit comments

Comments
 (0)