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
Just dumping a thought for two ACs that I think would be important (I can't find a spec change for this):
Deposit to the asset pool (either bridge). Read the EthereumEvent tx from tendermint and:
set the chainID to an empty string, re-sign and resubmit as a validator - check that it doesn't count as a deposit on either bridge
set the chainID to the other bridge, re-sign and resubmit as a validator - check it fails to get validated
The system-tests already has the framework to re-sign/re-submit ethereum-event txs, so they should be ok to test.
Spec:
Update the ethereum_bridge_spec to describe:
Assumption is that the existing contract will remain on Ethereum and the new contract (in the same repo) will be deployed to Arbitrum.
Questions:
Are there any changes we need to make to the asset pool contract (and associated ACs)
ACs:
Other tasks:
The text was updated successfully, but these errors were encountered: