diff --git a/AgamaApp-windows.md b/AgamaApp-windows.md deleted file mode 100644 index b5c3a21..0000000 --- a/AgamaApp-windows.md +++ /dev/null @@ -1,12 +0,0 @@ -# Agama application build summary is here: - -Platform: windows - -Version: 0.2.0.1a-beta - -Date: Mon Jun 12 11:57:21 CEST 2017 - - -Download link: -* [https://f001.backblazeb2.com/file/supernet/files/AgamaApp-0.2.0.1a-beta-windows-installer.zip](https://f001.backblazeb2.com/file/supernet/files/AgamaApp-0.2.0.1a-beta-windows-installer.zip) -* [checksum](https://f001.backblazeb2.com/file/supernet/files/AgamaApp-0.2.0.1a-beta-windows.checksum) diff --git a/README.md b/README.md index 70a9591..fe8632d 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,11 @@ change architecture build parameter to ```--arch=x64``` for 64 bit build On Windows it's noticed iguana.exe complains about `VCRUNTIME140D.DLL` and `ucrtbased.dll` file. Please see **windeps** directory and README file for instructions to install the required DLL files on Windows, and then try again running Agama App. + +## Optional packages to make rpm and deb distros + +electron-installer-debian + +electron-installer-redhat + +refer to ./make-deb.js and ./make-rpm.js diff --git a/main.js b/main.js index 552ad20..7ebba53 100644 --- a/main.js +++ b/main.js @@ -71,6 +71,7 @@ shepherd.writeLog(`os_type: ${os.type()}`); if (process.argv.indexOf('devmode') > -1) { shepherd.log(`app init ${appSessionHash}`); } + shepherd.log(`app info: ${appBasicInfo.name} ${appBasicInfo.version}`); shepherd.log('sys info:'); shepherd.log(`totalmem_readable: ${formatBytes(os.totalmem())}`); @@ -101,7 +102,7 @@ guiapp.use((req, res, next) => { next(); }); -// preload.js +// preload js const _setImmediate = setImmediate; const _clearImmediate = clearImmediate; diff --git a/package.json b/package.json index a6df1aa..1805a31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agama-app", "productName": "Agama", - "version": "0.2.29", + "version": "0.2.30", "description": "Agama Wallet Desktop App", "main": "main.js", "scripts": { @@ -11,21 +11,20 @@ "make-deb": "node make-deb.js" }, "repository": "https://github.com/KomodoPlatform/Agama/", - "homepage": "http://supernet.org", + "homepage": "http://komodoplatform.com", "keywords": [ "agama", "SuperNET", "komodo", "multicoin", "wallet", - "spv" + "spv", + "jumblr" ], "author": "SuperNET Team", "license": "MIT", "devDependencies": { - "electron": "1.7.10", - "electron-installer-debian": "^0.6.0", - "electron-installer-redhat": "^0.5.0" + "electron": "1.8.3" }, "dependencies": { "adm-zip": "^0.4.7", @@ -41,7 +40,7 @@ "body-parser": "^1.15.2", "buffer-reverse": "^1.0.1", "coinselect": "github:bitcoinjs/coinselect", - "electron": "1.8.2", + "electron": "1.8.3", "express": "^4.14.0", "fix-path": "^2.1.0", "fs-extra": "^4.0.2", diff --git a/routes/electrumjs/electrumServers.js b/routes/electrumjs/electrumServers.js index b403d5c..18c14c9 100644 --- a/routes/electrumjs/electrumServers.js +++ b/routes/electrumjs/electrumServers.js @@ -460,7 +460,7 @@ let electrumServers = { '136.243.45.140:50013' ], }, - snowgem: { + sng: { address: '45.77.254.232', port: 10001, proto: 'tcp', diff --git a/version b/version index d30160c..8554d79 100644 --- a/version +++ b/version @@ -1,3 +1,3 @@ -version=0.2.0.30b -type=b-beta -minversion=0.2.0.30 \ No newline at end of file +version=0.2.30c +type=c-beta +minversion=0.2.30 \ No newline at end of file diff --git a/version_build b/version_build index 1bf0008..c81c2d4 100644 --- a/version_build +++ b/version_build @@ -1 +1 @@ -0.2.0.30b-beta \ No newline at end of file +0.2.30c-beta \ No newline at end of file