optimistic-specs icon indicating copy to clipboard operation
optimistic-specs copied to clipboard

Add more checks to the end to end test

Open trianglesphere opened this issue 3 years ago • 0 comments

A deposit transaction does the following: (Specs link)

  • Mint to the sender
  • Transfer value to the to
  • Call the contract address (to) if contract
  • Deploy contract (if to is nil)
  • Modify the contract address

We currently only check the mint amount in the e2e test, but we should be testing more functionality.

trianglesphere avatar Feb 07 '22 17:02 trianglesphere