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

add verifier middleware #678

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
remove from trait
  • Loading branch information
blue-note committed Mar 20, 2023
commit 41c827ff54ab9022fe8936fdbb6c438e609ce6b4
6 changes: 0 additions & 6 deletions contracts/external/cw-verifier-middleware/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,3 @@ pub enum ContractError {
#[error("Invalid uncompressed public key hex string length; expected 130 bytes, got {length}")]
InvalidPublicKeyLength { length: usize },
}

// impl From<SerdeError> for ContractError {
// fn from(error: SerdeError) -> Self {
// ContractError::SerdeError(error.to_string())
// }
// }