Releases: moonstream-to/inspector-facet
Releases · moonstream-to/inspector-facet
v0.4.0
What's Changed
- Add support for hardhat projects by @zomglings in #12
Full Changelog: v0.3.1...v0.4.0
Inspector Facet v0.3.1 - Fix for a bug in loading ABIs from Foundry projects
What's Changed
- Added a try block around ABI loading for Foundry projects by @zomglings in #11
Full Changelog: v0.3.0...v0.3.1
Inspector Facet v0.3.0 -- Added support for Foundry projects
And now users can use inspector-facet
with Brownie and Foundry projects with non-standard build directories.
Inspector Facet v0.2.3 -- Fix for an issue with empty facets for max recall calculation
Fix for recall edge case
Inspector Facet v0.2.2 -- With documentation of audit logging for EIP2535 Diamond contracts
This release introduces documentation about how to use inspector-facet
to perform audit logging on a Diamond proxy.
Inspector Facet v0.2.1 -- View a timeline of DiamondCut operations
This release adds the --timeline
mode (which must be used with --crawldata
).
Inspector Facet v0.2.0 - Support for non-louping Diamonds
This release adds support for inspection of Diamond proxies which do not offer the DiamondLoupeFacet
interface.
This is done using the new -c/--crawldata
argument on inspector-facet
.
Inspector Facet v0.1.1
First official version of Inspector Facet.