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

Commit

Permalink
Update geth 1.8.20 (#4167)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
evertonfraga authored Jan 7, 2019
1 parent 3134df9 commit 47b11c3
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions clientBinaries.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"clients": {
"Geth": {
"version": "1.8.16",
"version": "1.8.20",
"platforms": {
"linux": {
"x64": {
"download": {
"url":
"https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.16-477eb093.tar.gz",
"https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.20-24d727b6.tar.gz",
"type": "tar",
"md5": "97000597053012ad3a5f6f5af832fdb8",
"bin": "geth-linux-amd64-1.8.16-477eb093/geth"
"md5": "02dbf3cbe10c684a67ca890f647fa0b7",
"bin": "geth-linux-amd64-1.8.20-24d727b6/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": ["Geth", "1.8.16"]
"output": ["Geth", "1.8.20"]
}
}
},
"ia32": {
"download": {
"url":
"https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.8.16-477eb093.tar.gz",
"https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.8.20-24d727b6.tar.gz",
"type": "tar",
"md5": "68f366aac8214b18cf76395c84b8c787",
"bin": "geth-linux-386-1.8.16-477eb093/geth"
"md5": "89bcdb8c532e3b6a60c987d16206e8d9",
"bin": "geth-linux-386-1.8.20-24d727b6/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": ["Geth", "1.8.16"]
"output": ["Geth", "1.8.20"]
}
}
}
Expand All @@ -41,16 +41,16 @@
"x64": {
"download": {
"url":
"https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.8.16-477eb093.tar.gz",
"https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.8.20-24d727b6.tar.gz",
"type": "tar",
"md5": "245a70f17737c1d3bb9e12e67f06803c",
"bin": "geth-darwin-amd64-1.8.16-477eb093/geth"
"md5": "5ff0cecc3f361391f531e412807c12dd",
"bin": "geth-darwin-amd64-1.8.20-24d727b6/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": ["Geth", "1.8.16"]
"output": ["Geth", "1.8.20"]
}
}
}
Expand All @@ -59,32 +59,32 @@
"x64": {
"download": {
"url":
"https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.8.16-477eb093.zip",
"https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.8.20-24d727b6.zip",
"type": "zip",
"md5": "2d825be4605740fee35cb83dd33b7aa6",
"bin": "geth-windows-amd64-1.8.16-477eb093\\geth.exe"
"md5": "4b1ab1ab386ec800db17b819e7517bbd",
"bin": "geth-windows-amd64-1.8.20-24d727b6\\geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": ["Geth", "1.8.16"]
"output": ["Geth", "1.8.20"]
}
}
},
"ia32": {
"download": {
"url":
"https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.8.16-477eb093.zip",
"https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.8.20-24d727b6.zip",
"type": "zip",
"md5": "ff51dcd3e37367fa1d53f6687f51f1c6",
"bin": "geth-windows-386-1.8.16-477eb093\\geth.exe"
"md5": "ad3700cc9622b5609dd0a9d9b2ad8087",
"bin": "geth-windows-386-1.8.20-24d727b6\\geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": ["Geth", "1.8.16"]
"output": ["Geth", "1.8.20"]
}
}
}
Expand Down

0 comments on commit 47b11c3

Please sign in to comment.