Skip to content

Releases: ethereum/sourcify

[email protected]

10 Oct 11:18
da2a584
Compare
Choose a tag to compare

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

This was a total rewrite of the sourcify-monitor as a completely isolated module from the sourcify-server. Previously it was sharing the verification logic as well as the filesystem. The new sourcify-monitor will detect contract creations and send them to an existing sourcify server in HTTP requests. See the README for more information.

Older releases

Previously, the releases were not done one separate modules of Sourcify but for the repository as a whole.
You can find the changelog for those releases in older releases for this repository.

@ethereum-sourcify/[email protected]

10 Oct 11:17
da2a584
Compare
Choose a tag to compare
  • Bump ethers to 6.7.1
  • Bump solc to 0.8.21
  • Split MetadataSources type to MetadataSourceMap and MetadataSource
  • Remove package-lock.json as it is managed by root package.json by lerna

@ethereum-sourcify/[email protected]

10 Oct 11:17
da2a584
Compare
Choose a tag to compare
  • Remove package-lock.json as it is managed by root package.json by lerna

@ethereum-sourcify/[email protected]

10 Oct 11:16
da2a584
Compare
Choose a tag to compare
  • Define experimental, bzzr0, and bzzr1 fields explicitly in DecodedObject
  • Remove package-lock.json as it is managed by root package.json by lerna

[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