@openzeppelin/upgrades-core@1.39.0
ericglau
released this
02 Oct 15:04
·
12 commits
to master
since this release
- 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.