Skip to content

Releases: mode-network/synth-subnet

v1.6.4

20 Dec 10:46
cf62834

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.6.4
  2. Restart validator
  • pm2 start validator.local.config.js

What's Changed

  • remove rank, trust and pruning score by @Thykof in #202

Full Changelog: v1.6.3...v1.6.4

v1.6.3

17 Dec 10:32
9944e53

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.6.3
  2. Restart validator
  • pm2 start validator.local.config.js

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

11 Dec 14:40
2402cf9

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.6.2
  2. Update parameters:
    1. update --softmax.beta -0.2
  3. Restart validator
  • pm2 start validator.local.config.js

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

02 Dec 16:28
ec3072d

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.6.1
  2. Restart validator
  • pm2 start validator.local.config.js

What's Changed

  • fix schedule launch high frequency cycle by @Thykof in #194

Full Changelog: v1.6.0...v1.6.1

v1.6.0 Schedule HFT

02 Dec 10:58
af0b61c

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.6.0
    3. source bt_venv/bin/activate
    4. alembic upgrade head
  2. Update parameters:
    1. remove --ewma.cutoff_days
    2. update --softmax.beta -0.05
    3. remove --neuron.use_multiprocess if you have it
    4. remove --ewma.window_days
  3. Restart validator
  • pm2 start validator.local.config.js

What's Changed

Full Changelog: v1.5.4...v1.6.0

v1.5.4

21 Nov 17:01
42bf3b1

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.5.4
  2. Restart validator
  • pm2 start validator.local.config.js

What's Changed

  • skip score during cloudflare outage by @Thykof in #189

Full Changelog: v1.5.3...v1.5.4

v1.5.3

19 Nov 18:43
820190b

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.5.3
  2. Restart validator
  • pm2 start validator.local.config.js

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

17 Nov 11:50
2bb7eb6

Choose a tag to compare

Upgrade Process

  1. Commands:
    1. git fetch
    2. git checkout v1.5.2
    3. source bt_venv/bin/activate
    4. pip install -r requirements.txt
  2. Restart validator
  • pm2 start validator.local.config.js

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

12 Nov 14:19
a16e12f

Choose a tag to compare

  1. Commands:
    1. git fetch
    2. git checkout v1.5.1
  2. Restart validator
  • pm2 restart validator

What's Changed

  • hotfix: catch error format validation by @Thykof in #185

Full Changelog: v1.5.0...v1.5.1

v1.5.0 New Format and 1k Paths

10 Nov 20:36
0cd4379

Choose a tag to compare

Format and Schedule 1,000 Paths

  1. Commands:
    1. git fetch
    2. git checkout v1.5.0
    3. alembic upgrade head
  2. Update parameter:
    1. remove --ewma.half_life_days
    2. add --ewma.window_days 10
  3. Restart validator
  • pm2 restart validator

What's Changed

Full Changelog: v1.4.7...v1.5.0