Skip to content

Releases: argotorg/sourcify

sourcify-server@3.11.0

17 Mar 10:28

Choose a tag to compare

sourcify-server@3.11.0 - 2026-03-17

  • Support all Solidity versions >= 0.1.3 and drop the metadata dependency (#2652)
  • Add index on contract_deployments.chain_id for /v2/contracts pagination (#2684)
  • Add deprecation warning field and Warning HTTP header to legacy v1 API responses (#2678)
  • Add chains:
    • Flow EVM Mainnet (747)
    • Flow EVM Testnet (545)
    • RISE (4153)
    • Reactive Network Lasna (5318007)
    • Integralayer (26217)

sourcify-monitor@1.5.2

17 Mar 10:28

Choose a tag to compare

sourcify-monitor@1.5.2 - 2026-03-17

  • update dependencies

sourcify-database@2.12.0

17 Mar 10:28

Choose a tag to compare

sourcify-database@2.12.0 - 2026-03-17

  • Drop the metadata dependency and support old solc output (#2652)
  • Add transientStorageLayout to compiled_ontracts.compilation_artifacts (#1654)
  • Add additonal_input column to compiled_contracts (#2001)
  • Add index on contract_deployments.chain_id (#2694)

sourcify-4byte@1.1.9

17 Mar 10:28

Choose a tag to compare

sourcify-4byte@1.1.9 - 2026-03-17

  • update dependencies

@ethereum-sourcify/lib-sourcify@3.3.0

17 Mar 10:28

Choose a tag to compare

@ethereum-sourcify/lib-sourcify@3.3.0 - 2026-03-17

  • Support all Solidity versions >= 0.1.3 (#2652)
  • Add transientStorageLayout to compiler output (#2689)

@ethereum-sourcify/compilers@1.0.19

17 Mar 10:28

Choose a tag to compare

@ethereum-sourcify/compilers@1.0.19 - 2026-03-17

  • Always run solcjs in a worker (#2652)

@ethereum-sourcify/compilers-types@1.0.13

17 Mar 10:28

Choose a tag to compare

@ethereum-sourcify/compilers-types@1.0.13 - 2026-03-17

  • Add TransientStorageLayout type (#2689)
  • Refinements to SolidityOutputContract for supporting all Solidity versions (#2652)

@ethereum-sourcify/bytecode-utils@1.3.22

17 Mar 10:28

Choose a tag to compare

@ethereum-sourcify/bytecode-utils@1.3.22 - 2026-03-17

  • update dependencies

sourcify-server@3.10.0

03 Mar 07:28

Choose a tag to compare

sourcify-server@3.10.0 - 2026-03-02

  • Support verification when cbor auxdata lengths differ between onchain and recompilation (#2619)
  • Remove /session API endpoints (#2671)
  • Update error handling to return 400 for unsupported chains (#2615)
  • Store failed verification inputs in a S3 bucket for debugging purposes (#2613)
  • Add API terms (#2651)
  • Fix chain explorer configurations for contract creation fetching (#2626)
  • New chains:
    • LuxePorts MainNet (1122)
    • Citrea Mainnet (4114)
    • HPP Mainnet (190415)
    • HPP Sepolia Testnet (181228)
    • Neo X Mainnet (47763)
    • Neo X Testnet T4 (12227332)
    • Ronin Saigon Testnet (202601)
    • Tempo Mainnet (4217)
  • Arbitrum Nova (42170): Replace contract creation fetching via Etherscan with Blockscout (#2618)

sourcify-monitor@1.5.1

03 Mar 07:27

Choose a tag to compare

sourcify-monitor@1.5.1 - 2026-03-02

  • update dependencies