Releases: ethereum/sourcify
Releases · ethereum/sourcify
sourcify-server@2.4.0
sourcify-server@2.4.0 - 2024-10-29
- Refactor database utils into class #1689
- Add chains that have trace support in Quicknode with trace support
- Change
AlchemyInfura
type RPCs to generic API key RPCs - Add
subdomain
env support for Quicknode RPCs - New chains
- Zircuit Mainnet (48900)
- Zircuit Testnet (48899)
- Metis Andromeda Mainnet (1088)
- Metis Sepolia Testnet (59902)
- Turn Flare Mainnet back on
sourcify-monorepo@1.4.3
sourcify-monorepo@1.4.3 - 2024-10-29
- Publish sourcify-server to npm on CI runs
- Turn off S3 backup check tests temporarily
- Update packages
sourcify-monitor@1.3.3
sourcify-monitor@1.3.3 - 2024-10-29
- Update monitor RPCs to public ones
- Update packages
sourcify-database@2.0.1
sourcify-database@2.0.1 - 2024-10-29
- Update packages
@ethereum-sourcify/lib-sourcify@1.10.0
@ethereum-sourcify/lib-sourcify@1.10.0 - 2024-10-29
- Add RPCs with trace support in SourcifyChains
- Add support for getting the tx traces from
trace_transaction
anddebug_traceTransaction
type traces. - Update packages
@ethereum-sourcify/bytecode-utils@1.2.13
@ethereum-sourcify/bytecode-utils@1.2.13 - 2024-10-29
- Update packages
sourcify-server@2.3.0
sourcify-server@2.3.0 - 2024-10-14
- Incorporate the new DB schema with separate sources table
- Reusable server module (#1637): It's possible to create server instances fully with
new Server()
. - Use server public url in getTree instead of repositoryV1 url (#1677)
- Use source_hash instead of source_hash_keccak when finding sources (#1671)
- Remove .sol extension in repositoryV2 (#1648)
- New chains:
- Polygon zkEVM Cardona Testnet (2442)
- B2 Mainnet (223)
- OORT Mainnet (970)
- TixChain Testnet (723107)
sourcify-monorepo@1.4.2
sourcify-monorepo@1.4.2 - 2024-10-14
- Build before testing in CI
- Update release process
- Remove build and debug from VSCode launch.json
- Run cli.js instead of server.js
- Update packages
- Add script to rename files with .sol in repoV2 to without file extension
sourcify-monitor@1.3.2
sourcify-monitor@1.3.2 - 2024-10-14
- Update monitor RPCs
- Update packages
- Don't throw when unable to submit contracts to Sourcify servers
sourcify-database@2.0.0
sourcify-database@2.0.0 - 2024-10-14
- Update the Sourcify Database to incorporate the new Verifier Alliance Database schema
- Support for custom schema name in Postgres
- Add the script to migrate the database from v0 to v1