-
Notifications
You must be signed in to change notification settings - Fork 5
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
SYS-3828: updated pallet eth-bridge #354
SYS-3828: updated pallet eth-bridge #354
Conversation
"codec/std", | ||
"sp-std/std", | ||
"sp-core/std", | ||
"frame-support/std", | ||
"sp-application-crypto/std", | ||
"sp-io/std", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation issue
hex-literal = { version = "0.4.1", default-features = false } | ||
rand = { version = "0.8.5", default-features = false } | ||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } | ||
sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you run a formatter to change the order of the imports?
pallets/eth-bridge/src/lib.rs
Outdated
@@ -229,15 +227,15 @@ pub mod pallet { | |||
pub next_tx_id: EthereumId, | |||
} | |||
|
|||
#[cfg(feature = "std")] | |||
// #[cfg(feature = "std")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed?
Updated eth-bridge pallet