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
- 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
andIScribeOptimistic
interfaces to account for new feed identification (#23)
- DOS vector in
ScribeOptimistic::opPoke
makingScribeOptimistic::opChallenge
economically unprofitable (#23) - Possibility to successfully
opChallenge
a validopPoke
via non-default calldata encoding (#23)
1.2.0 - 2023-09-29
- Chainlink compatibility function
latestAnswer()(int)
(#24)
1.1.0 - 2023-08-25
- Broken compilation without
--via-ir
pipeline (#13)
- MakerDAO compatibility function
peep()(uint,bool)
(#12)
1.0.0 - 2023-08-14
- Initial release