All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- update to subxt v0.34.0
- Update metadata Polkadot runtime/1001002
- Update metadata Kusama runtime/1001002
- Update metadata Westend runtime/1007000 (Disabled)
- Update metadata Polkadot runtime/1000001
- update to subxt v0.32.1
- Update metadata Polkadot runtime/9430
- Update metadata Kusama runtime/1000000
- Fix account id based on chain
- Add referenda submitted hook
- update to subxt v0.31.0
- Update metadata Polkadot runtime/9430
- Update metadata Kusama runtime/9430
- Update metadata Westend runtime/9430
- Update metadata Polkadot runtime/9300
- Update metadata Westend runtime/9320
- Fix authority from PreDigest
- Update metadata Polkadot runtime/9291
- Update metadata Kusama runtime/9300
- Update metadata Westend runtime/9310
- Fix invalid positional arguments
- Total nominators stake and raw stake per nominee to
_init
and_new_session
scripts
- Aff network details to
_validator_starts_active_next_era
and_validator_starts_inactive_next_era
scripts - Update metadata Polkadot runtime/9220
- Update metadata Kusama runtime/9230
- Update metadata Westend runtime/9230
- Update
subxt
crate dependency to latest commits on top of release v0.18.1 - Fix external commands zombie processes
- Rename
--expose-total-nominators
flag to--expose-all-nominators
and rename allTOTAL_NOMINATORS
variables toALL_NOMINATORS
in all bash scripts - Fix
check_1kv_nominators.sh
- expose chain name as a new input variable to fetch nominators from the respective 1KV backend api - Update metadata Polkadot runtime/9170
- Update metadata Kusama runtime/9170
- Update metadata Westend runtime/9170
- Rename block height to block grift in examples script
- Fix APR value to be displayed as percentage
- Fix Project APR missing from
_new_session
and_new_era
hooks
- Add block number to session and era scripts has positional argument
${9}
- Expose Para validator under a new flag
--expose-para-validator
. If para validator in current session is available through positional argument${22}
and the total number of para validator times in previous 6 sessionds in argument${23}
- Expose Era points under a new flag
--expose-era-points
with previous validator era points available at${24}
and average points at position${25}
- Projected APR calculation based on Polkadot.js. Value available at position
${13}
- Additional system metrics loaded directly from the server
- Review
_init.sh
,_new_era.sh
,_new_session.sh
examples. - Adjusted 1KV nominators message
- Breaking change: With the addition of the APR at position
${13}
all next arguments have shift their position by +1.
- Fix parity default endpoints
- Expose Total Nominators under a new flag
--expose-total-nominators
- Add new flag
--expose-all
to expose all positional arguments in scripts using only a single flag
- Review sripts to fit total nominators and give a better readability
- Update metadata Polkadot runtime/9151
- Total authored blocks from previous 6 sessions
- Fix Authored blocks
- Fix TBD argument at new session and new era hook scripts
- Update metadata Kusama runtime/9151
- Fix default values for optional flags. This makes it less error prone when working with scripts arguments.
- Add flag
--expose-authored-blocks
which exposes the number of blocks authored by the predefined stashes
- Add flag
--expose-network
which exposes network properties to all hooks
- expose total stake, own stake, nominators and nominators stake to some of the hooks
- update positional arguments in the default default scripts
- Add hook
_init.sh
that runs everytimescouty
starts. It helps to validate scripts
- Fix parameter expansion for queued session argument in scripts
- Fix offline event
- First public release
- Easily connect to westend, kusama or polkadot Parity public nodes
- Set optional matrix bot
- Hooks executed by on-chain events
- Runtimes (Polkadot/9140, Kusama/9150, Westend/9150)