aeproject icon indicating copy to clipboard operation
aeproject copied to clipboard

consider more utils for testing contracts

Open marc0olo opened this issue 2 years ago • 0 comments

e.g.

  • withFee, see https://github.com/aeternity/state-channel-demo/blob/develop/contract/test/game.test.js#L29
    • not sure about the naming here as it only returns the used fee
    • also it could be convenient to return more data, not only the fee (gas price, gas used, ...) which doesn't have to be extracted separately from tx-result if there is no interest in any other data of tx-result
  • failsWith, see https://github.com/aeternity/state-channel-demo/blob/develop/contract/test/game.test.js#L59

anything else important @bogdan-manole?

what's important and generally usable in https://github.com/aeternity/lqty-contracts/tree/feat/lqty/test/shared/utilities ?

marc0olo avatar Sep 01 '22 06:09 marc0olo