Skip to content

Releases: ApeWorX/ape-sourcify

Ape Sourcify v0.8.1

Choose a tag to compare

@fubuloubu fubuloubu released this 12 Aug 20:02
9b6b639

What's Changed

  • chore(deps): bump aiohttp from 3.14.1 to 3.14.3 by @dependabot[bot] in #1

New Contributors

Full Changelog: v0.8.0...v0.8.1

ape-sourcify 0.8.0

Choose a tag to compare

@banteg banteg released this 12 Jul 12:10

The Ape 0.8-compatible initial release of the Sourcify explorer and source-verification plugin.

This release aligns the package version with Ape's plugin versioning convention so ape plugins install sourcify resolves the compatible ape-sourcify>=0.8,<0.9 release line.

Highlights:

  • Retrieve verified contract ABIs, bytecode, compiler metadata, and sources from Sourcify.
  • Verify Solidity and Vyper deployments through Sourcify API v2.
  • Install verified contracts as Ape dependencies by chain and address.
  • Discover supported chains and configure custom Sourcify servers.
  • Includes typed APIs, path-safety hardening, and cross-platform CI for Python 3.10 through 3.14.

ape-sourcify 0.1.0

Choose a tag to compare

@banteg banteg released this 11 Jul 16:34

Initial release of the Sourcify explorer and source-verification plugin for Ape.

Highlights:

  • Retrieve verified contract ABIs, bytecode, compiler metadata, and sources from Sourcify.
  • Verify Solidity and Vyper deployments through Sourcify API v2.
  • Install verified contracts as Ape dependencies by chain and address.
  • Discover supported chains and configure custom Sourcify servers.
  • Includes typed APIs, path-safety hardening, and cross-platform CI for Python 3.10 through 3.14.