Releases: mode-network/synth-subnet
Releases · mode-network/synth-subnet
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0 Schedule HFT
- Commands:
git fetchgit checkout v1.6.0source bt_venv/bin/activatealembic upgrade head
- Update parameters:
- remove
--ewma.cutoff_days - update
--softmax.beta -0.05 - remove
--neuron.use_multiprocessif you have it - remove
--ewma.window_days
- remove
- Restart validator
pm2 start validator.local.config.js
What's Changed
- update readme by @Thykof in #190
- update validators by @Thykof in #191
- Thykof/mod 1764 synth high frequency by @Thykof in #178
Full Changelog: v1.5.4...v1.6.0
v1.5.4
v1.5.3
v1.5.2
Upgrade Process
- Commands:
git fetchgit checkout v1.5.2source bt_venv/bin/activatepip install -r requirements.txt
- Restart validator
pm2 start validator.local.config.js
What's Changed
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0 New Format and 1k Paths
Format and Schedule 1,000 Paths
- Commands:
git fetchgit checkout v1.5.0alembic upgrade head
- Update parameter:
- remove
--ewma.half_life_days - add
--ewma.window_days 10
- remove
- Restart validator
pm2 restart validator
What's Changed
- Thykof/mod 1714 subnet store real path in the validator requests table by @Thykof in #173
- remove slack logger by @Thykof in #176
- rework prepare_df_for_moving_average by @Thykof in #177
- Thykof/mod 1767 change prediction format by @Thykof in #174
- Schedule new format by @Thykof in #179
- smoothed score with weights per asset by @Thykof in #181
- fix score gold with new format by @Thykof in #182
- added asset weights to moving average formula of README.md by @davidevdt in #180
- Hotfix score immune by @Thykof in #183
- update doc by @Thykof in #184
Full Changelog: v1.4.7...v1.5.0