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

Optional cosmos signer #2890

Merged
merged 9 commits into from
Nov 8, 2023

Conversation

daniel-savu
Copy link
Contributor

Removes cosmos signer unwraps by making the signer optional. Depends on #2887

@@ -289,8 +292,9 @@ impl WasmProvider for WasmGrpcProvider {
where
T: Serialize + Send + Sync,
{
let signer = self.get_signer()?;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Flagging that between this & how wasm_simulate -> simulate_raw_tx -> generate_raw_tx which also requires the signer, in practice a signer is still required. I think it's fine to not address this in this PR and for us to just refactor grpc.rs a bunch so that simulating calls doesn't require a signer anymore, but wanted to call out

@daniel-savu daniel-savu merged commit 2622389 into trevor/new-featv3-cosmos-oct-28 Nov 8, 2023
2 of 4 checks passed
@daniel-savu daniel-savu deleted the dan/optional-signer branch November 8, 2023 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants