Closed pgherveou closed 9 months ago
Implement the Runtime trait for all struct that implements the required trait rather than doing it inside the macro. This let us use existing runtime in our tests (as long as they satisfy the requirements) See added test.
Implement the Runtime trait for all struct that implements the required trait rather than doing it inside the macro. This let us use existing runtime in our tests (as long as they satisfy the requirements) See added test.