Skip to content

Releases: turboflakes/crunch

Crunch v0.12.1

29 Feb 14:18
Compare
Choose a tag to compare

Note: This release was built using rustc 1.76.0 (07dca489a 2024-02-04)

🚩 Update Priority

This is a Low priority release, please update as appropriate.

🐛 Bug Fix

  • Since v0.11.0 only mnemonic phrases were parsed correctly from the seed file, this release fixes this issue. Correctly parses a secret key, mnemonic phrase or Uri.

Crunch v0.12.0

28 Feb 11:26
Compare
Choose a tag to compare

Note: This release was built using rustc 1.76.0 (07dca489a 2024-02-04)

🚩 Update Priority

This is a Low priority release, please update as appropriate.

✨ New

  • Add medium flag as another verbosity option
  • Add support for Paseo Testnet
  • Add metadata Paseo runtime/1001002

🔧 Changes

  • Update metadata Polkadot runtime/1001002
  • Update metadata Kusama runtime/1001002

Crunch v0.11.2

26 Jan 14:53
Compare
Choose a tag to compare

Note: This release was built using rustc 1.75.0 (82e1608df 2023-12-21)

🚩 Update Priority

This is a Low priority release, please update as appropriate.

🐛 Bugfix

  • Fix unsecure Urls, allowing ws or http schemas to be used.

Crunch v0.11.1

26 Jan 11:55
Compare
Choose a tag to compare

Note: This release was built using rustc 1.75.0 (82e1608df 2023-12-21)

🚩 Update Priority
This is a Low priority release, please update as appropriate.

🔧 Changes
Fix onet_api_url to depend on the connected chain and remove default endpoint.
Show nomination pool threshold value in the report
Update subxt v0.34.0
Update metadata Polkadot runtime/1000000
Update metadata Kusama runtime/1001000
Disable Westend runtime/1006000

Crunch v0.10.1

14 Jul 14:25
Compare
Choose a tag to compare

Note: This release was built using rustc 1.71.0 (8ede3aae2 2023-07-12)

🚩 Update Priority

This is a Low priority release, please update as appropriate.

✨ New

  • Introducing option --enable-pool-only-operator-compound to allow for permissionless compound rewards of pool operators only
  • Introducing flag --enable-pool-compound-threshold to allow a threshold to be set. Only rewards higher than the threshold are triggered for compound.

🔧 Changes

NOTE: options and respective environment variables have been renamed:

  • --enable-all-nominees-payouts -> --enable-pool-all-nominees-payout
  • --enable-active-nominees-payout -> --enable-pool-active-nominees-payout
  • CRUNCH_ALL_NOMINEES_PAYOUTS_ENABLED -> CRUNCH_POOL_ALL_NOMINEES_PAYOUT_ENABLED
  • CRUNCH_ACTIVE_NOMINEES_PAYOUT_ENABLED -> CRUNCH_POOL_ACTIVE_NOMINEES_PAYOUT_ENABLED

Crunch v0.10.0

11 Jul 13:28
Compare
Choose a tag to compare

Note: This release was built using rustc 1.70.0 (90c541806 2023-05-31)

🚩 Update Priority

This is a Low priority release, please update as appropriate.

✨ New

  • Auto-compound Nomination Pool members that have permission set as PermissionlessCompound or PermissionlessAll by introducing flag --enable-pool-members-compound
  • Integrate ONE-T grade into every validator stash using flag --enable-onet-api

🔧 Changes

  • Update subxt v0.29.0
  • Use force_batch
  • Change error_interval to base pow function and improve error readability
  • Support only Westend, Kusama, Polkadot (if needed other substrate-based chains could easily clone and adapt required changes)

📦️ Additional builtin runtime metadata

  • Kusama/9430

Crunch v0.9.6

15 Jun 12:39
Compare
Choose a tag to compare

Note: This release was built using rustc 1.70.0 (90c541806 2023-05-31)

🚩 Update Priority

This is a High priority release, please update as appropriate.

🔧 Changes

  • Fix broken changes by latest runtime upgrade 9420 at Polkadot.

📦️ Additional builtin runtime metadata

  • Polkadot/9420
  • Westend/9430

Crunch v0.9.5

25 May 09:01
Compare
Choose a tag to compare

Note: This release was built using rustc 1.69.0 (84c898d65 2023-04-16)

🚩 Update Priority

This is a High priority release, please update as appropriate.

🔧 Changes

  • Fix broken changes by latest runtime upgrade 9420 at Kusama and Westend.
    Note: expect a new release for Polkadot as soon as the new runtime is enacted there.

📦️ Additional builtin runtime metadata

  • Kusama/9420
  • Westend/9420

Crunch v0.9.3

15 Feb 20:29
Compare
Choose a tag to compare

Note: This release was built using rustc 1.67.1 (d5a82bbd2 2023-02-07)

🚩 Update Priority

This is a Medium priority release, please update as appropriate.

🐛 Bug Fix

  • Fixes fetch active nominees from previous era and not from active era.

Crunch v0.9.2

15 Feb 18:59
Compare
Choose a tag to compare

Note: This release was built using rustc 1.67.1 (d5a82bbd2 2023-02-07)

🚩 Update Priority

This is a Medium priority release, please update as appropriate.

✨ New

  • Add optional flag enable-all-nominees-payouts. From this version on by default crunch will only trigger payouts for active nominees that the Pool stake allocation was active in the previous era. The presence of this optional flag makes crunch to try and trigger payouts to all nominees regardless if they were active or not.