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

test: restart with relayer data #1866

Merged
merged 18 commits into from
Apr 29, 2024

Commits on Apr 24, 2024

  1. fix: Use Enum for GQL versions (0.24.3) (#1861)

    This branch is based off of `0.24.2` This PR is a hotfix for GQL version
    types and applies the change from
    #1856 on master to this
    branch.
    
    ## Checklist
    - [x] Breaking changes are clearly marked as such in the PR description
    and changelog
    - [ ] New behavior is reflected in tests
    - [ ] [The specification](https://github.com/FuelLabs/fuel-specs/)
    matches the implemented behavior (link update PR if changes are needed)
    
    ### Before requesting review
    - [ ] I have reviewed the code myself
    - [ ] I have created follow-up issues caused by this PR and linked them
    here
    
    ### After merging, notify other teams
    
    [Add or remove entries as needed]
    
    - [ ] [Rust SDK](https://github.com/FuelLabs/fuels-rs/)
    - [ ] [Sway compiler](https://github.com/FuelLabs/sway/)
    - [ ] [Platform
    documentation](https://github.com/FuelLabs/devrel-requests/issues/new?assignees=&labels=new+request&projects=&template=NEW-REQUEST.yml&title=%5BRequest%5D%3A+)
    (for out-of-organization contributors, the person merging the PR will do
    this)
    - [ ] Someone else?
    Brandon Vrooman authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9e21067 View commit details
    Browse the repository at this point in the history
  2. Upgrade 0.24.2 to 0.24.3 (#1863)

    Upgrades 0.24.2 to 0.24.3
    
    ## Checklist
    - [x] Breaking changes are clearly marked as such in the PR description
    and changelog
    - [ ] New behavior is reflected in tests
    - [ ] [The specification](https://github.com/FuelLabs/fuel-specs/)
    matches the implemented behavior (link update PR if changes are needed)
    
    ### Before requesting review
    - [x] I have reviewed the code myself
    - [ ] I have created follow-up issues caused by this PR and linked them
    here
    
    ### After merging, notify other teams
    
    [Add or remove entries as needed]
    
    - [ ] [Rust SDK](https://github.com/FuelLabs/fuels-rs/)
    - [ ] [Sway compiler](https://github.com/FuelLabs/sway/)
    - [ ] [Platform
    documentation](https://github.com/FuelLabs/devrel-requests/issues/new?assignees=&labels=new+request&projects=&template=NEW-REQUEST.yml&title=%5BRequest%5D%3A+)
    (for out-of-organization contributors, the person merging the PR will do
    this)
    - [ ] Someone else?
    Brandon Vrooman authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    68d962d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    2050f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b31a93b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    bvrooman committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    91c63c9 View commit details
    Browse the repository at this point in the history
  4. Update test.rs

    bvrooman committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f91ea98 View commit details
    Browse the repository at this point in the history
  5. Update tests

    bvrooman committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ee0c1d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Update tests

    bvrooman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    45d3e14 View commit details
    Browse the repository at this point in the history
  2. Clean up

    bvrooman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1d84021 View commit details
    Browse the repository at this point in the history
  3. Update integration tests

    bvrooman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0d568ab View commit details
    Browse the repository at this point in the history
  4. Update integration.rs

    bvrooman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    04608ce View commit details
    Browse the repository at this point in the history
  5. Remove da_deploy_height

    bvrooman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ef805da View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'master' into bvrooman/test/restart-with-relayer-data

    # Conflicts:
    #	CHANGELOG.md
    #	Cargo.lock
    #	Cargo.toml
    #	crates/client/assets/schema.sdl
    #	crates/fuel-core/src/schema/chain.rs
    #	crates/fuel-core/src/service/sub_services.rs
    #	deployment/charts/Chart.yaml
    #	tests/tests/relayer.rs
    xgreenx committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    534ceb2 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove da_deploy_height"

    This reverts commit ef805da
    xgreenx committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6ca29e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c81b4c6 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    bvrooman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d4d32a1 View commit details
    Browse the repository at this point in the history
  5. Fixed tests

    xgreenx committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d0cc016 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/bvrooman/test/restart-with-relay…

    …er-data' into bvrooman/test/restart-with-relayer-data
    xgreenx committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0c05c86 View commit details
    Browse the repository at this point in the history