Skip to content

v1.1.4

Choose a tag to compare

@Thykof Thykof released this 07 Apr 15:45
· 94 commits to main since this release

Synth Validator Upgrade process

  1. Modify the pm2 config file
    1. change --ewma.half_life_days 3.5
    2. change --ewma.cutoff_days 7
    3. change --softmax.beta -0.005
  2. Commands:
    1. git fetch
    2. git checkout v1.1.4
    3. source bt_venv/bin/activate
    4. pip install -r requirements.txt
    5. alembic upgrade head
  3. Restart validator
  • pm2 start validator.local.config.js

What's Changed

  • Develop to main v1.1.4 by @Thykof in #120
    • Fix soft max after filter uid (#121)
    • fetch real price once (#118)
    • get uid for score from predictions (#117)

Full Changelog: v1.1.3...v1.1.4