-
Notifications
You must be signed in to change notification settings - Fork 15
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 testnet to 2.230.0 #1265
Conversation
older version panics when compiling creditcoin-transaction-producer, this one seems to work
* add: replace getSeed with initKeyring funcs that support ecdsa * implement initKeyring in bond * implement initKeyring in show-address * implement initKeyring in chill * implement initKeyring in distribute-rewards * implement initKeyring in send * implement initKeyring in set-keys * make --ecdsa a global flag * implement initKeyring in unbond * implement initKeyring in validate * implementinitKeyring in withdraw * implement initKeyring in wizard * remove unused imports * yarn format * yarn format #2 * add ecdsa tests to integration-tests * Auto-update creditcoin-js type definitions * add CC_PK to camelCase exceptions * remove unused import * fix: was using older prettier version * keep envVar consistent when using ecdsa * add: ecdsa key validation * update and split tests * format *sigh* * Auto-update creditcoin-js type definitions * remove unused imports and vars * add: randomTestAccount helper * upgrade wizard test to cover ecdsa/phrase * upgrade showAddress test to use randomTestAccount * use randomTestAccount in send test * export validateECDSAKey * upgrade validatorCycle test to cover ecdsa * fix: formatting, finally * fix: bad params in prompt command * Treat eslint warnings as errors & exit 1 things like unused imports are warnings and easlint will exit with 0 so we don't get to notice them! This change will cause CI jobs to fail so that we can notice these issues and fix them! * Remove unused imports * appease linter * replace switch with if Co-authored-by: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> --------- Co-authored-by: gluwa-bot <creditcoin@gluwa.com> Co-authored-by: Alex Todorov <alex.todorov@gluwa.com> Co-authored-by: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com>
Co-authored-by: Ada <> Co-authored-by: gluwa-bot <creditcoin@gluwa.com> Co-authored-by: Nathan Whitaker <nathan.whitaker01@gmail.com>
Codecov Report
@@ Coverage Diff @@
## testnet #1265 +/- ##
===========================================
+ Coverage 69.79% 70.06% +0.27%
===========================================
Files 103 103
Lines 12016 12095 +79
Branches 112 114 +2
===========================================
+ Hits 8386 8474 +88
+ Misses 3621 3612 -9
Partials 9 9
... and 20 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
For full LLVM coverage report click here! |
bb2084b
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.
test-migrations-via-try-runtime
is failing with a panic - https://github.com/gluwa/creditcoin/actions/runs/5943172563/job/16118705103
that needs to be investigated before merging
bb2084b
to
f8a3f3d
Compare
Description of proposed changes
Practical tips for PR review & merge: