* redesigned sync, so no external node is needed

+ allow only once instance of the wallet
+ store txhash and use it as single ID for transactions
This commit is contained in:
Taegus
2018-12-24 21:44:41 +01:00
parent 7d6ba1c1f8
commit 82e988a723
7 changed files with 136 additions and 124 deletions

View File

@@ -21,18 +21,18 @@
"win": {
"icon": "build/icon.png",
"target": "7z",
"artifactName": "Windows-${productName}-${version}.${ext}",
"artifactName": "Windows-${productName}-${version}.${ext}",
"extraResources": [
"bin/win/*"
]
},
"linux": {
"target": "tar.gz",
"artifactName": "Linux-${productName}-${version}.${ext}",
"artifactName": "Linux-${productName}-${version}.${ext}",
"extraResources": [
"bin/linux/*"
]
}
}
},
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet",
"keywords": [
@@ -47,7 +47,8 @@
"app-root-path": "^2.1.0",
"electron-storage": "^1.0.7",
"handlebars": "^4.0.12",
"nedb": "^1.8.0"
"nedb": "^1.8.0",
"single-instance": "0.0.1"
},
"devDependencies": {
"electron": "^3.0.12",