Skip to content

@openzeppelin/upgrades-core@1.39.0

Compare
Choose a tag to compare
@ericglau ericglau released this 02 Oct 15:04
· 12 commits to master since this release
8c42f06
  • Fix Hardhat compile error when library or interface has struct with namespace annotation. (#1086)
  • Log warning if library contains namespace annotation. (#1086)

Note
Namespaces should be defined in contracts according to ERC-7201: Namespaced Storage Layouts. Structs with namespace annotations defined in libraries or interfaces outside of a contract's inheritance are not included in storage layout validations.