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

Split configuration into files, clarify paths, add opstack doc, update Blockscout, fix flaky deployment #89

Merged
merged 48 commits into from
Dec 28, 2023

Commits on Dec 24, 2023

  1. move config to own package

    norswap committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    75c54ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab2c62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e0b4e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3593fc View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    efab8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d2cd0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d89485b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a68c803 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b54b35c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57443b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88d140a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b210802 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96472ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1ca8d7 View commit details
    Browse the repository at this point in the history
  11. remove warning

    norswap committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    3e7446e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    521b22d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8bfe6a5 View commit details
    Browse the repository at this point in the history
  14. move Config to own file

    norswap committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    bcb5c5f View commit details
    Browse the repository at this point in the history
  15. readd init

    norswap committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    75e28ed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    50a86eb View commit details
    Browse the repository at this point in the history
  17. future checks

    norswap committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6875213 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    33f5ee0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ade5de View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    a82882d View commit details
    Browse the repository at this point in the history
  2. add OP stack primer

    norswap committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4dce1f9 View commit details
    Browse the repository at this point in the history
  3. .deploy in paths config

    norswap committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3a46149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96d0f4a View commit details
    Browse the repository at this point in the history
  5. specify blockscout port

    norswap committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b2ca85d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. refactor of configuration files and how they are used

    - make sure every relevant artifact is saved under the deployments/ dir
    - do not regenerate the deploy config and redeploy when one already exists
    - the deploy config belongs to "l2" and is cleaned there
    - always clean files leftover in the OP repo
    norswap committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    399367b View commit details
    Browse the repository at this point in the history
  2. fix missing logs

    norswap committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e7d468b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    fac3f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae82d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5155a34 View commit details
    Browse the repository at this point in the history
  4. don't deploy slowly on devnet

    norswap committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6256483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84bcd18 View commit details
    Browse the repository at this point in the history
  6. more fun

    norswap committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    25f9521 View commit details
    Browse the repository at this point in the history
  7. update docs

    norswap committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    48c7c3d View commit details
    Browse the repository at this point in the history
  8. bump up the RPC waiting time

    This is necessary for the scenario where we used `deploy_slowly = false` with
    prod preset (when redeploying, the devnet always deploys quickly, but to the
    temporary geth node). Not sure why, but it took time for the node to be able to
    access the info on the L1.
    norswap committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c673947 View commit details
    Browse the repository at this point in the history
  9. update blockscout

    norswap committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1c97477 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f53031 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d4a0ddc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    571263e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23f3b13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e2164c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6a0196 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6dd8ef0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3b56fd7 View commit details
    Browse the repository at this point in the history
  18. remove leftover comment

    norswap committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    607be91 View commit details
    Browse the repository at this point in the history