From 346933bda020e05ca1ff763ad85ad38ebc863fd2 Mon Sep 17 00:00:00 2001 From: hitchhooker Date: Fri, 26 Apr 2024 05:31:24 +0700 Subject: [PATCH] add todoz --- proposals/5_bootnode_audits.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/proposals/5_bootnode_audits.md b/proposals/5_bootnode_audits.md index 725e9b1..77f882a 100644 --- a/proposals/5_bootnode_audits.md +++ b/proposals/5_bootnode_audits.md @@ -2,12 +2,11 @@ I am planning to proceed with the following audits to bootnodes: -1. Go through polkadot-sdk / encointer / paseo chain-specs and +1. [x] Go through polkadot-sdk / encointer / paseo chain-specs and compare them with the ibp-network/config/bootnodes.json file. -2. Write helper functions to find missing entries. -3. Fill in the missing entries based on the official chain-specs. -4. Notify about missing bootnode entries to the syncicate members. -5. Once all bootnodes are added, develope a script to check the bootnodes. -6. Write daily monitoring that all bootnodes are in syncable condition. - +2. [x] Write helper functions to find missing entries. +3. [x] Fill in the missing entries based on the official chain-specs. +4. [x] Notify about missing bootnode entries to the syncicate members. +5. [] Once all bootnodes are added, develope a script to check the bootnodes. +6. [] Write daily monitoring workflow that all bootnodes are in syncable condition.