This version is backwards compatible to v1.10.0. It is optional, but encouraged.
The plugin version is updated to 27
, all plugins must update to be compatible.
The first startup of the X-Chain will perform an indexing operation. This indexing runs in the background and does not impact restart time.
APIs
- Added
avalanche_network_clock_skew_sum
metric - Added
avalanche_network_clock_skew_count
metric
Configs
- Added
--tracing-headers
to allow specifying headers to the tracing indexer
Fixes
- Fixed API handler crash for
lookupState
inprestate
tracer - Fixed API handler crash for LOG edge cases in the
callTracer
What's Changed
- stop persisting rejected blocks on P-chain by @dhrubabasu in #1696
- Ensure scripts/lint.sh failure when used with incompatible grep by @marun in #1711
- sum peers clock skew into metric by @najeal in #1695
- Make AVM implement
block.HeightIndexedChainVM
by @dhrubabasu in #1699 - ProposerVM nits by @abi87 in #1688
- Sorting -- Remove old
IsSortedAndUnique
, renameIsSortedAndUniqueSortable
toIsSortedAndUnique
by @danlaine in #1666 - Update snow consensus doc post X-chain linearization by @exdx in #1703
merkledb
/sync
-- remove TODOs by @danlaine in #1718- remove cache TODOs by @danlaine in #1721
- Adjust
NewSizedCache
to take in a size function by @dhrubabasu in #1725 - Wallet issuance to return tx instead of tx id by @felipemadero in #1704
- Add support for providing tracing headers by @StephenButtolph in #1727
- Only return accepted blocks in
GetStatelessBlock
by @dhrubabasu in #1724 - Proposermv fix goroutine leaks by @abi87 in #1713
- Update warp msg format by @aaronbuchwald in #1686
- Cleanup anr scripts by @ceyonur in #1714
- remove TrackBandwidth from NetworkClient by @danlaine in #1716
- Bump network start timeout by @marun in #1730
- e2e: Ensure e2e.test is built with portable BLST by @marun in #1734
- e2e: Increase all ANR timeouts to 2m to ensure CI reliability. by @marun in #1733
New Contributors
Full Changelog: v1.10.4...v1.10.5