Changelog
rpc.Server
now has a getTransactions
, which has the same response schema as getTransactions
except with bundles of transactions (#1037).rpc.Server
now has a getVersionInfo
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;
}
statusText
error check to broaden compatibility (#1001).stellar-base
which includes various fixes (release notes, #1045).