Skip to content

Releases: ethereum/sourcify

[email protected]

19 Oct 09:59
Compare
Choose a tag to compare
  • Bump to sync the tags on master

@ethereum-sourcify/[email protected]

19 Oct 10:02
Compare
Choose a tag to compare
  • Bump to sync the tags on master

@ethereum-sourcify/[email protected]

19 Oct 10:01
Compare
Choose a tag to compare
  • Bump to sync the tags on master

@ethereum-sourcify/[email protected]

19 Oct 10:01
Compare
Choose a tag to compare
  • Bump to sync the tags on master

[email protected]

18 Oct 10:38
Compare
Choose a tag to compare
  • Add a "Get in Touch" section to the landing page.

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.

[email protected]

18 Oct 10:37
2c4793a
Compare
Choose a tag to compare
  • Add tests to sourcify-monitor
  • Enable passing parameters other than lastBlock to each ChainMonitor

@ethereum-sourcify/[email protected]

18 Oct 10:36
2c4793a
Compare
Choose a tag to compare
  • Remove typeRoots from tsconfig.json

[email protected]

10 Oct 11:15
da2a584
Compare
Choose a tag to compare
  • Remove monitor code from the server directory src/
  • Update chains.json
  • Renaming ALCHEMY_ID and INFURA_ID to ..._API_KEY
  • Remove the monitored field from sourcify-chains.ts
  • New chains:
    • Ethereum Holesky Testnet (17000)
    • PulseChain Mainnet (369)
    • Mind Smart Chain Mainnet (9996)
    • Mind Smart Chain Testnet (9977)
    • Shrapnel Testnet (2038)
    • Shrapnel Subnet (2044)
    • Arthera Testnet (10243)
    • Core Blockchain Mainnet (1116)
    • Q Mainnet (35441)
    • Q Testnet (35443)
    • Haqq Mainnet (11235)
    • Haqq Testnet (54211)

New Contributors

Full Changelog: https://github.com/ethereum/sourcify/compare/@ethereum-sourcify/[email protected]@1.1.1

[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