Skip to content

Commit

Permalink
Update versions for v1.9.15 (#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Mar 24, 2023
1 parent d0a55ba commit 7a7d5dd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## [v1.9.15](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.15)

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`.

- Fixed `x/merkledb.ChangeProof#getLargestKey` to correctly handle no changes
- Added test for `avm/txs/executor.SemanticVerifier#verifyFxUsage` with multiple valid fxs
- Fixed CPU + bandwidth performance regression during vertex processing
- Added example usage of the `/ext/index/X/block` API
- Reduced the default value of `--snow-optimal-processing` from `50` to `10`
- Updated the year in the license header

## [v1.9.14](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.14)

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`.
Expand Down
4 changes: 2 additions & 2 deletions version/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"v1.9.10",
"v1.9.11",
"v1.9.12",
"v1.9.13",
"v1.9.14"
"v1.9.14",
"v1.9.15"
],
"23": [
"v1.9.9"
Expand Down
2 changes: 1 addition & 1 deletion version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
Current = &Semantic{
Major: 1,
Minor: 9,
Patch: 14,
Patch: 15,
}
CurrentApp = &Application{
Major: Current.Major,
Expand Down

0 comments on commit 7a7d5dd

Please sign in to comment.