Skip to content

Commit

Permalink
Bump drink to 14.0.0 and fix drink_client
Browse files Browse the repository at this point in the history
Note that there is a breaking API change in this commit
The new syntax to specify a custom sandbox is now:
```diff
-        #[ink_e2e::test(backend(runtime_only(runtime = ink_e2e::MinimalRuntime)))]
+        #[ink_e2e::test(backend(runtime_only(sandbox = ink_e2e::MinimalSandbox)))]
```
  • Loading branch information
pgherveou committed Mar 12, 2024
1 parent 011b775 commit e346592
Show file tree
Hide file tree
Showing 7 changed files with 701 additions and 74 deletions.
Loading

0 comments on commit e346592

Please sign in to comment.