Skip to content

v0.24.0

Choose a tag to compare

@shazow shazow released this 05 Dec 15:53
· 20 commits to main since this release
cd232dc

What's Changed

  • ⚠️ EtherscanABILoader now defaults to EtherscanV2ABILoader
  • 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 throw StorageReadError if 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. Override proxies.DiamondProxyResolver.readArrayLimit to change this behaviour, 0 makes it infinity again.

New Contributors

Full Changelog: v0.23.0...v0.24.0