Skip to content

v14.0.0-rc.2: Protocol 23 Release Candidate 2

Pre-release
Pre-release

Choose a tag to compare

@Shaptic Shaptic released this 15 Jul 00:11
19ccb64

v14.0.0-rc.2

Please refer to the first release candidate for a comprehensive changelog in this major version. The following only covers the differences since the first release candidate.

Breaking Changes

  • The RPC server's getTransaction and getTransactions responses have dropped the events.diagnosticEventsXdr field (#1183):
export interface TransactionEvents {
-  diagnosticEventsXdr: xdr.DiagnosticEvent[];
  transactionEventsXdr: xdr.TransactionEvent[];
}

Fixed

  • Fixed type for Horizon streaming endpoints, namely EventSourceOptions.onmessage now extends CollectionPage (#1100).

Full Changelog: v14.0.0-rc.1...v14.0.0-rc.2