v0.24.0
What's Changed
⚠️ EtherscanABILoadernow defaults toEtherscanV2ABILoader- Fix link to loaders documentation by @monperrus in #190
- src/loaders.ts: Do not expect process.* by @shazow in #195
- DiamondProxy throttling by @shazow in #196
⚠️ DiamondProxy resolving will throwStorageReadErrorif array read tries to exceed 256 slots. This is a workaround for when the DiamondProxy layout is non-standard and tries to read a huge number of slots forever. Overrideproxies.DiamondProxyResolver.readArrayLimitto change this behaviour,0makes it infinity again.
New Contributors
- @monperrus made their first contribution in #190
Full Changelog: v0.23.0...v0.24.0