Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 573 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 573 Bytes

Changelog

2.1.1

getTransactions() supports missed_tx return value

  • Add optional return attribute missed_tx?: string[]. If for one of the requested tx ids no information can be found the array contains the missed transactions ids.
  • Return attribute txs_as_hex is optional.
  • Return attribute txs_as_json is optional.
  • Fix bug that leads to crash when no tx information can be found and parameter decodeAsJson is true
  • Add unit test that expects missed_tx

Updated dependencies