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

Freesig/sync e2e testing #934

Merged
merged 29 commits into from
Jan 27, 2023
Merged

Freesig/sync e2e testing #934

merged 29 commits into from
Jan 27, 2023

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    bc14a76 View commit details
    Browse the repository at this point in the history
  2. toml

    freesig committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9a1e882 View commit details
    Browse the repository at this point in the history
  3. tracing on fuel sync

    freesig committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    282d472 View commit details
    Browse the repository at this point in the history
  4. add tracing to next event p2p

    freesig committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6304761 View commit details
    Browse the repository at this point in the history
  5. add more e2e tests for sync

    freesig committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    79181c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15201f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    0e40e0c View commit details
    Browse the repository at this point in the history
  2. add tracing of tx pool

    freesig committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6c3d2a1 View commit details
    Browse the repository at this point in the history
  3. move state change to info

    freesig committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7edca4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5146da1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'freesig/sync-tracing' of github.com:FuelLabs/fuel-core …

    …into freesig/sync-e2e-testing
    freesig committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f111d14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dfed30 View commit details
    Browse the repository at this point in the history
  7. fix toml

    freesig committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1c8a9a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f14271d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df18fa7 View commit details
    Browse the repository at this point in the history
  10. change test names

    freesig committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c3897c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3698ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c539df1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c5d8e0 View commit details
    Browse the repository at this point in the history
  14. Push my changes

    xgreenx committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f2a31ed View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    4ab83e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into freesig/sync-e2e-testing

    # Conflicts:
    #	crates/chain-config/src/config/chain.rs
    #	crates/fuel-core/src/service/genesis.rs
    Voxelot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e44d983 View commit details
    Browse the repository at this point in the history
  3. more merging

    Voxelot committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8fbd609 View commit details
    Browse the repository at this point in the history
  4. Replaced mdns with bootstrap nodes. All validators have access to boo…

    …tstrap nodes, but each bootstrap node has its own `ChainConfig`(corresponding to the block producer). So validators from one network will not discover validators from another network.
    xgreenx committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    49b4853 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cfc997 View commit details
    Browse the repository at this point in the history
  6. cleanup

    freesig committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0f93c46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7777046 View commit details
    Browse the repository at this point in the history
  8. Fixed all tests.

    Simplified the code for the bootstrapper
    xgreenx committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d311e17 View commit details
    Browse the repository at this point in the history
  9. Don't enable fuel-core-sync if block production enabled.

    Removed timeout for `240` seconds.
    Added process of `Cntrl + C` signal for tests.
    xgreenx committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ed3da6b View commit details
    Browse the repository at this point in the history