tezos-checker / checker

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

Entrypoint calls in end-to-end tests #189

Closed dorranh closed 3 years ago

dorranh commented 3 years ago

As of writing this (5d4f3cf), we have end-to-end tests calling many but not all of Checker's entrypoints. As a part of our efforts to expand the coverage of our test suites, it would be good to at least call the remaining endpoints as a part of our end-to-end tests.

Deployment

FA2 interface: (#196)

Main endpoints:

Burrows: (#196)

Liquidations: (#193)

CFMM:

General:

dorranh commented 3 years ago

With #197 merged, all of the entrypoints are called in our end to end tests :tada: