Skip to content

Crunch v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 14:02

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 Polkadot CRUNCH_EXISTENTIAL_DEPOSIT_FACTOR_WARNING=2 and for Kusama CRUNCH_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