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

Support IBC no_std and error handle by flex-error #1073

Prev Previous commit
Next Next commit
update ..
  • Loading branch information
DaviRain-Su committed Jun 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 73716943e8b428310b118d966a8fbe4d19932d5a
1 change: 1 addition & 0 deletions modules/Cargo.toml
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ std = [
"subtle-encoding/std",
"sha2/std",
"tendermint/std",
"no-std-compat/std",
]

[dependencies]
2 changes: 1 addition & 1 deletion modules/src/ics07_tendermint/header.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::convert::{From, TryFrom, TryInto};
use std::convert::{TryFrom, TryInto};

use serde_derive::{Deserialize, Serialize};
use tendermint::block::signed_header::SignedHeader;