You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no test for the Steel commitment introduced in #180. There are some unit tests for the individual (mocked) components, but an end-to-end test that includes the Steel proof generation and on-chain verification is missing, so we have no automated checks if this breaks.
There should be a CI test that does the following
This PR turns the `erc20-counter` example into an end-to-end test. It
uses a local Ethereum devnet including an execution and consensus client
based on the
[ethpandaops/ethereum-package](https://github.com/ethpandaops/ethereum-package)
Kurtosis package.
In the CI, all contracts are deployed on the devnet before a full proof
is generated and validated with a block and a beacon commitment.
closes#203
closes WEB3-90
---------
Co-authored-by: Victor Graf <victor@risczero.com>
Currently, there is no test for the Steel commitment introduced in #180. There are some unit tests for the individual (mocked) components, but an end-to-end test that includes the Steel proof generation and on-chain verification is missing, so we have no automated checks if this breaks.
There should be a CI test that does the following
erc20-counter
contracts.(Everything would be very similar to erc20-counter/test-local-deployment.sh, only on the local devent instead of anvil.
The text was updated successfully, but these errors were encountered: