This version is backwards compatible to v1.11.0. It is optional, but encouraged.
The plugin version is updated to 36
all plugins must update to be compatible.
APIs
- Renamed
avalanche_{vmName}_plugin_.*
metrics toavalanche_{vmName}_.*
- Renamed
avalanche_{vmName}_rpcchainvm_.*
metrics toavalanche_rpcchainvm_.*
Fixes
- Updated local network validator start times
- Fixed block building timer recalculation when anyone can propose
What's Changed
- Refactor rpcchainvm metrics registration by @StephenButtolph in #3170
- Add example reward calculator usage by @StephenButtolph in #3171
- Send AppErrors from p2p SDK by @joshua-kim in #2753
- build(tests): require
//go:build test
tag if importing test packages outside of_test.go
files by @ARR4N in #3173 - Include VM path in plugin version error by @StephenButtolph in #3178
- [ci] Simplify ci monitoring with custom actions by @marun in #3161
- [vms/avm] Replace
strings.Replace
withfmt.Sprintf
in tests by @dhrubabasu in #3177 - Changes to support teleporter e2e tests by @feuGeneA in #3179
- Reduce usage of
getBlock
in consensus by @StephenButtolph in #3151 - [ci] Enable run-monitored-tmpnet-cmd reuse by other repos by @marun in #3186
- Restructured fee calculator API by @abi87 in #3145
- P-Chain: Block-level fee Calculator by @abi87 in #3032
- [ci] Allow antithesis test setups to be triggered independently by @marun in #3183
- [antithesis] Fix image version separator in triggering workflows by @marun in #3191
- Remove
block.Status
by @StephenButtolph in #3158 - [antithesis] Refactor compose config generation to simplify reuse by @marun in #3184
- [antithesis] Add schedule for workflows by @marun in #3192
- Update
golangci-lint
tov1.59.1
by @dhrubabasu in #3195 - [ci] Ensure monitoring action compatibility for other repos by @marun in #3193
- chore: fix some comments for struct field by @linghuying in #3194
- [antithesis] Configure workload history by @marun in #3196
- [vms/proposervm] Set build block time correctly when anyone can propose by @dhrubabasu in #3197
- chore: fix comment by @polymaer in #3201
- Make math.Add64 and math.Mul64 generic by @StephenButtolph in #3205
- Implement ACP-103 fee package by @StephenButtolph in #3203
- [antithesis] Fix job duration by @marun in #3206
- [vms/platformvm]
RegisterDUnsignedTxsTypes
->RegisterDurangoUnsignedTxsTypes
by @dhrubabasu in #3212 - chore: fix some comments by @yingshanghuangqiao in #3213
- Fix typos by @omahs in #3208
- Cleanup fee.staticCalculator by @StephenButtolph in #3210
- typo by @meaghanfitzgerald in #3220
- add getSubnet to p-chain api reference by @felipemadero in #3204
- [ci] Update fuzz workflows to target master branch by @marun in #3221
- Cleanup wallet tests by @StephenButtolph in #3230
- Update local validator start time by @ceyonur in #3224
New Contributors
- @feuGeneA made their first contribution in #3179
- @linghuying made their first contribution in #3194
- @polymaer made their first contribution in #3201
- @yingshanghuangqiao made their first contribution in #3213
- @omahs made their first contribution in #3208
Full Changelog: v1.11.9...v1.11.10