Skip to content

Commit

Permalink
chore: add Berty validator node in conf files
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed Nov 8, 2024
1 parent cda327c commit 28c63c7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions misc/deployments/test5.gno.land/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The initial `genesis.json` validator set is consisted of 6 entities (17 validato
- AiB - the AiB DevOps team (**3 validators**)
- Onbloc - the [Onbloc](https://onbloc.xyz/) team (**2 validator**)
- Teritori - the [Teritori](https://teritori.com/) team (**1 validator**)
- Berty - the [Berty](https://berty.io/) team (**1 validator**)
- Berty - the [Berty](https://berty.tech/) team (**1 validator**)

Subsequent validators will be added through the governance mechanism in govdao, employing a preliminary simplified
version Proof of Contribution.
Expand All @@ -34,7 +34,7 @@ Some configuration params are required, while others are advised to be set.
reverse-proxy, and keep this value at `tcp://0.0.0.0:<port>`.
- `p2p.max_num_outbound_peers` - the max number of outbound peer connections. **Advised to be `40`**.
- `p2p.persistent_peers` - the persistent peers. ⚠️ **Required to be
`TODO`** ⚠️.
`[email protected]:26656`** ⚠️.
- `p2p.pex` - if using a sentry node architecture, should be `false`. **If not, please set to `true`**.
- `p2p.external_address` - the advertised peer dial address. If empty, will use the same port as the `p2p.laddr`. This
value should be **changed to `{{ your_ip_address }}:26656`**
Expand Down
2 changes: 1 addition & 1 deletion misc/deployments/test5.gno.land/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ max_num_outbound_peers = 40 # Advised value is 40
max_packet_msg_payload_size = 1024

# Comma separated list of nodes to keep persistent connections to
persistent_peers = "" # TODO update @Salvo, @Blake, @Sergio, @Norman, @Albert
persistent_peers = "[email protected]:26656" # TODO update @Salvo, @Blake, @Sergio, @Norman, @Albert

# Set true to enable the peer-exchange reactor
pex = false # Should be `false` if using a sentry node. Otherwise `true`!
Expand Down
14 changes: 13 additions & 1 deletion misc/deployments/test5.gno.land/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
]
}
},
"validators": [
{
"address": "g1ut590acnamvhkrh4qz6dz9zt9e3hyu499u0gvl",
"pub_key": {
"@type": "/tm.PubKeyEd25519",
"value": "KRPAQ2SLZvQUrc9P2l/DCEH6okMX13bds5Ma/wOQgBM="
},
"power": "1",
"name": "berty-val-1"
}
],
"app_hash": null,
"app_state": {
"@type": "/gno.GenesisState",
Expand Down Expand Up @@ -52,7 +63,8 @@
"g18amm3fc00t43dcxsys6udug0czyvqt9e7p23rd=9000000000000000000ugnot",
"g127l4gkhk0emwsx5tmxe96sp86c05h8vg5tufzq=9000000000000000000ugnot",
"g16tfrrul20g4jzt3z303raqw8vs8s2pqqh5clwu=9000000000000000000ugnot",
"g1a6jf5g6gkhn5rxcvwxq5zjxgwaznjr9r8gehey=9000000000000000000ugnot"
"g1a6jf5g6gkhn5rxcvwxq5zjxgwaznjr9r8gehey=9000000000000000000ugnot",
"g1qynsu9dwj9lq0m5fkje7jh6qy3md80ztqnshhm=9000000000000000000ugnot"
],
"txs": null
}
Expand Down
2 changes: 1 addition & 1 deletion misc/deployments/test5.gno.land/genesis_balances.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ g1sw5xklxjjuv0yvuxy5f5s3l3mnj0nqq626a9wr=9000000000000000000ugnot # Albert

# Berty

# TODO @Jeff please add these here
g1qynsu9dwj9lq0m5fkje7jh6qy3md80ztqnshhm=9000000000000000000ugnot

# Dragos

Expand Down

0 comments on commit 28c63c7

Please sign in to comment.