Releases: turboflakes/crunch
Crunch v0.9.3
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
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 defaultcrunch
will only trigger payouts for active nominees that the Pool stake allocation was active in the previous era. The presence of this optional flag makescrunch
to try and trigger payouts to all nominees regardless if they were active or not.
Crunch v0.9.0
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-unique-stashes
. From all given stashes crunch will sort by stash address and remove duplicates. - Add optional argument
pool-ids
or environment variableCRUNCH_POOL_IDS
. Crunch will try to fetch the latest nominees (stashes) of the respective pool_id predefined here before triggering the respective payouts (e.gCRUNCH_POOL_IDS=1,2,3
).
🔧 Changes
- Trigger era payouts randomly within 4 minutes after era ends. Previously value was within 2 minutes.
📦️ Additional builtin runtime metadata
- Polkadot/9360
- Kusama/9370
- Westend/9380
Crunch v0.8.3
Note: This release was built using rustc 1.66.1 (90743e729 2023-01-10)
🚩 Update Priority
This is a Medium priority release, please update as appropriate.
🔧 Changes
Remove leading and trailing whitespace from remote stashes file
📦️ Additional builtin runtime metadata
- Polkadot/9340
- Kusama/9360
- Westend/9370
Crunch v0.8.1
Note: This release was built using rustc 1.66.0 (69f9c33d7 2022-12-12)
📦️ Additional builtin runtime metadata
Aleph main and testnet
(PR 23)
Crunch v0.8.0
Note: This release was built using rustc 1.66.0 (69f9c33d7 2022-12-12)
🚩 Update Priority
This is a High priority release, please update as appropriate.
🔧 Changes
- Support
subxt
v0.25.0.
📦️ Additional builtin runtime metadata
- Kusama/9350
- Westend/9350
Crunch v0.6.2
Note: This release was built using rustc 1.65.0 (897e37553 2022-11-02)
🚩 Update Priority
This is a Low priority release, please update as appropriate.
📦️ Additional builtin runtime metadata
- Kusama/9320
- Westend/9330
- Aleph main & test networks PR 20
Crunch v0.6.1
Note: This release was built using rustc 1.65.0 (897e37553 2022-11-02)
🚩 Update Priority
This is a High priority release for Polkadot Crunch Bot only, please update as appropriate.
📦️ Additional builtin runtime metadata
- Polkadot/9300
- Westend/9320
Crunch v0.6.0
Note: This release was built using rustc 1.64.0 (a55dd71d5 2022-09-19)
✨ New
- Add optional environment variable
CRUNCH_EXISTENTIAL_DEPOSIT_FACTOR_WARNING
. The factor allows the existential warning message to be configurable per chain. Default value is 2. The recommended values based on the existential deposits are: for PolkadotCRUNCH_EXISTENTIAL_DEPOSIT_FACTOR_WARNING=2
and for KusamaCRUNCH_EXISTENTIAL_DEPOSIT_FACTOR_WARNING=1000
.
🔧 Changes
- Support
subxt
v0.24.0. Note: with this change, unless there are breaking changes on storage, constants or extrinsics used by crunch, the local static metadata file no longer need to be mandatory upgraded as soon as a chain runtime upgrade is enacted.
📦️ Additional builtin runtime metadata
- Westend/9310
Crunch v0.5.15
Note: This release was built using rustc 1.64.0 (a55dd71d5 2022-09-19)
📦️ Additional builtin runtime metadata
Kusama/9300
Westend/9300