Skip to content

Releases: turboflakes/crunch

Crunch v0.18.1

17 Sep 09:34
Compare
Choose a tag to compare

Note: This release was built using rustc 1.81.0 (eeb90cda1 2024-09-04)

🚩 Update Priority

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

🔧 Changes

  • Update Polkadot metadata to support runtime 1003000
  • Update Paseo metadata to support runtime 1003000
  • Add People-Paseo support

📦️ Current builtin runtime metadata

  • polkadot/1003000
  • people-polkadot/1002007
  • kusama/1003000
  • people-kusama/1002007
  • paseo/1003000
  • people-paseo/1002007

Crunch v0.17.1

05 Sep 09:12
Compare
Choose a tag to compare

Note: This release was built using rustc 1.80.1 (3f5fd8dd4 2024-08-06)

🚩 Update Priority

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

🔧 Changes

  • Update Kusama metadata to support runtime 1003000

📦️ Additional builtin runtime metadata

  • kusama/1003000

Crunch v0.17.0

25 Jul 22:20
Compare
Choose a tag to compare

Note: This release was built using rustc 1.80.0 (051478957 2024-07-21)

🚩 Update Priority

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

✨ New

  • Fetch identities from people-polkadot chain with use of an RPC endpoint specified at --substrate-people-ws-url or environment variable CRUNCH_SUBSTRATE_PEOPLE_WS_URL;

📦️ Additional builtin runtime metadata

  • polkadot/1002007
  • people-polkadot/1002006

Crunch v0.16.0

05 Jun 09:26
Compare
Choose a tag to compare

Note: This release was built using rustc 1.78.0 (9b00956e5 2024-04-29)

🚩 Update Priority

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

✨ New

  • Fetch identities from people-kusama/people-westend chain with use of an RPC endpoint specified at --substrate-people-ws-url or environement variable CRUNCH_SUBSTRATE_PEOPLE_WS_URL; only available for Kusama & Westend
  • Allow crunch to run payouts and exit with run mode once; useful if you would like to setup crunch as cronjob;
  • Connect to a specific network via smoldot with flag --enable-light-client; no need to specify an RPC endpoint via --substrate-ws-url; usage example crunch kusama --enable-light-client rewards once.
  • Group payouts and report messages by validators main identity using flag --enable-group-identity; useful to organise long list of validator stashes with different identities; usage example crunch kusama --enable-group-identity rewards era.

🔧 Changes

  • Update subxt v0.37.0 (make use of unstable subxt RPC reconnection, unstable light client features and support the new sign extension CheckMetadataHash)
  • Iterate transaction progress to only evaluate events when block is finalised, log and drop all other states
  • Generate only metadata from used pallets
  • Fix Paseo and Westend networks

📦️ Additional builtin runtime metadata

  • polkadot/1002000
  • kusama/1002001
  • westend/1011000
  • paseo/1002000

Crunch v0.15.0

26 Apr 15:33
Compare
Choose a tag to compare

Note: This release was built using rustc 1.77.2 (25ef9e3d8 2024-04-09)

🚩 Update Priority

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

✨ New

  • Add tip for block author optional with option --tx-tip or variable CRUNCH_TX_TIP
  • Add transaction mortal optional with option --tx-mortal-period or CRUNCH_TX_MORTAL_PERIOD
  • Add github personal access token with option --github-pat or CRUNCH_GITHUB_PAT to grant access to a list of stashes defined in a private github repo
  • Sort stashes by identity, no-identity and push warnings to bottom

🔧 Changes

  • Review no bonded controller message
  • Fix oversubscribed validators by checking all unclaimed pages

Crunch v0.14.0

21 Apr 11:33
Compare
Choose a tag to compare

Note: This release was built using rustc 1.77.2 (25ef9e3d8 2024-04-09)

🚩 Update Priority

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

🔧 Changes

  • Fixes breaking changes due to the latest runtime upgrade v1.2.0
  • Update metadata Polkadot runtime/1002000

Crunch v0.13.2

19 Apr 13:57
Compare
Choose a tag to compare

Note: This release was built using rustc 1.77.2 (25ef9e3d8 2024-04-09)

🚩 Update Priority

  • This is a Medium priority release for Kusama network only, please update as appropriate.

🔧 Changes

  • Fixes claimed rewards from new storage staking.claimed_rewards

Crunch v0.13.1

19 Apr 09:25
Compare
Choose a tag to compare

Note: This release was built using rustc 1.77.2 (25ef9e3d8 2024-04-09)

🚩 Update Priority

  • This is a High priority release for Kusama network only, please update as appropriate.

🔧 Changes

  • Fixes unclaimed eras from new storage staking.eras_stakers_paged

Crunch v0.13.0

18 Apr 09:54
Compare
Choose a tag to compare

Note: This release was built using rustc 1.77.2 (25ef9e3d8 2024-04-09)

🚩 Update Priority

  • This is a High priority release for Kusama network only, please update as appropriate.

🔧 Changes

  • Fixes breaking changes due to the latest runtime upgrade v1.2.0
  • Update metadata Kusama runtime/1002000

Crunch v0.12.2

29 Feb 18:21
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

  • Fixes issue #39 - removes control characters from seed file, before parsing content, allowing secret keys, mnemonic phrases or uri to be interpreted correctly.