Open rootulp opened 1 day ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixes a few issues I discovered with single-node.sh
single-node.sh
previously created a genesis file withappVersion: 3
so even though it attempted to upgrade from v1 -> v2, that step doesn't make any sense because the node was already on v3. This PR fixes the issue by modifying the genesis file to useappVersion: 1
upgrade-to-v3.sh
that can be invoked to upgrade the single node from v2 -> v3. After running the command, the user will seeFLUPs