Skip to content
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

Merged
merged 14 commits into from
Aug 24, 2023
Merged

Update testnet to 2.230.0 #1265

merged 14 commits into from
Aug 24, 2023

Commits on Aug 22, 2023

  1. Bump version of rustc

    older version panics when compiling creditcoin-transaction-producer,
    this one seems to work
    atodorov authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    93e8a54 View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    atodorov authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4d2e3aa View commit details
    Browse the repository at this point in the history
  3. Swap code around to resolve a clippy error

    atodorov authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6e9b8fb View commit details
    Browse the repository at this point in the history
  4. Bump version to 226.1

    atodorov authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0eea6e8 View commit details
    Browse the repository at this point in the history
  5. Auto-update creditcoin-js type definitions

    gluwa-bot authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    295b522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6eb1590 View commit details
    Browse the repository at this point in the history
  7. Add missing quote

    atodorov authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    294975b View commit details
    Browse the repository at this point in the history
  8. Add test scenario for request_collect_coins

    atodorov authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1e64249 View commit details
    Browse the repository at this point in the history
  9. Add mainnet grandpa initial authorities

    nathanwhit authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d8ba15d View commit details
    Browse the repository at this point in the history
  10. CSUB-684: Support ECDSA PKs in CLI (#1251)

    * 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>
    4 people authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4fe7fb6 View commit details
    Browse the repository at this point in the history
  11. Update version to 2.230.0 (#1264)

    Co-authored-by: Ada <>
    Co-authored-by: gluwa-bot <creditcoin@gluwa.com>
    Co-authored-by: Nathan Whitaker <nathan.whitaker01@gmail.com>
    3 people authored and Ada committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    016c5d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    9bdb000 View commit details
    Browse the repository at this point in the history
  2. add wait-for-sync in try-runtime test

    pLabarta authored and Ada committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cc667b2 View commit details
    Browse the repository at this point in the history
  3. fix: remove extra backslash

    pLabarta authored and Ada committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f8a3f3d View commit details
    Browse the repository at this point in the history