Releases: ethereum/sourcify
Releases · ethereum/sourcify
[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
v2.5.0
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
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 ofnyc
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
- @NemeZZiZZ made their first contribution in #1081
- @dfenstermaker made their first contribution in #1063
- @0xRaghu made their first contribution in #1087
- @ksandr84on made their first contribution in #1077
- @kmadorin made their first contribution in #1095
- @JamesHinshelwood made their first contribution in #1096
- @siberiumsourcify made their first contribution in #1093
- @sealer3 made their first contribution in #1105
Full Changelog: v2.3.1...v2.4.0
v2.3.1
- 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
- Add Rollux by @fernando-syslabs in #1076
New Contributors
- @fernando-syslabs made their first contribution in #1076
Full Changelog: v2.3.0...v2.3.1
v2.3.0
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 usingexpress-openapi-validator
.- New Swagger API Docs available at https://sourcify.dev/server/api-docs/
- Fix #1071 prevent overriding already verified contract
- New chains:
- Zora (7777777)
- Update Loki config
PRs
- Controller refactoring by @marcocastignoli in #1033
- Add zora chain mainnet 7777777 by @iainnash in #1064
- Update logging by @kuzdogan in #1072
New Contributors
Full Changelog: v2.2.4...v2.3.0