Housefire testnet upgrade to v201.0.4

Let’s upgrade Housefire to v201.0.4 at block height 2778000.

Here are the steps:

  1. Build tag v201.0.4 from source AHEAD OF TIME!
    git checkout v201.0.4
    make build
    
  2. Schedule your node to stop at height 2778000 with the current binaries (≤ 201.0.3):
    namadan ledger run-until --block-height 2778000 --halt
    
  3. 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.

3 Likes