From 19e0f82b8705b467391ae12a9aab1991f07982a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20=C5=BDivkovi=C4=87?= Date: Mon, 11 Nov 2024 14:36:51 +0100 Subject: [PATCH] Update checklist --- misc/deployments/test5.gno.land/CHECKLIST.md | 12 ++++++------ misc/deployments/test5.gno.land/README.md | 14 ++------------ 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/misc/deployments/test5.gno.land/CHECKLIST.md b/misc/deployments/test5.gno.land/CHECKLIST.md index a7906825023..2742c281bdc 100644 --- a/misc/deployments/test5.gno.land/CHECKLIST.md +++ b/misc/deployments/test5.gno.land/CHECKLIST.md @@ -1,8 +1,8 @@ # Checklist Test5 -[ ] Collect all validators keys for genesis -[ ] Collect all balances for genesis -[ ] Generate Final Genesis File -[ ] Collect list of public peer nodes for configurations -[ ] Generete Release Docker Images of Gnoland for test5 -[ ] Change DNS entries +- [x] Collect all validators keys for genesis +- [x] Collect all balances for genesis +- [x] Generate Final Genesis File +- [ ] Collect list of public peer nodes for configurations +- [ ] Generate Release Docker Images of Gnoland for test5 +- [ ] Change DNS entries diff --git a/misc/deployments/test5.gno.land/README.md b/misc/deployments/test5.gno.land/README.md index 45c942803d7..9ea677cd6a0 100644 --- a/misc/deployments/test5.gno.land/README.md +++ b/misc/deployments/test5.gno.land/README.md @@ -35,7 +35,8 @@ Some configuration params are required, while others are advised to be set. reverse-proxy, and keep this value at `tcp://0.0.0.0:`. - `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 - `g16384atcuf6ew3ufpwtvhymwfyl2aw390aq8jtt@gno-core-sen-01.test5.gno.land:26656,g1ty443uhf6qr2n0gv3dkemr4slt96e5hnmx90qh@gno-core-sen-02.test5.gno.land:26656,g19x2gsyn02fldtq44dpgtcq2dq28kszlf5jn2es@gno-core-sen-03.test5.gno.land:26656,g12p9l546ah4qeenhum8v4m2dg92jxcsrfy67yww@163.172.33.181:26656,g1s40khr8fruvsp2e9tveqyfwgzrqw4fs9kr4hwc@3.18.33.75:26656,g1gdt4c8rs3l4gpmp0f840nj93sv59cag6hn00cd@3.133.216.128:26656,g18vg9lgndagym626q8jsgv2peyjatscykde3xju@devx-sen-1.test5.gnodevx.network:26656,g1fnwswr6p5nqfvusglv7g2vy0tzwt5npwe7stvv@devx-sen-2.test5.gnodevx.network:26656,g1q887j0vrwpg7admfn4n203u8k30rj8k84zxvn9@195.154.203.189:26656`** ⚠️. + `g16384atcuf6ew3ufpwtvhymwfyl2aw390aq8jtt@gno-core-sen-01.test5.gno.land:26656,g1ty443uhf6qr2n0gv3dkemr4slt96e5hnmx90qh@gno-core-sen-02.test5.gno.land:26656,g19x2gsyn02fldtq44dpgtcq2dq28kszlf5jn2es@gno-core-sen-03.test5.gno.land:26656,g12p9l546ah4qeenhum8v4m2dg92jxcsrfy67yww@163.172.33.181:26656,g1s40khr8fruvsp2e9tveqyfwgzrqw4fs9kr4hwc@3.18.33.75:26656,g1gdt4c8rs3l4gpmp0f840nj93sv59cag6hn00cd@3.133.216.128:26656,g18vg9lgndagym626q8jsgv2peyjatscykde3xju@devx-sen-1.test5.gnodevx.network:26656,g1fnwswr6p5nqfvusglv7g2vy0tzwt5npwe7stvv@devx-sen-2.test5.gnodevx.network:26656,g1q887j0vrwpg7admfn4n203u8k30rj8k84zxvn9@195.154.203.189: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`** @@ -44,14 +45,3 @@ Some configuration params are required, while others are advised to be set. - `telemetry.enabled` - flag indicating if telemetry should be turned on. **Advised to be `true`**. - `telemetry.exporter_endpoint` - endpoint for the otel exported. ⚠️ **Required if `telemetry.enabled=true`** ⚠️. - `telemetry.service_instance_id` - unique ID of the node telemetry instance, **specific to every node deployment**. - -## Gno Core DNS entries - -- CNAME test5.gno.land a78095e89431e41f2b506544efd9f79e-dd80971e7e1cf6bc.elb.eu-central-1.amazonaws.com -- CNAME rpc.test5.gno.land test5.gno.land -- CNAME gno-core-sen-01.test5.gno.land test5.gno.land -- CNAME gno-core-sen-02.test5.gno.land test5.gno.land -- CNAME gno-core-sen-03.test5.gno.land test5.gno.land -- CNAME indexer.test5.gno.land test5.gno.land -- CNAME gnofaucet.test5.gno.land test5.gno.land -- CNAME o11y.test5.gno.land test5.gno.land (Grafana)