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

feat: Make to field in transaction data optional #255

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    ddc35de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf454e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c22ea View commit details
    Browse the repository at this point in the history
  4. Fix error lints

    IAvecilla committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c075fb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    6c94de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b280eb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d49f3f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e9179d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0034e3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9e2b9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c3dad1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9652368 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. feat(ci): Deprecate use of zk tool in docker-build process (matter-la…

    …bs#2901)
    
    ## What ❔
    
    Remove use of ZK tool in docker-build process
    
    ## Why ❔
    
    Improve readability of CI, speeds up building process
    
    ## Checklist
    
    <!-- Check your PR fulfills the following items. -->
    <!-- For draft PRs check the boxes as you complete them. -->
    
    - [x] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ ] Tests for the changes have been added / updated.
    - [ ] Documentation comments have been added / updated.
    - [ ] Code has been formatted via `zk fmt` and `zk lint`.
    artmakh authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dab1eb2 View commit details
    Browse the repository at this point in the history
  2. test: Investigate L1 "nonce too low" errors (matter-labs#2848)

    ## What ❔
    
    - Resolves "nonce too low" errors on L1 by retrying transaction
    requests. This is a temporary measure until a new version of `reth` is
    released.
    - Reduces spammy logs for integration tests. Enables verbose output for
    integration tests in CI.
    - Fixes some other issues with tests (e.g., a data race in the snapshot
    recovery test).
    
    ## Why ❔
    
    Makes CI more stable.
    
    ## Checklist
    
    - [x] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [x] Tests for the changes have been added / updated.
    - [x] Code has been formatted via `zk fmt` and `zk lint`.
    slowli authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    20442f6 View commit details
    Browse the repository at this point in the history
  3. fix(ci): vm perf to prometheus (matter-labs#2909)

    ## What ❔
    
    <!-- What are the changes this PR brings about? -->
    <!-- Example: This PR adds a PR template to the repo. -->
    <!-- (For bigger PRs adding more context is appreciated) -->
    
    ## Why ❔
    
    <!-- Why are these changes done? What goal do they contribute to? What
    are the principles behind them? -->
    <!-- Example: PR templates ensure PR reviewers, observers, and future
    iterators are in context about the evolution of repos. -->
    
    ## Checklist
    
    <!-- Check your PR fulfills the following items. -->
    <!-- For draft PRs check the boxes as you complete them. -->
    
    - [ ] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ ] Tests for the changes have been added / updated.
    - [ ] Documentation comments have been added / updated.
    - [ ] Code has been formatted via `zk fmt` and `zk lint`.
    
    Signed-off-by: Danil <[email protected]>
    Deniallugo authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ba21c6e View commit details
    Browse the repository at this point in the history
  4. feat(ci): Add building base docker image (matter-labs#2913)

    ## What ❔
    
    Workflow to build base-image
    
    ## Why ❔
    
    Added ability to push to ghcr.io
    
    ## Checklist
    
    <!-- Check your PR fulfills the following items. -->
    <!-- For draft PRs check the boxes as you complete them. -->
    
    - [x] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ ] Tests for the changes have been added / updated.
    - [ ] Documentation comments have been added / updated.
    - [ ] Code has been formatted via `zk fmt` and `zk lint`.
    artmakh authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5cb04ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    189e591 View commit details
    Browse the repository at this point in the history
  6. fix(ci): Fix multiarch for build-base CI (matter-labs#2914)

    ## What ❔
    
    Fix multiarch command for build-base-image CI
    
    ## Why ❔
    
    
    ## Checklist
    
    <!-- Check your PR fulfills the following items. -->
    <!-- For draft PRs check the boxes as you complete them. -->
    
    - [x] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ ] Tests for the changes have been added / updated.
    - [ ] Documentation comments have been added / updated.
    - [ ] Code has been formatted via `zk fmt` and `zk lint`.
    artmakh authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8729270 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ac399e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6be103f View commit details
    Browse the repository at this point in the history