tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

A mock FA2 contract #288

Closed gkaracha closed 3 years ago

gkaracha commented 3 years ago

We'll need this one for testing that both collateral configurations (TEZ or FA2) work as expected. Merging it can certainly wait.

github-actions[bot] commented 3 years ago
Gas costs 85e872ab2e3145c6a73c7eaac3150ced8ba28939 c775875d66ed347baa1a1a52b9f495daeb42320b Diff
mockFA2%transfer None 4659 4659
mockFA2%redeem None 3554 3554
mockFA2%mint None 3319 3319
mockFA2%update_operators None 3201 3201

Entrypoint sizes: No change. Test coverage: No change.

gkaracha commented 3 years ago

This also looks good to me slightly_smiling_face

Hooray! I'll just wait for CI on the master branch to finish before merging this one.