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

Port over integration tests from monorepo

Open mslipper opened this issue 3 years ago • 2 comments

Now that sequencing is nearly ready, we can start porting over integration tests from the monorepo. The first set we can port over include:

  • [ ] Deposits
  • [ ] Simple sends
  • [ ] Contract interactions
    • [ ] Uniswap
    • [ ] ERC20
    • [ ] ERC721

mslipper avatar Mar 17 '22 22:03 mslipper

At what point does the specs repo turn into the monorepo? Should the specs repo contain specs and the monorepo contain code? This would be easier to delineate once all of the prototyping is done

tynes avatar Mar 22 '22 01:03 tynes

I think we'd like it to contain both spec & code, so they can be kept in sync (updated by the same PR into main branch from a feature branch).

norswap avatar Mar 22 '22 02:03 norswap