|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## [v1.11.10](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.10) |
| 4 | + |
| 5 | +This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged. |
| 6 | + |
| 7 | +The plugin version is updated to `36` all plugins must update to be compatible. |
| 8 | + |
| 9 | +### APIs |
| 10 | + |
| 11 | +- Renamed `avalanche_{vmName}_plugin_.*` metrics to `avalanche_{vmName}_.*` |
| 12 | +- Renamed `avalanche_{vmName}_rpcchainvm_.*` metrics to `avalanche_rpcchainvm_.*` |
| 13 | + |
| 14 | +### Fixes |
| 15 | + |
| 16 | +- Updated local network validator start times |
| 17 | +- Fixed block building timer recalculation when anyone can propose |
| 18 | + |
| 19 | +### What's Changed |
| 20 | + |
| 21 | +- Refactor rpcchainvm metrics registration by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3170 |
| 22 | +- Add example reward calculator usage by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3171 |
| 23 | +- Send AppErrors from p2p SDK by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2753 |
| 24 | +- build(tests): require `//go:build test` tag if importing test packages outside of `_test.go` files by @ARR4N in https://github.com/ava-labs/avalanchego/pull/3173 |
| 25 | +- Include VM path in plugin version error by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3178 |
| 26 | +- [ci] Simplify ci monitoring with custom actions by @marun in https://github.com/ava-labs/avalanchego/pull/3161 |
| 27 | +- [vms/avm] Replace `strings.Replace` with `fmt.Sprintf` in tests by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3177 |
| 28 | +- Changes to support teleporter e2e tests by @feuGeneA in https://github.com/ava-labs/avalanchego/pull/3179 |
| 29 | +- Reduce usage of `getBlock` in consensus by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3151 |
| 30 | +- [ci] Enable run-monitored-tmpnet-cmd reuse by other repos by @marun in https://github.com/ava-labs/avalanchego/pull/3186 |
| 31 | +- Restructured fee calculator API by @abi87 in https://github.com/ava-labs/avalanchego/pull/3145 |
| 32 | +- P-Chain: Block-level fee Calculator by @abi87 in https://github.com/ava-labs/avalanchego/pull/3032 |
| 33 | +- [ci] Allow antithesis test setups to be triggered independently by @marun in https://github.com/ava-labs/avalanchego/pull/3183 |
| 34 | +- [antithesis] Fix image version separator in triggering workflows by @marun in https://github.com/ava-labs/avalanchego/pull/3191 |
| 35 | +- Remove `block.Status` by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3158 |
| 36 | +- [antithesis] Refactor compose config generation to simplify reuse by @marun in https://github.com/ava-labs/avalanchego/pull/3184 |
| 37 | +- [antithesis] Add schedule for workflows by @marun in https://github.com/ava-labs/avalanchego/pull/3192 |
| 38 | +- Update `golangci-lint` to `v1.59.1` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3195 |
| 39 | +- [ci] Ensure monitoring action compatibility for other repos by @marun in https://github.com/ava-labs/avalanchego/pull/3193 |
| 40 | +- chore: fix some comments for struct field by @linghuying in https://github.com/ava-labs/avalanchego/pull/3194 |
| 41 | +- [antithesis] Configure workload history by @marun in https://github.com/ava-labs/avalanchego/pull/3196 |
| 42 | +- [vms/proposervm] Set build block time correctly when anyone can propose by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3197 |
| 43 | +- chore: fix comment by @polymaer in https://github.com/ava-labs/avalanchego/pull/3201 |
| 44 | +- Make math.Add64 and math.Mul64 generic by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3205 |
| 45 | +- Implement ACP-103 fee package by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3203 |
| 46 | +- [antithesis] Fix job duration by @marun in https://github.com/ava-labs/avalanchego/pull/3206 |
| 47 | +- [vms/platformvm] `RegisterDUnsignedTxsTypes` -> `RegisterDurangoUnsignedTxsTypes` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3212 |
| 48 | +- chore: fix some comments by @yingshanghuangqiao in https://github.com/ava-labs/avalanchego/pull/3213 |
| 49 | +- Fix typos by @omahs in https://github.com/ava-labs/avalanchego/pull/3208 |
| 50 | +- Cleanup fee.staticCalculator by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3210 |
| 51 | +- typo by @meaghanfitzgerald in https://github.com/ava-labs/avalanchego/pull/3220 |
| 52 | +- add getSubnet to p-chain api reference by @felipemadero in https://github.com/ava-labs/avalanchego/pull/3204 |
| 53 | +- [ci] Update fuzz workflows to target master branch by @marun in https://github.com/ava-labs/avalanchego/pull/3221 |
| 54 | +- Cleanup wallet tests by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3230 |
| 55 | +- Update local validator start time by @ceyonur in https://github.com/ava-labs/avalanchego/pull/3224 |
| 56 | + |
| 57 | +### New Contributors |
| 58 | + |
| 59 | +- @feuGeneA made their first contribution in https://github.com/ava-labs/avalanchego/pull/3179 |
| 60 | +- @linghuying made their first contribution in https://github.com/ava-labs/avalanchego/pull/3194 |
| 61 | +- @polymaer made their first contribution in https://github.com/ava-labs/avalanchego/pull/3201 |
| 62 | +- @yingshanghuangqiao made their first contribution in https://github.com/ava-labs/avalanchego/pull/3213 |
| 63 | +- @omahs made their first contribution in https://github.com/ava-labs/avalanchego/pull/3208 |
| 64 | + |
| 65 | +**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.11.9...v1.11.10 |
| 66 | + |
3 | 67 | ## [v1.11.9](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.9)
|
4 | 68 |
|
5 | 69 | This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged.
|
|
0 commit comments