Let’s upgrade Housefire to v201.0.4 at block height 2778000.
Here are the steps:
- Build tag
v201.0.4
from source AHEAD OF TIME!git checkout v201.0.4 make build
- Schedule your node to stop at height
2778000
with the current binaries (≤ 201.0.3):namadan ledger run-until --block-height 2778000 --halt
- Once we reach the upgrade height, restart your node with
namadan v201.0.4
:namadan ledger run
That should be all! Thanks, looking forward to this important upgrade.