rodenvk / greenhouse-crypto

Validator on Solana
GNU General Public License v3.0
1 stars 0 forks source link

Validator hotswap implementation #2

Open rodenvk opened 9 months ago

rodenvk commented 9 months ago

Implementation project of hotswap between validator nodes GREEN-HOUSE-3 and GREEN-HOUSE-4 to reduce downtime. Will use Identity Transition tutorial from Pumpkin's Pool: https://pumpkins-pool.gitbook.io/pumpkins-pool/

rodenvk commented 9 months ago

Original "no downtime" project by mvines: https://github.com/mvines/validator-Identity-transition-demo

rodenvk commented 8 months ago

Hotswap script successfully tested during epoch 555 and epoch 556 to upgrade validator client from 1.16.23 to 1.16.24 and then 1.16.25. Swap was done using junk identities on each node, unable to vote until the identity is set to our validator identity with stakes delegated.

rodenvk commented 8 months ago

Script will be uploaded when v0.1 is ready. Still to be done: