generated from keep-starknet-strange/alexandria
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add __execute__
for eoa
#564
Merged
Merged
Conversation
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
bajpai244
force-pushed
the
feat/eoa__execute__
branch
2 times, most recently
from
November 22, 2023 12:16
6464ecd
to
34e9fe9
Compare
bajpai244
commented
Nov 22, 2023
bajpai244
commented
Nov 22, 2023
enitrat
reviewed
Nov 23, 2023
greged93
reviewed
Nov 23, 2023
bajpai244
force-pushed
the
feat/eoa__execute__
branch
from
November 24, 2023 05:51
34e9fe9
to
261cc2d
Compare
bajpai244
commented
Nov 24, 2023
enitrat
reviewed
Nov 24, 2023
enitrat
reviewed
Nov 24, 2023
bajpai244
force-pushed
the
feat/eoa__execute__
branch
from
November 24, 2023 12:43
0469e33
to
ba89593
Compare
enitrat
previously approved these changes
Nov 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
enitrat
approved these changes
Nov 24, 2023
bajpai244
added a commit
to bajpai244/kakarot-ssj
that referenced
this pull request
Nov 26, 2023
* draft commit __execute__ * feat: implement __execute__ for EOA * feat: update tests __execute__ * dev: renmae `call_data` to `calldata`, use `deploy_contract_account` util * dev: change `test_execute*` to `test___execute__*` * dev: remove unused imports * fix: fix test * dev: add script used for generating RLP tests * dev: add rlp encoding generation script * dev: replace `unwrap` with `expect` in `eoa.cairo` * dev: make script user-friendly * dev: change `to_bytes` to `try_into_bytes` * fix: sn address compute test --------- Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: enitrat <[email protected]> Co-authored-by: Mathieu <[email protected]>
bajpai244
added a commit
to bajpai244/kakarot-ssj
that referenced
this pull request
Nov 26, 2023
* draft commit __execute__ * feat: implement __execute__ for EOA * feat: update tests __execute__ * dev: renmae `call_data` to `calldata`, use `deploy_contract_account` util * dev: change `test_execute*` to `test___execute__*` * dev: remove unused imports * fix: fix test * dev: add script used for generating RLP tests * dev: add rlp encoding generation script * dev: replace `unwrap` with `expect` in `eoa.cairo` * dev: make script user-friendly * dev: change `to_bytes` to `try_into_bytes` * fix: sn address compute test --------- Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: enitrat <[email protected]> Co-authored-by: Mathieu <[email protected]>
bajpai244
added a commit
to bajpai244/kakarot-ssj
that referenced
this pull request
Nov 27, 2023
* draft commit __execute__ * feat: implement __execute__ for EOA * feat: update tests __execute__ * dev: renmae `call_data` to `calldata`, use `deploy_contract_account` util * dev: change `test_execute*` to `test___execute__*` * dev: remove unused imports * fix: fix test * dev: add script used for generating RLP tests * dev: add rlp encoding generation script * dev: replace `unwrap` with `expect` in `eoa.cairo` * dev: make script user-friendly * dev: change `to_bytes` to `try_into_bytes` * fix: sn address compute test --------- Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: enitrat <[email protected]> Co-authored-by: Mathieu <[email protected]>
bajpai244
added a commit
to bajpai244/kakarot-ssj
that referenced
this pull request
Nov 28, 2023
* draft commit __execute__ * feat: implement __execute__ for EOA * feat: update tests __execute__ * dev: renmae `call_data` to `calldata`, use `deploy_contract_account` util * dev: change `test_execute*` to `test___execute__*` * dev: remove unused imports * fix: fix test * dev: add script used for generating RLP tests * dev: add rlp encoding generation script * dev: replace `unwrap` with `expect` in `eoa.cairo` * dev: make script user-friendly * dev: change `to_bytes` to `try_into_bytes` * fix: sn address compute test --------- Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: enitrat <[email protected]> Co-authored-by: Mathieu <[email protected]>
Eikix
pushed a commit
that referenced
this pull request
Nov 28, 2023
* feat: add `__validate__` for eoa (#564) * draft commit __execute__ * feat: implement __execute__ for EOA * feat: update tests __execute__ * dev: renmae `call_data` to `calldata`, use `deploy_contract_account` util * dev: change `test_execute*` to `test___execute__*` * dev: remove unused imports * fix: fix test * dev: add script used for generating RLP tests * dev: add rlp encoding generation script * dev: replace `unwrap` with `expect` in `eoa.cairo` * dev: make script user-friendly * dev: change `to_bytes` to `try_into_bytes` * fix: sn address compute test --------- Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: enitrat <[email protected]> Co-authored-by: Mathieu <[email protected]> * dev: formatting * dev: typo + use assert * feat: add usage commit for generating signatures * dev: use strings to make panic message better * dev: fix typo * dev: use try_into for felt252 -> Signature * feat: remove panic from try_into * dev: use into for bool -> felt252 conversion * dev: inline array creation * dev: use cheatcode to create 0 address * dev: implement trait for numberic to bool * dev: revert back from using the numeric trait --------- Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: Harsh Bajpai <[email protected]> Co-authored-by: enitrat <[email protected]> Co-authored-by: Mathieu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
The
__execute__
isn't implemented for EOA.Resolves: #215
What is the new behavior?
__execute__
is implemented for EOA.Does this introduce a breaking change?