cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
17 stars 37 forks source link

Improve tests #274

Closed ZzzzHui closed 2 months ago

ZzzzHui commented 2 months ago
  1. Remove NormalToken in portal tests, like here. Instead, directly import from util/SimpleERC20.sol
  2. Add ERC1155 transfer tests for vouchers, as suggested by Gui here.