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.
- The
RawTransaction
values returned from a call toGetMempoolStream
now report aHeight
value of0
, in order to be consistent with the results of calls toGetTransaction
. See the documentation ofRawTransaction
inwalletrpc/service.proto
for more details on the semantics of this field.
- Parsing of
getrawtransaction
results is now platform-independent. Previously, values of-1
returned for the transaction height would be converted to differentRawTransaction.Height
values depending upon whetherlightwalletd
was being run on a 32-bit or 64-bit platform.
This changelog was not created until after the release of v0.4.17