Skip to content

fix bank module migration

Compare
Choose a tag to compare
@faddat faddat released this 15 Nov 10:15
· 66 commits to master since this release
ee5f856

dragons.

Due to a (side effect)3 (cubed)

YOU MUST NOT SIGN 36 a second time! Maybe we're screwed because when upstream flushes, it all flows downstream. But if we are screwed, it isn't too intense....

# remove your code folder
rm -rf dig
# clone exactly the right branch of dig
git clone https://github.com/notional-labs/dig 
cd dig
git checkout v3.2.1
# install the new digd binary
make install
# enter your dig state folder
cd ~/.dig
# back up priv_validator_state.json (you should also have a backup of this file and priv_validator.json that isn't on your validator)
cp data/priv_validator_state.json ~/
# blow out your data directory
rm -r data
# Download claimens' snapshot
URL=https://quicksync.ccvalidators.com/SNAPSHOTS/dig-1_20221029_default.tar.lz4 && wget -O - $URL | lz4 -d | tar -xvf -
# restore your priv_validator_state to ensure that you do not double sign
cp ~/priv_validator_state.json ~/.dig/data
# start using the --home flag, to ensure that you do not get knocked around by a changed home directory
digd start --home ~/.dig

What's Changed

Full Changelog: v3.2.1...v3.2.2