Browse Source

package.json cleanup, shorten version convention

insight-spv
pbca26 7 years ago
parent
commit
4f037e6446
  1. 12
      AgamaApp-windows.md
  2. 8
      README.md
  3. 3
      main.js
  4. 13
      package.json
  5. 2
      routes/electrumjs/electrumServers.js
  6. 6
      version
  7. 2
      version_build

12
AgamaApp-windows.md

@ -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)

8
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

3
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;

13
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",

2
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',

6
version

@ -1,3 +1,3 @@
version=0.2.0.30b
type=b-beta
minversion=0.2.0.30
version=0.2.30c
type=c-beta
minversion=0.2.30

2
version_build

@ -1 +1 @@
0.2.0.30b-beta
0.2.30c-beta
Loading…
Cancel
Save