v1.1.4
Synth Validator Upgrade process
- Modify the pm2 config file
- change
--ewma.half_life_days 3.5 - change
--ewma.cutoff_days 7 - change
--softmax.beta -0.005
- change
- Commands:
git fetchgit checkout v1.1.4source bt_venv/bin/activatepip install -r requirements.txtalembic upgrade head
- Restart validator
pm2 start validator.local.config.js
What's Changed
Full Changelog: v1.1.3...v1.1.4