Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 3.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2022-11-15)

Features

  • add ierc20 with permit (1093eaa)
  • added emergency consumer logic (23a0c85)
  • added IERC20 and SafeERC20 oz contracts (ba4d85f)
  • added IERC20Metadata interface (3afcba2)
  • added test workflow (03028a7)
  • deploy on npm (#11) (0bece64)

Bug Fixes

  • add 20 to filename to be consistent (0c5a8b8)
  • add indexed to few fields on events (7a6fd00)
  • add lockfile (6d07157)
  • add natspec for cl oracle interface (ee1fcfd)
  • added deterministic method to create proxy, also creating admin and transfering ownership of deployed admin to specified address (37a0f96)
  • added deterministic proxy admin (23892f3)
  • added predictive proxy admin deployment (b18f754)
  • added solved event (82832ba)
  • ci: better triggers (c097977)
  • fixed imports (f3bbb92)
  • removed comments (eca9e94)
  • removed highly recomended (394dbce)
  • removed highly recomended from all comments (3a5bdf3)
  • removed mock contract (e266d70)
  • updated docs (d07d705)
  • updated tests (8570de9)
  • updated with virtual update method, and moved solve emergency to modifier (1a86eb3)