github stellar/js-stellar-sdk v12.3.0

latest releases: v15.1.0, v15.0.1, v14.6.1...
20 months ago

Added

  • 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;
}

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

Full Changelog: v12.2.0...v12.3.0

Don't miss a new js-stellar-sdk release

NewReleases is sending notifications on new releases.