Skip to content

Commit 7a7d5dd

Browse files
Update versions for v1.9.15 (ava-labs#2779)
1 parent d0a55ba commit 7a7d5dd

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes
22

3+
## [v1.9.15](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.15)
4+
5+
This version is backwards compatible to [v1.9.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.0). It is optional, but encouraged. The supported plugin version is `24`.
6+
7+
- Fixed `x/merkledb.ChangeProof#getLargestKey` to correctly handle no changes
8+
- Added test for `avm/txs/executor.SemanticVerifier#verifyFxUsage` with multiple valid fxs
9+
- Fixed CPU + bandwidth performance regression during vertex processing
10+
- Added example usage of the `/ext/index/X/block` API
11+
- Reduced the default value of `--snow-optimal-processing` from `50` to `10`
12+
- Updated the year in the license header
13+
314
## [v1.9.14](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.14)
415

516
This version is backwards compatible to [v1.9.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.0). It is optional, but encouraged. The supported plugin version is `24`.

version/compatibility.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"v1.9.10",
44
"v1.9.11",
55
"v1.9.12",
6-
"v1.9.13",
7-
"v1.9.14"
6+
"v1.9.14",
7+
"v1.9.15"
88
],
99
"23": [
1010
"v1.9.9"

version/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
Current = &Semantic{
2222
Major: 1,
2323
Minor: 9,
24-
Patch: 14,
24+
Patch: 15,
2525
}
2626
CurrentApp = &Application{
2727
Major: Current.Major,

0 commit comments

Comments
 (0)