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: ethereum/go-ethereum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: ethereum/go-ethereum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 4 contributors

Commits on Nov 7, 2025

  1. core/state: fix bug about getting stable LogsHash result. (#33082)

    Because the map iteration is unstable, we need to order logs by tx index
    and keep the same order with receipts and their logs, so we can still
    get the same `LogsHash` across runs.
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: rjl493456442 <[email protected]>
    3 people authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    6420ee3 View commit details
    Browse the repository at this point in the history
  2. accounts/usbwallet: fix version check in SignTypedMessage (#33113)

    The version check incorrectly used `&&` instead of `||`, causing
    versions like v1.0.x through v1.4.x to be allowed when they should be
    rejected. These versions don't support EIP-712 signing which was
    introduced in firmware v1.5.0.
    rizkyikiw42 authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    7f9b06e View commit details
    Browse the repository at this point in the history
Loading