With the new changes in pallet-revive that removes the type Debug which allows to intercept contract calls, the MockingAPI feature is now breaking and needs an alternative approach. See #143
The only possible way that I can think of is to add mocking feature in ink_sandbox instead of the drink library. Because:
With the new changes in pallet-revive that removes the
type Debugwhich allows to intercept contract calls, theMockingAPIfeature is now breaking and needs an alternative approach. See #143The only possible way that I can think of is to add mocking feature in
ink_sandboxinstead of the drink library. Because:pallet-reviveis unlikely to be merged.