release/2024-07-28
·
40 commits
to master
since this release
What's Changed
- Adds a new endpoint (
get_block_headers
) as specified in dfinity/interface-spec#298. - Reduces the maximum number of instructions in heartbeats from 4B to 1B. This helps keep the finalization rate of the subnet smooth and improves response times.
- Adds a config for eager evaluation of fees, which is useful for local dev environments.
- Adds the candid interface to the metadata section.
- Improves serialization of unstable blocks when upgrading
Full Changelog: release/2024-01-22...release/2024-07-28