Skip to content

Commit

Permalink
Backend/Ether: mark ETC as no longer centralized
Browse files Browse the repository at this point in the history
Because we add now 6 more servers! Obtained via chainlist[1], a
site that was linked from an ethereumclassic.org blog entry[2].

[1] https://chainlist.org/chain/61
[2] https://ethereumclassic.org/blog/2023-07-26-ethereum-classic-list-of-public-endpoints
  • Loading branch information
knocte committed Jul 31, 2023
1 parent 16b5e50 commit 9392215
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/GWallet.Backend/Ether/EtherServer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ module Server =
| ServerSelectionMode.Fast -> 3u
| ServerSelectionMode.Analysis -> 2u

let etcEcosystemIsMomentarilyCentralized = true
let etcEcosystemIsMomentarilyCentralized = false

let private FaultTolerantParallelClientInnerSettings (numberOfConsistentResponsesRequired: uint32)
(mode: ServerSelectionMode)
Expand Down
72 changes: 72 additions & 0 deletions src/GWallet.Backend/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3851,6 +3851,78 @@
}
],
"ETC": [
{
"ServerInfo": {
"NetworkPath": "etc.etcdesktop.com",
"ConnectionType": {
"Encrypted": true,
"Protocol": {
"Case": "Http"
}
}
},
"CommunicationHistory": null
},
{
"ServerInfo": {
"NetworkPath": "etc.mytokenpocket.vip",
"ConnectionType": {
"Encrypted": true,
"Protocol": {
"Case": "Http"
}
}
},
"CommunicationHistory": null
},
{
"ServerInfo": {
"NetworkPath": "besu-at.etc-network.info",
"ConnectionType": {
"Encrypted": true,
"Protocol": {
"Case": "Http"
}
}
},
"CommunicationHistory": null
},
{
"ServerInfo": {
"NetworkPath": "besu-de.etc-network.info",
"ConnectionType": {
"Encrypted": true,
"Protocol": {
"Case": "Http"
}
}
},
"CommunicationHistory": null
},
{
"ServerInfo": {
"NetworkPath": "geth-at.etc-network.info",
"ConnectionType": {
"Encrypted": true,
"Protocol": {
"Case": "Http"
}
}
},
"CommunicationHistory": null
},
{
"ServerInfo": {
"NetworkPath": "geth-de.etc-network.info",
"ConnectionType": {
"Encrypted": true,
"Protocol": {
"Case": "Http"
}
}
},
"CommunicationHistory": null
},
{
"ServerInfo": {
"NetworkPath": "www.ethercluster.com/rivet",
Expand Down

0 comments on commit 9392215

Please sign in to comment.