Skip to content

Commit

Permalink
Merge pull request #237 from nemtech/dev
Browse files Browse the repository at this point in the history
Dev -> Main
  • Loading branch information
fboucquez committed May 3, 2021
2 parents 7e4fa14 + d8d162a commit 4db690f
Show file tree
Hide file tree
Showing 73 changed files with 557 additions and 170 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.0.4] - NEXT
## [1.0.5] - NEXT

**Milestone**: Mainnet(1.0.0.0)

| Package | Version | Link |
| ---------------- | ------- | ------------------------------------------------------------------ |
| Symbol Bootstrap | v1.0.5 | [symbol-bootstrap](https://www.npmjs.com/package/symbol-bootstrap) |

- Re-enabled node reward program. Upgraded TLS communication.
- Fixed `failed to load: /docker-entrypoint-initdb.d/mongoDbPrepare.js` when running with root user.
- Renamed `enrol` to `enroll` for the Rewards Program.

## [1.0.4] - Apr-13-2021

**Milestone**: Mainnet(1.0.0.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $ npm install -g symbol-bootstrap
$ symbol-bootstrap COMMAND
running command...
$ symbol-bootstrap (-v|--version|version)
symbol-bootstrap/1.0.4 linux-x64 node-v12.22.1
symbol-bootstrap/1.0.5 linux-x64 node-v12.22.1
$ symbol-bootstrap --help [COMMAND]
USAGE
$ symbol-bootstrap COMMAND
Expand Down Expand Up @@ -268,7 +268,7 @@ General users should install this tool like any other node module.
* [`symbol-bootstrap config`](docs/config.md) - Command used to set up the configuration files and the nemesis block for the current network
* [`symbol-bootstrap decrypt`](docs/decrypt.md) - It decrypts a yml file using the provided password. The source file can be a custom preset file, a preset.yml file or an addresses.yml.
* [`symbol-bootstrap encrypt`](docs/encrypt.md) - It encrypts a yml file using the provided password. The source files would be a custom preset file, a preset.yml file or an addresses.yml.
* [`symbol-bootstrap enrolRewardProgram`](docs/enrolRewardProgram.md) - It enrols the nodes in the rewards program by announcing the enrol transaction to the registration address. You can also use this command to update the program registration when you change the node public key or server host.
* [`symbol-bootstrap enrollRewardProgram`](docs/enrollRewardProgram.md) - It enrols the nodes in the rewards program by announcing the enroll transaction to the registration address. You can also use this command to update the program registration when you change the agent keys (changing the agent-ca-csr) or server host.
* [`symbol-bootstrap healthCheck`](docs/healthCheck.md) - It checks if the services created with docker compose are up and running.
* [`symbol-bootstrap help`](docs/help.md) - display help for symbol-bootstrap
* [`symbol-bootstrap link`](docs/link.md) - It announces VRF and Voting Link transactions to the network for each node with 'Peer' or 'Voting' roles. This command finalizes the node registration to an existing network.
Expand Down
3 changes: 3 additions & 0 deletions cmds/config-testnet-supernode.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
symbol-bootstrap config -p testnet -a dual -t target/testnet-supernode -c test/supernode.yml --password 1111 $1 $2 $3
3 changes: 0 additions & 3 deletions cmds/enrolRewardProgram-testnet.sh

This file was deleted.

3 changes: 3 additions & 0 deletions cmds/enrollRewardProgram-testnet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
symbol-bootstrap enrollRewardProgram -t target/testnet-supernode --useKnownRestGateways --password 1111 $1 $2 $3
3 changes: 1 addition & 2 deletions cmds/start-testnet-supernode.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
set -e
symbol-bootstrap config -p testnet -a dual -t target/testnet-supernode -c test/supernode.yml -r --password 1111 $1 $2 $3
symbol-bootstrap start --password 1111 --upgrade -t target/testnet-supernode
symbol-bootstrap start -p testnet -a dual -t target/testnet-supernode -c test/supernode.yml -r --password 1111 $1 $2 $3
20 changes: 20 additions & 0 deletions config/agent-cert/agent-ca.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[ca]
default_ca = CA_default

[CA_default]
new_certs_dir = ./new_certs
database = index.txt
serial = serial.dat
private_key = agent-ca.key.pem
certificate = agent-ca.crt.pem
policy = policy_catapult

[policy_catapult]
commonName = supplied

[req]
prompt = no
distinguished_name = dn

[dn]
CN = Agent CA
7 changes: 7 additions & 0 deletions config/agent-cert/agent-comm.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[req]
prompt = no
distinguished_name = dn

[dn]
CN = Agent communication cert

26 changes: 0 additions & 26 deletions config/agent-cert/agent.cnf.mustache

This file was deleted.

12 changes: 6 additions & 6 deletions config/agent/agent.properties.mustache
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
NODE_PRIVATE_KEY={{{nodePrivateKey}}}
LOGGER_FILE=logs/agent.log
CERTS_CONTROLLER_CA_CERT_FILE={{{rewardProgramCaFile}}}
CONTROLLER_API_URL={{rewardProgramControllerApiUrl}}
REST_GATEWAY_URL={{{restGatewayUrl}}}
REWARD_PROGRAM={{{rewardProgram}}}
CONTROLLER_PUBLIC_KEY={{{rewardProgramControllerPublicKey}}}
CERTS_CA_FILE={{{rewardProgramCaFile}}}
CERTS_KEY_FILE=agent-key.pem
CERTS_CERT_FILE=agent-crt.pem
MAIN_PUBLIC_KEY={{{mainPublicKey}}}
LOGGER_FILE=logs/agent.log
CERTS_AGENT_CA_KEY_FILE=agent-ca.key.pem
CERTS_AGENT_CA_CERT_FILE=agent-ca.csr.pem
2 changes: 1 addition & 1 deletion docs/clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ EXAMPLE
$ symbol-bootstrap clean
```

_See code: [src/commands/clean.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/clean.ts)_
_See code: [src/commands/clean.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/clean.ts)_
2 changes: 1 addition & 1 deletion docs/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ EXAMPLE
$ symbol-bootstrap compose
```

_See code: [src/commands/compose.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/compose.ts)_
_See code: [src/commands/compose.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/compose.ts)_
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ EXAMPLES
$ echo "$MY_ENV_VAR_PASSWORD" | symbol-bootstrap config -p testnet -a dual
```

_See code: [src/commands/config.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/config.ts)_
_See code: [src/commands/config.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/config.ts)_
2 changes: 1 addition & 1 deletion docs/decrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ EXAMPLES
plain-addresses.yml
```

_See code: [src/commands/decrypt.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/decrypt.ts)_
_See code: [src/commands/decrypt.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/decrypt.ts)_
2 changes: 1 addition & 1 deletion docs/encrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ EXAMPLES
encrypted-custom-preset.yml
```

_See code: [src/commands/encrypt.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/encrypt.ts)_
_See code: [src/commands/encrypt.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/encrypt.ts)_
26 changes: 13 additions & 13 deletions docs/enrolRewardProgram.md → docs/enrollRewardProgram.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
`symbol-bootstrap enrolRewardProgram`
=====================================
`symbol-bootstrap enrollRewardProgram`
======================================

It enrols the nodes in the rewards program by announcing the enrol transaction to the registration address. You can also use this command to update the program registration when you change the node public key or server host.
It enrols the nodes in the rewards program by announcing the enroll transaction to the registration address. You can also use this command to update the program registration when you change the agent keys (changing the agent-ca-csr) or server host.

Currently, the only program that can be enrolled post-launch is 'SuperNode'.

* [`symbol-bootstrap enrolRewardProgram`](#symbol-bootstrap-enrolrewardprogram)
* [`symbol-bootstrap enrollRewardProgram`](#symbol-bootstrap-enrollrewardprogram)

## `symbol-bootstrap enrolRewardProgram`
## `symbol-bootstrap enrollRewardProgram`

It enrols the nodes in the rewards program by announcing the enrol transaction to the registration address. You can also use this command to update the program registration when you change the node public key or server host.
It enrols the nodes in the rewards program by announcing the enroll transaction to the registration address. You can also use this command to update the program registration when you change the agent keys (changing the agent-ca-csr) or server host.

```
USAGE
$ symbol-bootstrap enrolRewardProgram
$ symbol-bootstrap enrollRewardProgram
OPTIONS
-h, --help It shows the help of this command.
Expand All @@ -40,11 +40,11 @@ DESCRIPTION
Currently, the only program that can be enrolled post-launch is 'SuperNode'.
EXAMPLES
$ symbol-bootstrap enrolRewardProgram
$ symbol-bootstrap enrolRewardProgram --noPassword
$ symbol-bootstrap enrolRewardProgram --useKnownRestGateways
$ symbol-bootstrap enrolRewardProgram --password 1234 --url http://external-rest:3000
$ echo "$MY_ENV_VAR_PASSWORD" | symbol-bootstrap enrolRewardProgram --url http://external-rest:3000
$ symbol-bootstrap enrollRewardProgram
$ symbol-bootstrap enrollRewardProgram --noPassword
$ symbol-bootstrap enrollRewardProgram --useKnownRestGateways
$ symbol-bootstrap enrollRewardProgram --password 1234 --url http://external-rest:3000
$ echo "$MY_ENV_VAR_PASSWORD" | symbol-bootstrap enrollRewardProgram --url http://external-rest:3000
```

_See code: [src/commands/enrolRewardProgram.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/enrolRewardProgram.ts)_
_See code: [src/commands/enrollRewardProgram.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/enrollRewardProgram.ts)_
2 changes: 1 addition & 1 deletion docs/healthCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ EXAMPLE
$ symbol-bootstrap healthCheck
```

_See code: [src/commands/healthCheck.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/healthCheck.ts)_
_See code: [src/commands/healthCheck.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/healthCheck.ts)_
2 changes: 1 addition & 1 deletion docs/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ EXAMPLES
$ echo "$MY_ENV_VAR_PASSWORD" | symbol-bootstrap link --unlink --useKnownRestGateways
```

_See code: [src/commands/link.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/link.ts)_
_See code: [src/commands/link.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/link.ts)_
2 changes: 1 addition & 1 deletion docs/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ EXAMPLE
$ symbol-bootstrap report
```

_See code: [src/commands/report.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/report.ts)_
_See code: [src/commands/report.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/report.ts)_
2 changes: 1 addition & 1 deletion docs/resetData.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ EXAMPLE
$ symbol-bootstrap resetData
```

_See code: [src/commands/resetData.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/resetData.ts)_
_See code: [src/commands/resetData.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/resetData.ts)_
2 changes: 1 addition & 1 deletion docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ EXAMPLE
$ symbol-bootstrap run
```

_See code: [src/commands/run.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/run.ts)_
2 changes: 1 addition & 1 deletion docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ EXAMPLES
$ echo "$MY_ENV_VAR_PASSWORD" | symbol-bootstrap start -p testnet -a dual
```

_See code: [src/commands/start.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/start.ts)_
2 changes: 1 addition & 1 deletion docs/stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ EXAMPLE
$ symbol-bootstrap stop
```

_See code: [src/commands/stop.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/stop.ts)_
_See code: [src/commands/stop.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/stop.ts)_
2 changes: 1 addition & 1 deletion docs/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXAMPLE
$ symbol-bootstrap verify
```

_See code: [src/commands/verify.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.4/src/commands/verify.ts)_
_See code: [src/commands/verify.ts](https://github.com/nemtech/symbol-bootstrap/blob/v1.0.5/src/commands/verify.ts)_
5 changes: 3 additions & 2 deletions presets/mainnet/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ namespaceRentalFeeSinkAddress: NBDTBUD6R32ZYJWDEWLJM4YMOX3OOILHGDUMTSA
mosaicRentalFeeSinkAddress: NC733XE7DF46Q7QYLIIZBBSCJN2BEEP5FQ6PAYA
nemesisSignerPublicKey: BE0B4CF546B7B4F4BBFCFF9F574FDA527C07A53D3FC76F8BB7DB746F8E8E0A9F
networkType: 104
rewardProgramCaFile: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZpekNDQTNNQ0ZFUXNMd1ZsdkkyYTB0Z1dOVGN6cjJURnZHK0NNQTBHQ1NxR1NJYjNEUUVCQ3dVQU1JR0IKTVFzd0NRWURWUVFHRXdKVlV6RUxNQWtHQTFVRUNBd0NUVUV4RHpBTkJnTlZCQWNNQmtKdmMzUnZiakVUTUJFRwpBMVVFQ2d3S1JYaGhiWEJzWlNCRGJ6RVFNQTRHQTFVRUN3d0hkR1ZqYUc5d2N6RUxNQWtHQTFVRUF3d0NZMkV4CklEQWVCZ2txaGtpRzl3MEJDUUVXRVdObGNuUnpRR1Y0WVcxd2JHVXVZMjl0TUI0WERUSXhNRE14TXpJeU1UZzEKT0ZvWERUUTRNRGN5T0RJeU1UZzFPRm93Z1lFeEN6QUpCZ05WQkFZVEFsVlRNUXN3Q1FZRFZRUUlEQUpOUVRFUApNQTBHQTFVRUJ3d0dRbTl6ZEc5dU1STXdFUVlEVlFRS0RBcEZlR0Z0Y0d4bElFTnZNUkF3RGdZRFZRUUxEQWQwClpXTm9iM0J6TVFzd0NRWURWUVFEREFKallURWdNQjRHQ1NxR1NJYjNEUUVKQVJZUlkyVnlkSE5BWlhoaGJYQnMKWlM1amIyMHdnZ0lpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElDRHdBd2dnSUtBb0lDQVFDdHZVaXYxWDM2SlluQwpNSm5DTkdXN2ZNNVdCUWxuT2xub2tub01NcmVZZVgxUGZrU3pLOUUxRTJiWDJubm9LbkJlMTBiMTBsdURxU0hTCnZmNEFNbTVvZFZodnVFNkVTaGNkMUxXZVZBdCtrZzR6Yk5ISjhUSkFpbndQVTlzY3pBc01vaFM4TTU5N3ZKN0IKL2Z6SDFSUFE4cVpQQzl3aW9PQ2RPYmE3cFBzbGFJK2JvdWd2WXVlV1VOOGdHdVNtLy85cDhDbGM3Q1Fiay8wagpRSm9uQllyQnE3emtnYVdLU1cxcDYvdGNab3I2cmVwbzFubjJNK1Q3TzZabUEwWVZhZmRLa0xnV01uaisxcHVKCjRUcGc0TTJQMktobHRTMUhMT0l1N1VHSDM4UlJEQm00TEVJc2pSdjdpdHlBS1pzdnovaTlmK0k2OU1nTFNqc3YKbHlnSUE5N2ZQTkUrNDU4Y1h1cFYxMG9qUGhkdmNHMlkvbU1naUxZU3lBQ3BoUko5UVljNEJKVHZxTjlKdklNYwpqSXlsYWlMUzJoZTdnUEZvTENmNW5CTmxTNHh5Y3pYQUFYSzFqQnNPb1lWZ1M5dnV1bDNwZlJGWlVUdHlSY3BSCmNPRVFkdDEraWlIbkxaQktaUGo2Zk9UWUphS3hrczJmTTZ3Uk9iY0FMNmRnNVkrY2g1MXQ2bitxc1VUWGJnNVIKSHIwZTBOcEhwNHVxY3ZlMnEzRTBXYXVuZzR2YTNnc2NLRzlBSzZubEhGZnFpS0hPZUlYWVJKUEorbDdkaVdGTgpvaEhOZ29CYXVNYS8wc1dpakZRVkpqUnlta1UrNE5Cd1FKRDZqR3ZPMlJ6MmhmeGNFUW4xeXgzUlFuRVgyZDlKCjVFZjVFUjV3aDBqcjVLR3RHcGJzN2dHSERqd3Fad0lEQVFBQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQloKdHpSVlIzN2JteE9kVnlnVzFCSzNhWWhic3VhcG40dm9oOEZGdVVvYnRCK3pRL0lWT1VQUHlEOWc0cE8vNUFzVgpBYklXWFdXdSt1NzgzZm5ud0JWYWhkM3dtdVlKTWh4RmM1TGRrcE9mdUh2ZTNyNFlQN3hmQ0liQVZhUzhwZkRTCnV3QUVrTjFDdDZUZkhzSUw1dFRGc0NjVDhBMGE0blg5d3RhZHc2L3Nrd0k1MVBXREVkUkJBbW5qRFJKcEpMakMKSXIyMVVYd3ZyZkhGU3Z1QmFvdGdJM1lZWUJ1ZXpkcWx1emFSaFJlb0s3dW4yek9pUUhDekZFb2NZYUZGSyt5YQpvUkM5TUJUUE8zNTRZbWZ6cWFrdnU3dVVqc0p1TU1ZSUtueXhjYVlzWlhUSTdPRFdlcXdCYWpMUk1OVlpoSkNZClNSR3M5SnVWdmYwczI0N3FXZkdtUzk0N2V1UGVnTHk2RncrcEUrMy9xakNKVG91Z2dUVU5GeWsrYkZQR1gyRVoKQlc5em5KdjMxb0xMMTZCZm1OZ2RSUXprTFRrVktCMG15ZmJlamJJWjdlcFBKYVVVTlJDaXd5SWlvTTlySTBqZQpKbWRiTkE3ZVFGYWpmaHJtRTJzSGxobWVCd3AyQStLUFMxRm8wWDJWMURIZXBsbkU1TkNabGpkcTlNdzA3dkRnCitQMGVPOEp6RUZPQTJROHhiR1l0UlkyenVRdUNlbEQ4YlErTnlZT014bytOK1RqOUdEYzZXRE1PLzR3QU85aDgKdXMyK2NxSXVNQXJ3dUtRV3JaMGlYQWhMMm1vUVAvM3IySDYzcHQ1S2ptMngrbjVYbXFBQk1JcHdKa09oVHQ0NApVT1RPbUJpcytISVU2c3k0YVRFS0hiUjdHRXV3THlubXdzLzZ3YkhRb1E9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
rewardProgramControllerPublicKey: 645FE86EAED04747DE066D838FE6E77BA2B146DC8BBC505617323D5DF01106A5
rewardProgramCaFile: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUJZVENDQVJNQ0ZHVWJMZ1FuUEU4azc2VUczNWNGME9yNWh6M1RNQVVHQXl0bGNEQlRNUm93R0FZRFZRUUsKREJGT1JVMGdSM0p2ZFhBZ1RHbHRhWFJsWkRFYk1Ca0dBMVVFQXd3U2MzbHRZbTlzY0d4aGRHWnZjbTB1WTI5dApNUmd3RmdZRFZRUUxEQTlTWlhkaGNtUnpJRkJ5YjJkeVlXMHdIaGNOTWpFd05ESTJNVFV4TlRVMFdoY05OREV3Ck5ESXhNVFV4TlRVMFdqQlRNUm93R0FZRFZRUUtEQkZPUlUwZ1IzSnZkWEFnVEdsdGFYUmxaREViTUJrR0ExVUUKQXd3U2MzbHRZbTlzY0d4aGRHWnZjbTB1WTI5dE1SZ3dGZ1lEVlFRTERBOVNaWGRoY21SeklGQnliMmR5WVcwdwpLakFGQmdNclpYQURJUUNGMEJ5NENlTTV3MWxoZWU3YVlzb0YvbEJMT29kZDI0ZWhqa3k0NnV4djREQUZCZ01yClpYQURRUURneUhSeU1zbVpCV3pFZWlDczJWMVZ1dHFaNWxzZ2tWN0w4K2dxZ3NQTmpCajRlaUpWaDdHUWV0SEcKZXlFaWZoUXFwdnpqWmQycW9MWUNrYWV3TUNRRQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
rewardProgramEnrollmentAddress: NDG2F6IHON7EDOXZCHSTSJ2YMUHDFXAQ2EUZHFA
rewardProgramControllerApiUrl: 'http://node-monitoring.symbolblockchain.io:7890'
totalChainImportance: 7842928625000000
initialCurrencyAtomicUnits: 7842928625000000
importanceGrouping: 720
Expand Down
3 changes: 2 additions & 1 deletion presets/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ symbolRestImage: symbolplatform/symbol-rest:2.3.5
symbolExplorerImage: symbolplatform/symbol-explorer:0.6.3-alpha
symbolWalletImage: symbolplatform/symbol-desktop-wallet:1.0.1
symbolFaucetImage: symbolplatform/symbol-faucet:0.5.0-alpha
symbolAgentImage: symbolplatform/symbol-node-rewards-agent:1.0.1
symbolAgentImage: symbolplatform/symbol-node-rewards-agent:1.0.2-alpha.0
mongoImage: mongo:4.4.3-bionic
mongoComposeRunParam: --wiredTigerCacheSizeGB 2
logLevel: 'Info'
Expand All @@ -84,6 +84,7 @@ dataDirectory: ./data
votingKeysDirectory: ./votingkeys
enableDelegatedHarvestersAutoDetection: true
catapultAppFolder: /usr/catapult
rewardProgramAgentPort: 7881

# config database
databaseName: catapult
Expand Down
Loading

0 comments on commit 4db690f

Please sign in to comment.