-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(blockifier): add entry point execution logic for native (#1158)
* feat: entry point execution logic * chore: remove rogue comments * refactor: apply a so stylish format * fix: import native error * refactor: small code improvements * chore: update Cargo.lock * fix: compilation error after rebasing * refactor: use ExecutionFailed error instead of NativeExecutionError * fix: run codecov on ubuntu-large
- Loading branch information
1 parent
791b2f3
commit 120c7cc
Showing
8 changed files
with
190 additions
and
99 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pub mod entry_point_execution; | ||
pub mod syscall_handler; | ||
pub mod utils; | ||
|
||
|
Oops, something went wrong.