We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ibc mostly
ibc
The confio/ics23 dependency raised a cargo audit issue some time ago. We removed this dependency because we could temporarily avoid relying on it.
confio/ics23
Now this dep. is no longer a security vulnerability, so we should bring it back.
We currently have hardcoded proof specs in ibc
https://github.com/informalsystems/ibc-rs/blob/9f2c7cb67b89d4597ba4b7800fec1b44dfb88329/modules/src/ics23_commitment/merkle.rs#L22
We can import these specs nicely from confio/ics23 instead.
ics23
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Crate
ibc
mostlySummary
The
confio/ics23
dependency raised a cargo audit issue some time ago. We removed this dependency because we could temporarily avoid relying on it.Now this dep. is no longer a security vulnerability, so we should bring it back.
Problem Definition
We currently have hardcoded proof specs in
ibc
https://github.com/informalsystems/ibc-rs/blob/9f2c7cb67b89d4597ba4b7800fec1b44dfb88329/modules/src/ics23_commitment/merkle.rs#L22
We can import these specs nicely from
confio/ics23
instead.Acceptance Criteria
ics23
dependency,For Admin Use
The text was updated successfully, but these errors were encountered: