v14.0.0-rc.2: Protocol 23 Release Candidate 2
Pre-release
Pre-release
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
getTransactionandgetTransactionsresponses have dropped theevents.diagnosticEventsXdrfield (#1183):
export interface TransactionEvents {
- diagnosticEventsXdr: xdr.DiagnosticEvent[];
transactionEventsXdr: xdr.TransactionEvent[];
}Fixed
- Fixed type for Horizon streaming endpoints, namely
EventSourceOptions.onmessagenow extendsCollectionPage(#1100).
Full Changelog: v14.0.0-rc.1...v14.0.0-rc.2