-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix build for TVM 0.42-alpha10
- The `TasmObject` trait now requires all nested structures to also implement `TasmObject`. And `TasmObject` is not defined for `enum` types, so a test had to be changed. - FRI from Triton VM now implement `Copy`. So linter will not allow us to call the `clone` method on it. Still missing port of some verifier (recursion) related types.
- Loading branch information
1 parent
ad59fe2
commit 151cb45
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters