Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scroll-tech/go-ethereum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69aae68
Choose a base ref
...
head repository: scroll-tech/go-ethereum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7da0bd5
Choose a head ref
  • 11 commits
  • 25 files changed
  • 5 contributors

Commits on Jun 13, 2024

  1. feat: introduce encode stage (#822)

    * Reapply "feat: introduce encode stage (#814)"
    
    This reverts commit 0b6cdbd.
    
    * reintroduced nullifying txnQueue
    omerfirmak authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1ebde6d View commit details
    Browse the repository at this point in the history
  2. fix(txpool): compare gas tip cap instead of effective gas tip cap (#825)

    fix: compare gas tip cap instead of effective gas tip cap
    Thegaram authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fc9db9f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    3161380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c6fc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. ci: Support arm64 dedicated workflow (#840)

    * add self hosted runner to publish arm64 images
    
    * test build with macos and ubuntu arm64
    
    * Add docker to mac runner and remove qemu
    
    * dedicated workflow for arm64 image
    
    * cleaning
    sbaizet-ledger authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f2efa44 View commit details
    Browse the repository at this point in the history
  2. fix(traces): deletion proof apply wrong storage value from structLogg…

    …er (#838)
    
    * fix issue caused by unmatching storage value
    
    * lint
    
    * chore: auto version bump [bot]
    
    ---------
    
    Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
    Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4e3bf2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c003520 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    aafca83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40dca0 View commit details
    Browse the repository at this point in the history
  3. Support arm64 dedicated workflow (#841)

    * add self hosted runner to publish arm64 images
    
    * test build with macos and ubuntu arm64
    
    * Add docker to mac runner and remove qemu
    
    * dedicated workflow for arm64 image
    
    * cleaning
    
    * ci: add a different name for workflow docker arm64
    
    * clean workflow
    
    * only build arm64 image and make tag configurable
    sbaizet-ledger authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    517e5b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. feat: delay Scroll mainnet Curie block by 6 days (#850)

    * feat: delay Scroll mainnet Curie block by 6 days
    
    * update
    
    * update
    Thegaram authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7da0bd5 View commit details
    Browse the repository at this point in the history
Loading