LFS fix for geth

This commit is contained in:
fallengravity
2021-07-31 12:55:55 +02:00
parent 8a3f26871c
commit ff61834116
6 changed files with 9708 additions and 5 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.exe filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

Binary file not shown.

View File

@@ -53,13 +53,13 @@ class Geth {
const gethPath = path.join(this.binaries, "geth");
this.gethProcess = child_process.spawn(gethPath, [
"--ws",
"--wsorigins",
"--ws.origins",
"*",
"--wsaddr",
"--ws.addr",
"127.0.0.1",
"--wsport",
"--ws.port",
"8546",
"--wsapi",
"--ws.api",
"admin,db,eth,net,miner,personal,web3",
"--networkid",
"1313114",

View File

@@ -1,6 +1,6 @@
{
"name": "Ether1Wallet",
"version": "2.3.1",
"version": "2.4.0",
"description": "Desktop wallet for Ether-1 ($ETHO)",
"main": "main.js",
"scripts": {

9702
yarn.lock Normal file

File diff suppressed because it is too large Load Diff