Releases: ethereum/sourcify
[email protected]
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]
- Bump
ethers
to6.7.1
- Bump
solc
to0.8.21
- Split
MetadataSources
type toMetadataSourceMap
andMetadataSource
- Remove package-lock.json as it is managed by root package.json by lerna
@ethereum-sourcify/[email protected]
- Remove package-lock.json as it is managed by root package.json by lerna
@ethereum-sourcify/[email protected]
- Define
experimental
,bzzr0
, andbzzr1
fields explicitly inDecodedObject
- Remove package-lock.json as it is managed by root package.json by lerna
[email protected]
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 tosourcify-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]
- Use
https://binaries.soliditylang.org
instead ofhttps://github.com/ethereum/solc-bin/raw/gh-pages
for Solidity compiler binaries
@ethereum-sourcify/[email protected]
No changes this release. This marks the start of separate releasing for this module.
@ethereum-sourcify/[email protected]
No changes this release. This marks the start of the separate releasing for this module.
v2.6.0
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
- Add chain 2021 (Edgeware EdgeEVM) by @ShankarWarang in #1121
- chain 314159 has been added, Filecoin Calibratioin Testnet by @kmadorin in #1124
- Update for 2047 by @BoThe1K in #1122
- Add FTM Fantom Opera mainnet 250 by @Kharabet in #1131
- Add Arbitrum Nova 42170 by @Kharabet in #1133
- Async compiler process by @kuzdogan in #1135
- Use Compiler in Worker for earlier versions by @kuzdogan in #1130
- Sanitize paths by @kuzdogan in #1132
- Taiko L3 chainId 167006 by @MarcusWentz in #1117
- Add chain 13337 by @dfenstermaker in #1134
New Contributors
- @ShankarWarang made their first contribution in #1121
- @Kharabet made their first contribution in #1131
- @MarcusWentz made their first contribution in #1117
Full Changelog: v2.5.1...v2.6.0
v2.5.1
- Fixes the login not working in Create2 because of 3rd party cookies
- Fix wrong the IPFS dedicated fallback GW links
What's Changed
- Release by @marcocastignoli in #1128
Full Changelog: v2.5.0...v2.5.1