Skip to content

Releases: ethereum/sourcify

[email protected]

04 Sep 12:46
99a4645
Compare
Choose a tag to compare

First sourcify-server release as a separately versioned package. No longer will the whole ethereum/sourcify repository be versioned but each package/service versioned alone.

  • Updated lerna to 7.1.5
  • #1158 Add REPOSITORY_URL_HOST env variable to sourcify-server to allow for custom repository paths in containers. Previously this was hardcoded as ../../data/repository
  • Updates chains.json
  • New chains:
    • Kiwi Subnet (2037)
    • Beam Subnet (4337)
    • Amplify Subnet (78430)
    • Bulletin Subnet (78431)
    • Conduit Subnet (78432)

@ethereum-sourcify/[email protected]

04 Sep 12:48
99a4645
Compare
Choose a tag to compare
  • Use https://binaries.soliditylang.org instead of https://github.com/ethereum/solc-bin/raw/gh-pages for Solidity compiler binaries

@ethereum-sourcify/[email protected]

04 Sep 12:48
99a4645
Compare
Choose a tag to compare

No changes this release. This marks the start of separate releasing for this module.

@ethereum-sourcify/[email protected]

04 Sep 12:47
99a4645
Compare
Choose a tag to compare

No changes this release. This marks the start of the separate releasing for this module.

v2.6.0

10 Aug 08:36
Compare
Choose a tag to compare

What's Changed

  • prevent running create2 tests for external PRs
  • For solcjs compiler, use Nodejs Worker for earlier versions #1130
  • For platform binaries, Async compiler process #1135
  • New chains:
    • Edgeware EdgeEVM (2021)
    • Filecoin Testnet (314159)
    • Fantom Opera Mainnet (250)
    • Arbitrum Nova (42170)
    • Taiko L3 (167006)
    • Beam Testnet (13337)
  • Updated chain: Stratos Testnet (2047)

PRs

New Contributors

Full Changelog: v2.5.1...v2.6.0

v2.5.1

31 Jul 13:51
cababb7
Compare
Choose a tag to compare
  • Fixes the login not working in Create2 because of 3rd party cookies
  • Fix wrong the IPFS dedicated fallback GW links

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

27 Jul 14:56
1e4ad48
Compare
Choose a tag to compare

What's Changed

  • Fix Puppeteer scraping errors
  • Split IPFS into two containers: gateway and server.
  • Add Base mainnet (8453) by @mdehoog in #1112
  • add chain 212 by @mapdev33 in #1109
  • add new chain for 22776 by @mapdev33 in #1113
  • Protect create2 verification with an auth0 authentication by @marcocastignoli in #1090
  • New Chains:
    • Base Mainnet (8453)
    • MAP Testnet Makalu (212)
    • map-relay-chain Mainnet (22776)

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

13 Jul 09:24
7fe95a0
Compare
Choose a tag to compare

What's Changed

  • Implement logging for LibSourcify by @marcocastignoli in #1082
  • Removing web3js in favor of ethers @kuzdogan in #1083
  • Blockscout scraping and use c8 instead of nyc by @kuzdogan in #1092
  • Change local rpc by @kuzdogan in #1101
  • added dex.guru to powered by section by @NemeZZiZZ in #1081
  • Catch auxdata decode error when checking for perfect match by @sealer3 in #1105
  • New Chains:
    • UPTN Mainnet (6119)
    • Kava Mainnet (2222)
    • Ethereum Classic (61)
    • Filecoin Mainnet (314)
    • Zilliqa EVM (32769)
    • Zilliqa Tesnet EVM (33101)
    • Kava Tesnet (2221)
    • Siberium (111000)

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

26 Jun 10:39
Compare
Choose a tag to compare
  • Add Hardhat and Ganache local networks when not running on NODE_ENV=production.
  • New Chains:
    • Rollux Mainnet (570)
    • Rollux Testnet (5700)
  • Fix Matomo URLs
  • Persist Loki and Prometheus data
  • Fix monitor logging

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

22 Jun 08:57
Compare
Choose a tag to compare

What's changed

  • Controller refactoring: Refactored the controller code to split into smaller pieces, as the single VerificationController was difficult to manage and navigate. Add openAPI documentation for the API. Also validate the API requests through the openAPI specification using express-openapi-validator.
  • Fix #1071 prevent overriding already verified contract
  • New chains:
    • Zora (7777777)
  • Update Loki config

PRs

New Contributors

Full Changelog: v2.2.4...v2.3.0