Added
rpc.Servernow has agetTransactions, which has the same response schema asgetTransactionsexcept with bundles of transactions (#1037).rpc.Servernow has agetVersionInfomethod which reports version information of the RPC instance it is connected to (#1028):
export interface GetVersionInfoResponse {
version: string;
commit_hash: string;
build_time_stamp: string;
captive_core_version: string;
protocol_version: number;
}Fixed
- Lower authorization entry's default signature expiration to ~8min for security reasons (#1023).
- Remove
statusTexterror check to broaden compatibility (#1001). - Upgraded
stellar-basewhich includes various fixes (release notes, #1045).
Contributors
@Shaptic @chadoh @aditya1702 @psheth9
New Contributors
- @jeesunikim made their first contribution in #1025
- @cah4a made their first contribution in #1001
Full Changelog: v12.2.0...v12.3.0