Releases: ApeWorX/ape-sourcify
Releases · ApeWorX/ape-sourcify
Release list
Ape Sourcify v0.8.1
What's Changed
- chore(deps): bump aiohttp from 3.14.1 to 3.14.3 by @dependabot[bot] in #1
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: v0.8.0...v0.8.1
ape-sourcify 0.8.0
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
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.