Introduce trait VerySgxReport
and make it an associated type of the teerex pallet
#153
Labels
enhancement
New feature or request
The current procedure of with the compile flag seems like a hack to me. To increase testability and remove the need to test with different feature flags we should do something like this:
Then, instead of having to test with different feature flags, we can run tests on both of our verifier structs, and if we want we can run tests on two mock runtimes, one with each verifier.
The text was updated successfully, but these errors were encountered: