Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 1.43 KB

Changelog

0.2.1 (2024-03-20)

  • Throw helpful error message if AST not found in contract artifacts. (#28)

0.2.0 (2024-03-20)

  • Update forge-std to v1.8.0, restrict state mutability of some functions. (#30)

Breaking changes

  • Requires forge-std version v1.8.0 or later.

0.1.0 (2024-03-11)

  • Support private networks and forked networks with Defender. (#25)

0.0.2 (2024-02-20)

  • Support constructor arguments for Defender deployments. (#16)
  • Support Defender deployments for upgradeable contracts. (#18)
  • Add Defender.proposeUpgrade function. (#21)
  • Add functions to get approval process information from Defender (#23)

Breaking changes

  • Defender.deployContract functions now return address instead of string.
  • Defender deployments now require metadata to be included in compiler output.
  • Defender deployments no longer print console output on successful deployments.

0.0.1 (2024-02-06)

  • Initial preview