-
Notifications
You must be signed in to change notification settings - Fork 148
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
Upgrade to Polkadot v1.1.0 #1403
Conversation
c253492
to
de6a04f
Compare
de6a04f
to
a15217f
Compare
039c7c7
to
15ee1f7
Compare
telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), | ||
executor, | ||
)?; | ||
let client = Arc::new(client); |
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.
So, does the upstream switched to spaces from tabs for indentation?
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.
It should use tabs, our editor config is also configured using tabs.
However, currently, most of our codes are using space, so I still format to use spaces here.
It's better to make a separate PR for reformat to use tabs
Breaking changes:
frame_support
macro related exports paritytech/substrate#14745StateBackend::Transaction
toPrefixedMemoryDB
paritytech/substrate#14612Fixes:
Notable changes:
try-runtime
subcommand and direct users to standalone cli paritytech/substrate#14731In addition: