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

Warp sync zombienet tests: add basic BEEFY checks #2854

Merged
merged 12 commits into from
Jan 11, 2024

Commits on Jan 10, 2024

  1. Deduplicate params

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    66ef7c1 View commit details
    Browse the repository at this point in the history
  2. Updates and cosmetics

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2a82502 View commit details
    Browse the repository at this point in the history
  3. Fix spurious warp sync failures

    Sometimes the nodes spawned from the db snapshot discard the state before
    the warp sync nodes have the chance to download it.
    We use need to use `--state-pruning archive --blocks-pruning archive` when
    generain the db in order to fix this.
    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    eff383d View commit details
    Browse the repository at this point in the history
  4. Add BEEFY checks

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b465f7c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b88d08d View commit details
    Browse the repository at this point in the history
  6. Adress review comments

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1c9d73f View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary cp

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f1673d8 View commit details
    Browse the repository at this point in the history
  8. Add more checks

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c638a78 View commit details
    Browse the repository at this point in the history
  9. Revert "Remove unnecessary cp"

    This reverts commit f1673d8.
    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1c14579 View commit details
    Browse the repository at this point in the history
  10. Fix cp

    serban300 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d4471bf View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fix whitespace

    serban300 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2adedd1 View commit details
    Browse the repository at this point in the history
  2. Add TODO

    serban300 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1039d15 View commit details
    Browse the repository at this point in the history