|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## [v1.10.11](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.11) |
| 4 | + |
| 5 | +This version is backwards compatible to [v1.10.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.0). It is optional, but encouraged. |
| 6 | + |
| 7 | +The plugin version is unchanged at `28` and compatible with versions `v1.10.9 - v1.10.10`. |
| 8 | + |
| 9 | +### Fixes |
| 10 | + |
| 11 | +- Prevented overzelous benching due to dropped AppRequests |
| 12 | +- Populated the process file atomically to avoid racy reads |
| 13 | + |
| 14 | +### What's Changed |
| 15 | + |
| 16 | +- Rename platformvm/blocks to platformvm/block by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/1980 |
| 17 | +- RewardValidatorTx cleanup by @abi87 in https://github.com/ava-labs/avalanchego/pull/1891 |
| 18 | +- Cancel stale SH actions by @danlaine in https://github.com/ava-labs/avalanchego/pull/2003 |
| 19 | +- e2e: Switch assertion library from gomega to testify by @marun in https://github.com/ava-labs/avalanchego/pull/1909 |
| 20 | +- e2e: Add bootstrap checks to migrated kurtosis tests by @marun in https://github.com/ava-labs/avalanchego/pull/1935 |
| 21 | +- Add `GetTransformSubnetTx` helper by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2047 |
| 22 | +- Add readme for the staking/local folder by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2046 |
| 23 | +- use `IsCortinaActivated` helper by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2048 |
| 24 | +- add `D` upgrade boilerplate by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2049 |
| 25 | +- e2e: Ensure interchain workflow coverage for the P-Chain by @marun in https://github.com/ava-labs/avalanchego/pull/1882 |
| 26 | +- e2e: Switch to using default timed context everywhere by @marun in https://github.com/ava-labs/avalanchego/pull/1910 |
| 27 | +- Remove indentation + confusing comment by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2053 |
| 28 | +- Delete ErrDelegatorSubset by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2055 |
| 29 | +- Fix default validator start time by @marun in https://github.com/ava-labs/avalanchego/pull/2058 |
| 30 | +- Enable workflows to be triggered by merge queue by @marun in https://github.com/ava-labs/avalanchego/pull/2057 |
| 31 | +- e2e: Migrate staking rewards test from kurtosis by @marun in https://github.com/ava-labs/avalanchego/pull/1767 |
| 32 | +- Fix LRU documentation comment by @anusha-ctrl in https://github.com/ava-labs/avalanchego/pull/2036 |
| 33 | +- Ignore AppResponse timeouts for benching by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2066 |
| 34 | +- trace: provide appName and version from Config by @najeal in https://github.com/ava-labs/avalanchego/pull/1893 |
| 35 | +- Update perms.WriteFile to write atomically by @marun in https://github.com/ava-labs/avalanchego/pull/2063 |
| 36 | +- ArchiveDB by @nytzuga in https://github.com/ava-labs/avalanchego/pull/1911 |
| 37 | + |
| 38 | +**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.10.10...v1.10.11 |
| 39 | + |
3 | 40 | ## [v1.10.10](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.10)
|
4 | 41 |
|
5 | 42 | This version is backwards compatible to [v1.10.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.0). It is optional, but encouraged.
|
|
0 commit comments