Releases: ethereum/sourcify
Releases · ethereum/sourcify
@ethereum-sourcify/[email protected]
@ethereum-sourcify/[email protected] - 2024-10-14
- Add routescan for creatorTx fetching and types
- Update packages
@ethereum-sourcify/[email protected]
@ethereum-sourcify/[email protected] - 2024-10-14
- Update packages
[email protected]
[email protected] - 2024-09-17
- Check Blockscout first instead of Etherscan for creatorTxHash'es
- Fix passing invalid addresses in url crashing server
- Fix saving the contract when there's an improved match
- Added chains:
- Curtis Testnet (3311)
[email protected]
[email protected] - 2024-09-17
- Increase GCP deploy step timeout
- Update .gitignore and .nxignore
[email protected]
[email protected] - 2024-09-17
- Allow generic ApiKeys for chains in chains.json
- Log blockIntervals every min regularly
- Update logging
- Add tests for parsing authenticated RPCs
- Update dependencies
@ethereum-sourcify/[email protected]
@ethereum-sourcify/[email protected] - 2024-09-17
- Fix wrong bytecode comparison on creation bytecode matching, use .startsWith() instead
- Fix the check for already existing partial match
- Added test for above cases
@ethereum-sourcify/[email protected]
@ethereum-sourcify/[email protected] - 2024-09-17
- Update dependencies
[email protected]
[email protected] - 2024-08-29
- Add IPFS Gateway Headers env var
- Change requestId to traceID and make it compatible for GCP with W3C standard "traceparent" headers
- Remove duplicate ValidationError in favor of BadRequestError
- Add ConflictError for when a contract is already partially verified and the verification yields partial again (HTTP 409)
- Add
verifyDeprecated
endpoint for syncing/migration - Change the default Storage backend to the SourcifyDatabase
- Change config for the GCP setup e.g. turn off lambda compiler
- Don't update repository tag on every new verification.
- New chains:
- Telcoin Network (2017)
- Deprecated chains:
- Mind Smart Chain Testnet (9977)
- Gather Mainnet (192837465)
- Rikeza Network (1433)
- Taraxa Testnet (842)
- Clean up tests to re-use duplicate sources in chain tests
[email protected]
[email protected] - 2024-08-29
- Remove UI and all related CI/CD code
- Add GCP deployment to CI/CD
- Update packages
- Update h5ai-nginx link
[email protected]
[email protected] - 2024-08-29
- Added retry mechanism when sending contracts to the Sourcify server.
- Added custom headers for the IPFS gateway
- Change chains that are being monitored by default
- Update packages