Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 1.31 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.4] - 2020-03-10

  • Fix broken canonicity in IFE processing. (#591)
  • Fix in-flight exit input-spend-challenge using wrong index. (#593)
  • Add document about block retrieval. (#570)

[1.0.3] - 2020-02-18

  • In-flight exit returns all unchallenged piggyback bonds even if user piggybacks the wrong canonicity. (#585)

[1.0.2] - 2020-02-13

Changed

  • Start using "CHANGELOG.md"
  • Event BlockSubmitted field BlockNumber renamed to blknum (#581)
  • ChallengeStandardExit, ChallengeOutputSpent, ChallengeInputSpent take additional parameter - senderData (#574)
  • PaymentInFlightExitRouter.inFlightExits() takes an array of in-flight exit IDs instead of a single ID (#583)