Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 431 Bytes

RELEASE_NOTES.md

File metadata and controls

19 lines (11 loc) · 431 Bytes

Release Notes

Changes in PBFT 1.0.3:

  • Remove use of unwrap_or followed by a function call

  • Remove the use of deprecated description

  • Fix clippy lint

  • Increase tolerance for timing tests

  • Update to sawtooth-sdk-rust 0.4.5

Changes in PBFT 1.0.2:

  • Enable the pbft-engine command's --storage-location and --max-log-size options
  • Update Sawtooth SDK to v0.4 to take advantage of bugfixes and improvements