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
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: abigen2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 30, 2024

  1. accounts/abi: abigen v2

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    29d90ae View commit details
    Browse the repository at this point in the history
  2. add copyright header to lib.go

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ac27dad View commit details
    Browse the repository at this point in the history
  3. drop unnecessary imports

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    efc2c36 View commit details
    Browse the repository at this point in the history
  4. replace fmt with errors

    Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
    2 people authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2725ae2 View commit details
    Browse the repository at this point in the history
  5. drop fmt

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    724f77e View commit details
    Browse the repository at this point in the history
  6. skip unpack method when no return args

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dcf1318 View commit details
    Browse the repository at this point in the history
  7. define contract instance type

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cea12ea View commit details
    Browse the repository at this point in the history
  8. Add deploy code to contract struct

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bb63ef3 View commit details
    Browse the repository at this point in the history
  9. Pass pointer to log for unpack

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8f756ec View commit details
    Browse the repository at this point in the history
  10. clean lang selection leftovers

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    60535d1 View commit details
    Browse the repository at this point in the history
  11. fix test

    s1na authored and jwasinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c6f7571 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    8a65262 View commit details
    Browse the repository at this point in the history
  2. fix last rebase regression

    jwasinger committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    332c188 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    008028e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa651ae View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 20, 2024

  1. still in a wip state

    jwasinger committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    46e6dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd86fca View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

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