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

Update to OP stack v1.3.0 #67

Merged
merged 44 commits into from
Nov 28, 2023
Merged

Update to OP stack v1.3.0 #67

merged 44 commits into from
Nov 28, 2023

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    9df1613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58d365 View commit details
    Browse the repository at this point in the history
  3. update geth dependency

    norswap committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    92a4d36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76548b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceb21ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4cf3f5 View commit details
    Browse the repository at this point in the history
  7. modfiy the deploy config templates to match monorepo, reformat, and i…

    …ntroduce more documentation
    norswap committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    91776a9 View commit details
    Browse the repository at this point in the history
  8. rename

    norswap committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e5c5674 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c26f1b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fec939a View commit details
    Browse the repository at this point in the history
  11. fix doc

    norswap committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    73c97f3 View commit details
    Browse the repository at this point in the history
  12. reformat

    norswap committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    6b39cd1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5e81b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c682c4 View commit details
    Browse the repository at this point in the history
  15. improve config doc

    norswap committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    7b5121a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    422d674 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. update roll-op to work with op stack v1.3.0

    The major change is that the L1 genesis now includes the L2 contracts in the
    genesis itself.
    
    This requires retooling the deploy logic to handle two scenarios: either deploy
    to a temporary geth, or to a real L1.
    
    The deploy logic was moved to `l2_deploy.py`.
    
    The deploy config generation logic, which is now also necessary for generating
    the L1 genesis, was moved to `deploy_config.py`.
    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6c3a9c6 View commit details
    Browse the repository at this point in the history
  2. improve cleaning commands

    Global clean now removes the deploy config, but clean-l1 and clean-l2 don't
    
    clean-build now cleans the account-abstraction repo as well.
    
    Global clean now cleans the explorer and account-abstractions if they're
    requested as arguments.
    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1c8e0ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b923e9d View commit details
    Browse the repository at this point in the history
  4. make help less unwieldy

    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    760ac7c View commit details
    Browse the repository at this point in the history
  5. add custom tag for correct optimism monorepo version, only checkout i…

    …f we don't have the correct tag
    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c974314 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    525aa7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    255130f View commit details
    Browse the repository at this point in the history
  8. update getting-started config

    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8a8607c View commit details
    Browse the repository at this point in the history
  9. update config to split the remote urls into components & enable compo…

    …nents on the same machine to reach each others via localhost if possible
    
    Also, the websocket connection to the L1 works now!
    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    33fe4fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    888b8cb View commit details
    Browse the repository at this point in the history
  11. update values for doc config

    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c6f234a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5abd48d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a4c4a58 View commit details
    Browse the repository at this point in the history
  14. misc doc

    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    18ebcb2 View commit details
    Browse the repository at this point in the history
  15. make the default config be the devnet config (effectively already use…

    …d) and add upnode config
    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6e2b218 View commit details
    Browse the repository at this point in the history
  16. document the various configs

    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1656597 View commit details
    Browse the repository at this point in the history
  17. revert adding the 's' suffix

    norswap committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    401e19f View commit details
    Browse the repository at this point in the history
  18. ignore jwt.txt

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

Commits on Nov 28, 2023

  1. clarify allow_non_finalized

    norswap committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5177ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1113322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91db3dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    067f3a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f12b4bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e6c0fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a30acd3 View commit details
    Browse the repository at this point in the history
  8. deploy salt

    norswap committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8acfd89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5016f23 View commit details
    Browse the repository at this point in the history
  10. lint & format

    norswap committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3f58eb5 View commit details
    Browse the repository at this point in the history