-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add support to remove not executed transactions #352
Conversation
Tests are expected to fail because new version of |
6315aa1
to
8b52d49
Compare
) | ||
message_hash = eip712_encode_hash(eip712_message) | ||
try: | ||
safe_tx, _ = self.safe_tx_service.get_safe_transaction(safe_tx_hash) |
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.
Add a warning and ask for confirmation if the transaction have all the required signatures and it is ready to execute.
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.
Maybe you can add this explanation as a comment
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.
@Uxio0 I'm thinking to add a yes or no question is this case to ensure that the user reads the message and he is aware that burn the nonce is the best option after this.
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.
Added here 4cecd9c
) | ||
message_hash = eip712_encode_hash(eip712_message) | ||
try: | ||
safe_tx, _ = self.safe_tx_service.get_safe_transaction(safe_tx_hash) |
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.
Maybe you can add this explanation as a comment
Co-authored-by: Uxío <[email protected]>
Add check for keccak hash
Co-authored-by: Uxío <[email protected]>
4757448
to
eaa6fae
Compare
Close #306