-
Notifications
You must be signed in to change notification settings - Fork 528
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
v0.9.28 #2334
Conversation
zjb0807
commented
Aug 31, 2022
•
edited
Loading
edited
- Upgrade to v0.9.28 evm-tests#19
- Upgrade to v0.9.28 nutsfinance/stable-asset#32
blocked by paritytech/substrate#12297 |
pub use futures::stream::StreamExt; | ||
use jsonrpsee::RpcModule; | ||
use sc_consensus::LongestChain; | ||
use sc_consensus_aura::{ImportQueueParams, StartAuraParams}; | ||
use sc_executor::WasmExecutor; | ||
use sc_network::NetworkService; | ||
use sc_network_common::service::NetworkBlock; |
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.
@zjb0807 could you please explain why this import is required here? and also in general when to use stuffs from sc-network-common?
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.