oasisprotocol / sapphire-paratime

The Sapphire ParaTime monorepo.
https://oasisprotocol.org/sapphire
Apache License 2.0
34 stars 24 forks source link

Test `eth_call` with deployments, to verify custom errors are caught in constructor #294

Open CedarMist opened 4 months ago

CedarMist commented 4 months ago

This adds support for hardhat-ignition which performs an eth_call on deployment transactions (well, it tests it after estimating gas on all transactions).

netlify[bot] commented 4 months ago

Deploy Preview for oasisprotocol-sapphire-paratime canceled.

Name Link
Latest commit cdfd7ff3c876ca37d05574b3a84d73eab22de450
Latest deploy log https://app.netlify.com/sites/oasisprotocol-sapphire-paratime/deploys/6606937476200c00083bea97
CedarMist commented 2 months ago

This is implemented in #303 which has support for hardhat ignition (includes unit test)