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

[NIT-2554] Test manual batch-poster fallback for DAS #2665

Merged
merged 22 commits into from
Oct 7, 2024

Commits on Sep 11, 2024

  1. Fix DAS test by setting the default config

    The batch-poster wasn't using the DAS because the max retention period
    wasn't being set correctly.
    gligneul committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5f5d9c8 View commit details
    Browse the repository at this point in the history
  2. Test manual batch-poster fallback for DAS

    This test checks whether the batch-poster manual fallback for DAS works
    correctly. Here are the steps of the test:
    
    * Setup a L2 chain using a DAS
    * Sends a batch using the DAS
    * Shutdown the DAS
    * Fail to send a batch because the fallback is disabled
    * Enable the fallback
    * Verify the batch was sent with the fallback
    gligneul committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9190038 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    7f0068c View commit details
    Browse the repository at this point in the history
  2. Use positive in config name (disable -> enable)

    Rename --node.batch-poster.disable-dap-fallback-store-data-on-chain to
    --node.batch-poster.enable-dap-fallback-store-data-on-chain
    gligneul committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f0f5af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a03219d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    143c68b View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/gligneul/test-batch…

    …-poster-das-fallback' into gligneul/test-batch-poster-das-fallback
    gligneul committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    50a90f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    75a3077 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    61d1c7e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    23d7758 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    174056e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    7937e63 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    39c017c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    8edd4ea View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Revert "Enable DAP fallback on test config"

    This reverts commit 143c68b.
    gligneul committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6c63582 View commit details
    Browse the repository at this point in the history
  2. Revert "Use positive in config name (disable -> enable)"

    This reverts commit f0f5af5.
    gligneul committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2291972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1346e43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a5a66 View commit details
    Browse the repository at this point in the history