Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed May 21, 2021
1 parent cdc7f57 commit 583dea8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,28 @@ jobs:
- if: matrix.os == 'ubuntu-20.04'
name: build linux app
run: |
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.32/ubuntu-latest/go-spacemesh
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.34/ubuntu-latest/go-spacemesh
cd ./node/linux
chmod -R +x * .
cd ../..
yarn package-linux
- if: matrix.os == 'ubuntu-18.04'
name: build linux app
run: |
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.32/ubuntu-latest/go-spacemesh
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.34/ubuntu-latest/go-spacemesh
cd ./node/linux
chmod -R +x * .
cd ../..
yarn package-linux
- if: matrix.os == 'windows-latest'
name: build windows app
run: |
curl -L --output ./node/windows/go-spacemesh.exe --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.32/windows-latest/go-spacemesh.exe
curl -L --output ./node/windows/go-spacemesh.exe --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.34/windows-latest/go-spacemesh.exe
yarn package-win
- if: matrix.os == 'macos-latest'
name: build mac app
run: |
curl -L --output ./node/mac/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.32/macos-latest/go-spacemesh
curl -L --output ./node/mac/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.34/macos-latest/go-spacemesh
cd ./node/mac
chmod -R +x * .
cd ../..
Expand Down
30 changes: 15 additions & 15 deletions desktop/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"api": {
"grpc": "node,mesh,globalstate,transaction,smesher"
"grpc": "node,mesh,globalstate,transaction,smesher,debug"
},
"hare": {
"hare-committee-size": 60,
Expand Down Expand Up @@ -29,7 +29,7 @@
"mesh": "info",
"meshDb": "info",
"nipst": "info",
"p2p": "info",
"p2p": "debug",
"poet": "info",
"poetDb": "info",
"post": "info",
Expand All @@ -43,12 +43,12 @@
"atxs-per-block": 25,
"block-cache-size": 20,
"genesis-active-size": 100,
"genesis-time": "2021-05-04T20:45:48+05:30",
"genesis-time": "2021-05-19T19:54:10+05:30",
"hdist": 10,
"layer-average-size": 50,
"layer-duration-sec": 300,
"layers-per-epoch": 288,
"poet-server": "35.202.210.130:32544",
"poet-server": "34.134.131.189:31862",
"sync-interval": 10,
"sync-request-timeout": 60000,
"sync-validation-delta": 30
Expand All @@ -60,23 +60,23 @@
"max-inbound": 32,
"max-pending-connections": 100,
"msg-size-limit": 0,
"network-id": 29,
"network-id": 30,
"outbound-target": 10,
"response-timeout": "60s",
"session-timeout": "15s",
"swarm": {
"alpha": 3,
"bootnodes": [
"spacemesh://[email protected]:5006",
"spacemesh://[email protected]:5007",
"spacemesh://[email protected]:5008",
"spacemesh://2m74hTkPeqPR63zcnZkoxHAnaHmquqL1B3YGKJfHQHLw@35.202.76.18:5009",
"spacemesh://DYXKJdZpWinqaaEUSyfQVYnEabctRhYaUPXHLpRPZEtS@35.188.70.185:5010",
"spacemesh://[email protected]:5002",
"spacemesh://[email protected]:5004",
"spacemesh://6pPMqUKWS9yTcpukjnTsfGnE3dAT5gJV9RqYGJLZ7aTC@35.193.170.234:5005",
"spacemesh://23f2TL76s5nAqgJaE99GowMkxCLrS2q2YSfbawtzSbTx@34.122.204.180:5011",
"spacemesh://[email protected]:5003"
"spacemesh://[email protected]:5004",
"spacemesh://[email protected]:5005",
"spacemesh://[email protected]:5006",
"spacemesh://4A9GwUPWQyDrANy2YAsLThxftDhCpEtEaWTNP23WEyP4@35.224.114.158:5007",
"spacemesh://D8sZJhYwijCsY2BKew5dqpxfFBt23RQpPPV9DiRRZ5JZ@35.225.128.193:5008",
"spacemesh://[email protected]:5009",
"spacemesh://[email protected]:5002",
"spacemesh://8xLngpY3QSRXxUWgeaES4EyGaNW5njAG2LUwpN5iZnTy@35.225.174.201:5003",
"spacemesh://7dk32x1dDpQ2Pu85FCdbKN8uAEMuH3bBbuvmAPr5R1xD@34.70.134.50:5010",
"spacemesh://[email protected]:5011"
],
"bootstrap": true,
"bucketsize": 20,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spacemesh_app",
"productName": "Spacemesh",
"version": "0.1.15",
"version": "0.1.16",
"author": {
"name": "Spacemesh",
"email": "[email protected]",
Expand Down

0 comments on commit 583dea8

Please sign in to comment.