-
Notifications
You must be signed in to change notification settings - Fork 181
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
Update to Substrate 2.0.0-RC6 #97
Conversation
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
==========================================
- Coverage 60.36% 57.63% -2.73%
==========================================
Files 90 92 +2
Lines 3658 3118 -540
==========================================
- Hits 2208 1797 -411
+ Misses 1094 964 -130
- Partials 356 357 +1
Continue to review full report at Codecov.
|
@@ -2,11 +2,11 @@ | |||
# preventing them from being used to build Substrate/Polkadot. | |||
|
|||
# First Phase - Load Subkey | |||
FROM parity/subkey:2.0.0-alpha.3 as subkey | |||
FROM parity/subkey:2.0.0 as subkey |
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.
Version v2.0.0-rc6 for subkey is broken, so opted to use 2.0.0 instead.
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.
Nice work! Thanks!
LGTM
Update to Substrate 2.0.0-RC6 (centrifuge#97)
I think this fixes the public key issue in #83 and #80 correct? Could you close them @mikiquantum ? |
Updates: