|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## [v1.10.13](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.13) |
| 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 updated to `29` all plugins must update to be compatible. |
| 8 | + |
| 9 | +### Fixes |
| 10 | + |
| 11 | +- Added `Prefetcher` to the `merkledb` interface |
| 12 | +- Fixed json marshalling of `TrackedSubnets` and `AllowedNodes` |
| 13 | + |
| 14 | +### What's Changed |
| 15 | + |
| 16 | +- Fix typo in block formation logic documentation by @kyoshisuki in https://github.com/ava-labs/avalanchego/pull/2158 |
| 17 | +- Marshal blocks and transactions inside API calls by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2153 |
| 18 | +- Remove lock options from the info api by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2149 |
| 19 | +- Remove write lock option from the avm static API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2154 |
| 20 | +- Remove write lock option from the avm wallet API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2155 |
| 21 | +- Fix json marshalling of Sets by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2161 |
| 22 | +- Rename `removeSubnetValidatorValidation` to `verifyRemoveSubnetValidatorTx` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2162 |
| 23 | +- Remove lock options from the IPCs api by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2151 |
| 24 | +- Remove write lock option from the xsvm API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2152 |
| 25 | +- Remove lock options from the admin API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2150 |
| 26 | +- Remove aliasing of `math` standard lib by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2163 |
| 27 | +- Remove write lock option from the platformvm API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2157 |
| 28 | +- Remove write lock option from the avm rpc API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2156 |
| 29 | +- Remove context lock from API VM interface by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2165 |
| 30 | +- Use set.Of rather than set.Add by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2164 |
| 31 | +- Bump google.golang.org/grpc from 1.55.0 to 1.58.3 by @dependabot in https://github.com/ava-labs/avalanchego/pull/2159 |
| 32 | +- [x/merkledb] `Prefetcher` interface by @patrick-ogrady in https://github.com/ava-labs/avalanchego/pull/2167 |
| 33 | +- Validator Diffs: docs and UTs cleanup by @abi87 in https://github.com/ava-labs/avalanchego/pull/2037 |
| 34 | +- MerkleDB Reduce buffer creation/memcopy on path construction by @dboehm-avalabs in https://github.com/ava-labs/avalanchego/pull/2124 |
| 35 | +- Fix some P-chain UTs by @abi87 in https://github.com/ava-labs/avalanchego/pull/2117 |
| 36 | + |
| 37 | +### New Contributors |
| 38 | + |
| 39 | +- @kyoshisuki made their first contribution in https://github.com/ava-labs/avalanchego/pull/2158 |
| 40 | + |
| 41 | +**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.10.12...v1.10.13 |
| 42 | + |
3 | 43 | ## [v1.10.12](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.12)
|
4 | 44 |
|
5 | 45 | 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