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

fix(ci): embed v0.9.20 runtime, update test suite, and ci workflows #2543

Merged
merged 15 commits into from
Aug 15, 2022

Commits on Aug 11, 2022

  1. Add v0.9.20 chain specs & configs

    Closes #2419
    danforbes authored and timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    831e93f View commit details
    Browse the repository at this point in the history
  2. re-add gssmr config.toml

    timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0b2d14a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f738d View commit details
    Browse the repository at this point in the history
  4. wip

    timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d73826b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    325243e View commit details
    Browse the repository at this point in the history
  6. fix(ci): fix dot unit tests (#2561)

    * fix dot tests, remove life runtime
    
    * remove life
    timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ddb2f33 View commit details
    Browse the repository at this point in the history
  7. fix(ci): fix dot/network unit tests (#2572)

    * move to integration test, hardcode protocol id
    
    * remove logs, restore original test
    
    * cr feedback
    timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d49ab35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6e1735 View commit details
    Browse the repository at this point in the history
  9. fix(ci): embed old gssmr and dev runtimes for integration tests (#…

    …2671)
    
    * restore old chain as gssmr-v3substrate, add genesis utils, update TestNodeRuntime_ValidateTransaction
    
    * upgrade chaindb
    
    * add todos to create new issues, test against old runtime
    
    * use v3substrate runtime for dot/core integration tests
    
    * lib/babe integration tests use old dev runtime
    
    * fix lint
    
    * fix grandpa stress tests
    
    * use old dev chain for stress tests
    
    * update rpc tests
    
    * revise polkadotjstests to old dev runtime
    
    * Update lib/genesis/test_utils.go
    
    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    
    * Update lib/utils/utils.go
    
    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    
    * Update lib/utils/utils.go
    
    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    
    * Update lib/utils/utils.go
    
    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    
    * Update lib/utils/utils.go
    
    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    
    * Update lib/utils/utils.go
    
    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    
    * remove config and go code from old runtimes
    
    * undo new require in go.mod
    
    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    timwu20 and qdm12 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4bcac72 View commit details
    Browse the repository at this point in the history
  10. remove debugging sleep

    timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8748a19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e81751f View commit details
    Browse the repository at this point in the history
  12. fix up go.mod

    timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7d9c16f View commit details
    Browse the repository at this point in the history
  13. restore old go.mod

    timwu20 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    80ae03a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Apply suggestions from code review

    Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
    timwu20 and qdm12 authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    38e052d View commit details
    Browse the repository at this point in the history
  2. add todo

    timwu20 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f47a4b4 View commit details
    Browse the repository at this point in the history