Changes
For Node Operators
❗
Changes have been made to the runtime that require a client update on all validator and RPC nodes. If possible, update your nodes in a timely manner. Once enough nodes have been updated, we will perform a runtime upgrade. After the runtime upgrade is executed, all nodes running an outdated version of the client will no longer be able to verify or build new blocks.
New QoL RPCs have been added:
system_fetchEventsV1
: Allows fetching and filtering events (requires runtime upgrade)system_fetchExtrinsicsV1
: Allows fetching and filtering transactionsgrandpa_blockJustification
: Allows fetching GRANDPA justifications from the clientgrandpa_blockJustificationJson
: Allows fetching GRANDPA justifications from the client in JSON format
Proper documentation for the mentioned RPCs should be available within the next week or two.
The Ubuntu 20.04 binary is no longer being built, as it is no longer supported by Canonical. Fedora 41 has been replaced with Fedora 42.
Runtime
New runtime APIs have been added:
SystemEventsApi.fetch_events_v1
: Allows fetching and filtering eventsKateApi.multiproof
: Allows fetching multiproofs
Proper documentation for the mentioned Runtime APIs should be available within the next week or two.
New Contributors
- @moraesjeremias made their first contribution in #753
- @rac-sri made their first contribution in #742
Full Changelog: v2.3.0.0...v2.3.1.0