Added
rpc.Server
now has agetTransactions
, which has the same response schema asgetTransactions
except with bundles of transactions (#1037).rpc.Server
now has agetVersionInfo
method 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
statusText
error check to broaden compatibility (#1001). - Upgraded
stellar-base
which 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