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

migrate to using iavl v1 #542

Merged
merged 2 commits into from
Mar 13, 2024
Merged

migrate to using iavl v1 #542

merged 2 commits into from
Mar 13, 2024

Conversation

galxy25
Copy link

@galxy25 galxy25 commented Mar 12, 2024

func ConvertCommitmentProof(proof *cics23.CommitmentProof) *ics23.CommitmentProof {
msg, _ := proto.Marshal(proof)
var newProof ics23.CommitmentProof
proto.Unmarshal(msg, &newProof)

Check warning

Code scanning / Golang security checks by gosec

Errors unhandled. Warning

Errors unhandled.
@DracoLi
Copy link

DracoLi commented Mar 13, 2024

going to merge this in and create a new release v0.47.10-kava.2

@DracoLi DracoLi merged commit c319d50 into kava-v0.47.10-release-x Mar 13, 2024
8 of 22 checks passed
@DracoLi DracoLi deleted the iavl-v1-upgrade branch March 13, 2024 16:45
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