v1.2.0
- Changes to the ipfs node config to improve performance
- Change how local node URLs are added to
sourcify-chains
- Require tests to pass to build and deploy server&monitor on CI
- Emit events with
EventManager
and log events onto console and to a Grafana dashboard - Verification with simulation: Capability to verify contracts by executing the creation bytecode on an EthereumJS instance with additional
contextVariables
i.e.msgSenger
andabiEncodedConstructorArguments
. This enables verifying contracts created by a factory contract and that contain immutables. - Add contract-call-decoder as a package
- Fix create2 verification logic
- Handle nightly compiler CBOR encodings 1267f21 and inconsistent compiler version naming cee9d72
- New chains:
- Dexalot Mainnet #432204
- Oasis Emerald Mainnet #42262
- Oasis Emerald Testnet #42261
- Oasis Sapphire Testnet #23295
- Update Celo Mainnet
contractFetchAddress
3069c98
New Contributors
- @CharlieMc0 made their first contribution in #862
- @ilkerulutas made their first contribution in #859
- @matevz made their first contribution in #882
- @0xCoDeFi made their first contribution in #886
Full Changelog: v1.1.0...v1.2.0