Skip to content

Releases: ethereum/sourcify

[email protected]

14 Oct 13:41
Compare
Choose a tag to compare

[email protected] - 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)

[email protected]

14 Oct 13:40
Compare
Choose a tag to compare

[email protected] - 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

[email protected]

14 Oct 13:41
Compare
Choose a tag to compare

[email protected] - 2024-10-14

  • Update monitor RPCs
  • Update packages
  • Don't throw when unable to submit contracts to Sourcify servers

[email protected]

14 Oct 13:41
Compare
Choose a tag to compare

[email protected] - 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

@ethereum-sourcify/[email protected]

14 Oct 13:40
Compare
Choose a tag to compare

@ethereum-sourcify/[email protected] - 2024-10-14

  • Add routescan for creatorTx fetching and types
  • Update packages

@ethereum-sourcify/[email protected]

14 Oct 13:40
Compare
Choose a tag to compare

@ethereum-sourcify/[email protected] - 2024-10-14

  • Update packages

[email protected]

18 Sep 11:41
Compare
Choose a tag to compare

[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]

18 Sep 11:29
Compare
Choose a tag to compare

[email protected] - 2024-09-17

  • Increase GCP deploy step timeout
  • Update .gitignore and .nxignore

[email protected]

18 Sep 11:41
Compare
Choose a tag to compare

[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]

18 Sep 11:29
Compare
Choose a tag to compare

@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