Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 998 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 998 Bytes

Changelog

All notable changes to this library will be documented in this file.

The format is based on Keep a Changelog, and this library adheres to Rust's notion of Semantic Versioning.

[Unreleased]

Changed

  • The RawTransaction values returned from a call to GetMempoolStream now report a Height value of 0, in order to be consistent with the results of calls to GetTransaction. See the documentation of RawTransaction in walletrpc/service.proto for more details on the semantics of this field.

Fixed

  • Parsing of getrawtransaction results is now platform-independent. Previously, values of -1 returned for the transaction height would be converted to different RawTransaction.Height values depending upon whether lightwalletd was being run on a 32-bit or 64-bit platform.

[Prior Releases]

This changelog was not created until after the release of v0.4.17