Skip to content

Commit

Permalink
Removed cmd (#353)
Browse files Browse the repository at this point in the history
Updated voting epochs
Removed e2e
Updated links
  • Loading branch information
fboucquez committed Jan 12, 2022
1 parent d15bd1d commit 2c23c38
Show file tree
Hide file tree
Showing 34 changed files with 49 additions and 350 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- stage: test
name: docs
script: npm run doc
- name: e2e tests
script: npm run e2e
if: (branch = env(DEV_BRANCH) AND type = cron) OR (commit_message = e2e)
- stage: publish
name: github alpha pages
script: /bin/bash travis/node-functions.sh node_push_github_pages
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Symbol CLI tool that allows you creating, configuring and running Symbol's c
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/symbol-bootstrap.svg)](https://npmjs.org/package/symbol-bootstrap)
[![Downloads/week](https://img.shields.io/npm/dw/symbol-bootstrap.svg)](https://npmjs.org/package/symbol-bootstrap)
[![License](https://img.shields.io/npm/l/symbol-bootstrap.svg)](https://github.com/nemtech/symbol-bootstrap/blob/master/package.json)
[![Build Status](https://travis-ci.com/nemtech/symbol-bootstrap.svg?branch=main)](https://travis-ci.com/nemtech/symbol-bootstrap)
[![Coverage Status](https://coveralls.io/repos/github/nemtech/symbol-bootstrap/badge.svg?branch=main)](https://coveralls.io/github/nemtech/symbol-bootstrap?branch=main)
[![Api Doc](https://img.shields.io/badge/api-doc-blue.svg)](https://nemtech.github.io/symbol-bootstrap/)
[![License](https://img.shields.io/npm/l/symbol-bootstrap.svg)](https://github.com/fboucquez/symbol-bootstrap/blob/master/package.json)
[![Build Status](https://travis-ci.com/fboucquez/symbol-bootstrap.svg?branch=main)](https://travis-ci.com/fboucquez/symbol-bootstrap)
[![Coverage Status](https://coveralls.io/repos/github/fboucquez/symbol-bootstrap/badge.svg?branch=main)](https://coveralls.io/github/fboucquez/symbol-bootstrap?branch=main)
[![Api Doc](https://img.shields.io/badge/api-doc-blue.svg)](https://fboucquez.github.io/symbol-bootstrap/)

<!-- toc -->
* [symbol-bootstrap](#symbol-bootstrap)
Expand Down
6 changes: 0 additions & 6 deletions cmds/clean-all.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/config-bootstrap.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/healthCheck-bootstrap.sh

This file was deleted.

2 changes: 0 additions & 2 deletions cmds/link-testnet-external-node.sh

This file was deleted.

2 changes: 0 additions & 2 deletions cmds/link-testnet.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/ngrok-testnet.sh

This file was deleted.

2 changes: 0 additions & 2 deletions cmds/setup-network.sh

This file was deleted.

5 changes: 0 additions & 5 deletions cmds/start-bootstrap-alpha.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-bootstrap-custom.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/start-bootstrap-freenodes.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/start-bootstrap-full.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-bootstrap-optin.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/start-bootstrap-repeat.sh

This file was deleted.

7 changes: 0 additions & 7 deletions cmds/start-bootstrap-rest.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/start-bootstrap-sudo.sh

This file was deleted.

5 changes: 0 additions & 5 deletions cmds/start-bootstrap.sh

This file was deleted.

4 changes: 0 additions & 4 deletions cmds/start-light.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-mainnet-dual.sh

This file was deleted.

8 changes: 0 additions & 8 deletions cmds/start-mainnet-zip-configs.sh

This file was deleted.

5 changes: 0 additions & 5 deletions cmds/start-peers.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-testnet-api.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-testnet-demo.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-testnet-dual.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-testnet-peer.sh

This file was deleted.

10 changes: 0 additions & 10 deletions cmds/start-testnet-sync.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-testnet-voting.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cmds/start-testnet.sh

This file was deleted.

5 changes: 0 additions & 5 deletions cmds/stop-bootstrap.sh

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bin": {
"symbol-bootstrap": "bin/run"
},
"bugs": "https://github.com/nemtech/symbol-bootstrap/issues",
"bugs": "https://github.com/fboucquez/symbol-bootstrap/issues",
"dependencies": {
"@oclif/command": "^1.8.12",
"@oclif/config": "^1.18.2",
Expand Down Expand Up @@ -83,7 +83,7 @@
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/nemtech/symbol-bootstrap",
"homepage": "https://github.com/fboucquez/symbol-bootstrap",
"keywords": [
"oclif"
],
Expand All @@ -97,7 +97,7 @@
"@oclif/plugin-help"
]
},
"repository": "nemtech/symbol-bootstrap",
"repository": "fboucquez/symbol-bootstrap",
"scripts": {
"doc": "typedoc --out \"ts-docs\" src && touch ./ts-docs/.nojekyll",
"lint": "eslint --cache src/ test/ --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion presets/mainnet/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ minVotingKeyLifetime: 112
maxVotingKeyLifetime: 360
votingKeyDesiredLifetime: 360
votingKeyDesiredFutureLifetime: 60
lastKnownNetworkEpoch: 467
lastKnownNetworkEpoch: 603
stepDuration: 5m
maxBlockFutureTime: 300ms
maxAccountRestrictionValues: 100
Expand Down
77 changes: 41 additions & 36 deletions presets/testnet/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ importanceGrouping: 180
votingSetGrouping: 720
votingKeyDesiredLifetime: 720
votingKeyDesiredFutureLifetime: 120
lastKnownNetworkEpoch: 1
lastKnownNetworkEpoch: 124
minVotingKeyLifetime: 28
maxVotingKeyLifetime: 720
stepDuration: 4m
Expand Down Expand Up @@ -493,38 +493,43 @@ knownRestGateways:
- 'https://201-joey-dual.symboltest.net:3001'
- 'https://401-joey-dual.symboltest.net:3001'
knownPeers:
- publicKey: AAA1922FA60DB681092CBE70A9A1BAB85745025310AE7567F95EA7FD05B3D3FC
endpoint:
host: 001-joey-dual.symboltest.net
port: 7900
metadata:
name: 001-joey-dual
roles: 'Api,Peer,Voting'
- publicKey: 0B366C6ED891D9461DC81F4B85D253669E88D055970527D65353F4D22AE7DAFD
endpoint:
host: 101-joey-peer.symboltest.net
port: 7900
metadata:
name: 101-joey-peer
roles: 'Peer,Voting'
- publicKey: 3460D29534CA997D6A74BEBB93F38356833B806E1A35F700EBE08D57FC8D3FED
endpoint:
host: 201-joey-dual.symboltest.net
port: 7900
metadata:
name: 201-joey-dual
roles: 'Api,Peer'
- publicKey: DFD29AD20BFEECBA8999C566226B39A63D5076CBE3C69201632C092D2F2C6373
endpoint:
host: 301-joey-peer.symboltest.net
port: 7900
metadata:
name: 301-joey-peer
roles: 'Peer,Voting'
- publicKey: 3E9C8CCC16DDB1EDFF9F2D0BB92D3F839CCC33D38034E526DC768F7BA3958E00
endpoint:
host: 401-joey-dual.symboltest.net
port: 7900
metadata:
name: 401-joey-dual
roles: 'Api,Peer,Voting'
-
publicKey: AAA1922FA60DB681092CBE70A9A1BAB85745025310AE7567F95EA7FD05B3D3FC
endpoint:
host: 001-joey-dual.symboltest.net
port: 7900
metadata:
name: 001-joey-dual
roles: 'Api,Peer,Voting'
-
publicKey: 0B366C6ED891D9461DC81F4B85D253669E88D055970527D65353F4D22AE7DAFD
endpoint:
host: 101-joey-peer.symboltest.net
port: 7900
metadata:
name: 101-joey-peer
roles: 'Peer,Voting'
-
publicKey: 3460D29534CA997D6A74BEBB93F38356833B806E1A35F700EBE08D57FC8D3FED
endpoint:
host: 201-joey-dual.symboltest.net
port: 7900
metadata:
name: 201-joey-dual
roles: 'Api,Peer'
-
publicKey: DFD29AD20BFEECBA8999C566226B39A63D5076CBE3C69201632C092D2F2C6373
endpoint:
host: 301-joey-peer.symboltest.net
port: 7900
metadata:
name: 301-joey-peer
roles: 'Peer,Voting'
-
publicKey: 3E9C8CCC16DDB1EDFF9F2D0BB92D3F839CCC33D38034E526DC768F7BA3958E00
endpoint:
host: 401-joey-dual.symboltest.net
port: 7900
metadata:
name: 401-joey-dual
roles: 'Api,Peer,Voting'

0 comments on commit 2c23c38

Please sign in to comment.