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: progress on removing unwraps #2880

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

daniel-savu
Copy link
Contributor

Description

Drive-by changes

Related issues

Backward compatibility

Testing

@daniel-savu daniel-savu requested a review from tkporter as a code owner November 1, 2023 11:27
@@ -321,6 +321,14 @@ impl_fixed_hash_serde!(H160, 20);
impl_fixed_hash_serde!(H256, 32);
impl_fixed_hash_serde!(H512, 64);

// impl TryFrom<String> for H256 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

rm or keep?

@daniel-savu daniel-savu merged commit 00bd471 into trevor/new-featv3-cosmos-oct-28 Nov 1, 2023
2 of 4 checks passed
@daniel-savu daniel-savu deleted the dan/remove-unwraps branch November 1, 2023 11:30
yorhodes pushed a commit that referenced this pull request Nov 2, 2023
### Description

<!--
What's included in this PR?
-->

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
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