You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Making changes to pallet-revive is unlikely to be merged.