Skip to content
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

fix: make MultisigIsm verifiable #37

Merged
merged 4 commits into from
Sep 14, 2023
Merged

fix: make MultisigIsm verifiable #37

merged 4 commits into from
Sep 14, 2023

Conversation

hashableric
Copy link
Contributor

  • set signature hash match with the requests.

@hashableric hashableric self-assigned this Sep 13, 2023
pub use crate::error::ContractError;

// version info for migration info
pub const CONTRACT_NAME: &str = env!("CARGO_PKG_NAME");
pub const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");

const PREFIX: &str = "\x19Ethereum Signed Message:\n";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

contracts/ism-multisig/src/lib.rs Show resolved Hide resolved
@hashableric hashableric merged commit 7f9a666 into main Sep 14, 2023
1 check failed
@hashableric hashableric deleted the fix/ism branch September 14, 2023 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants