-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: use execute_from_outside entrypoint for tx * feat: remove ACCOUNT_CAIRO1_HELPERS_CLASS * feat: nonce is increased after validation only * fix: wrong arguments * Update crates/ef-testing/src/evm_sequencer/utils.rs Co-authored-by: Thomas Coratger <[email protected]> * fix: use relayer nonce for starknet tx * style: ignore trunk warning due to flags * test: increase execute_before OutsideExecution * style: fix warnings * fix: implement Default EVMoutput success was always false due to its default value * refactor: remove unecessary into * fix: use feature flags and improve readiblity * fix: v1 compilation * refactor: make RELAYER_ADDRESS identifiable * refactor: remove unecessary comment * style: remove new line --------- Co-authored-by: Thomas Coratger <[email protected]>
- Loading branch information
Showing
7 changed files
with
180 additions
and
76 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
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
Oops, something went wrong.