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: lmittmann/flashbots
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.11
Choose a base ref
...
head repository: lmittmann/flashbots
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 5 commits
  • 17 files changed
  • 3 contributors

Commits on Jun 14, 2024

  1. Bump github.com/lmittmann/w3 from 0.16.0 to 0.16.4 (#97)

    Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.16.0 to 0.16.4.
    - [Release notes](https://github.com/lmittmann/w3/releases)
    - [Commits](lmittmann/w3@v0.16.0...v0.16.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lmittmann/w3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9ee408d View commit details
    Browse the repository at this point in the history
  2. Bump github.com/lmittmann/w3 from 0.16.0 to 0.16.4 in /examples (#96)

    Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.16.0 to 0.16.4.
    - [Release notes](https://github.com/lmittmann/w3/releases)
    - [Commits](lmittmann/w3@v0.16.0...v0.16.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lmittmann/w3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d34ab1d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. workflow: added staticcheck (#112)

    * added `go mod tidy´-step
    
    * changed `on`
    
    * switched to non-deprecated client creation with custom http client
    
    * dropped deps check of `examples/`
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    85fea13 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. workflows: test with Go 1.23 (#114)

    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7f2e17e View commit details
    Browse the repository at this point in the history
  2. Bump github.com/lmittmann/w3 from 0.16.4 to 0.17.0 (#115)

    * Bump github.com/lmittmann/w3 from 0.16.4 to 0.17.0
    
    Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.16.4 to 0.17.0.
    - [Release notes](https://github.com/lmittmann/w3/releases)
    - [Commits](lmittmann/w3@v0.16.4...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lmittmann/w3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fixed v0.17.0 upgrade
    
    * gofumpt
    
    * updated doc
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    dependabot[bot] and lmittmann authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    70934a0 View commit details
    Browse the repository at this point in the history
Loading