Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.63 KB

Changelog

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

The format is based on Common Changelog.

2.0.0 - 2023-11-27

Changed

  • Breaking Use 1-byte identifier for feeds based on highest-order byte of their addresses instead of their storage array's index (#23)
  • Breaking Change IScribe and IScribeOptimistic interfaces to account for new feed identification (#23)

Fixed

  • DOS vector in ScribeOptimistic::opPoke making ScribeOptimistic::opChallenge economically unprofitable (#23)
  • Possibility to successfully opChallenge a valid opPoke via non-default calldata encoding (#23)

1.2.0 - 2023-09-29

Added

  • Chainlink compatibility function latestAnswer()(int) (#24)

1.1.0 - 2023-08-25

Fixes

  • Broken compilation without --via-ir pipeline (#13)

Added

  • MakerDAO compatibility function peep()(uint,bool) (#12)

1.0.0 - 2023-08-14

Added

  • Initial release