Skip to content

Commit bd8c57e

Browse files
authored
Clean up changelog for v3.1 branch (#8812)
* Clean up changelog for v3.1 branch * Remove link header link
1 parent eb96d19 commit bd8c57e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
88
and follows a [Backwards Compatibility Policy](https://docs.anza.xyz/backwards-compatibility)
99

10-
Release channels have their own copy of this changelog:
11-
* [edge - v3.1](#edge-channel)
12-
* [beta - v3.0](https://github.com/anza-xyz/agave/blob/v3.0/CHANGELOG.md)
13-
* [stable - v2.3](https://github.com/anza-xyz/agave/blob/v2.3/CHANGELOG.md)
14-
15-
<a name="edge-channel"></a>
16-
## 3.1.0—Unreleased
10+
## 3.1.0
1711
### RPC
1812
#### Breaking
1913
* A signature verification failure in `simulateTransaction()` or the preflight stage of `sendTransaction()` will now be attached to the simulation result's `err` property as `TransactionError::SignatureFailure` instead of being thrown as a JSON RPC API error (-32003). Applications that already guard against JSON RPC exceptions should expect signature verification errors to appear on the simulation result instead. Applications that already handle the materialization of `TransactionErrors` on simulation results can now expect to receive errors of type `TransactionError::SignatureFailure` at those verification sites.

0 commit comments

Comments
 (0)