From 7df23e56fd78f52174fea0831fdaacc4e90659e1 Mon Sep 17 00:00:00 2001 From: cairo <101215230+cairoeth@users.noreply.github.com> Date: Sun, 24 Mar 2024 02:46:59 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=9A=20fix=20lint=20job=20with=20wo?= =?UTF-8?q?rking=20go=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 65e935b..d01ccda 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ^1.20 + go-version: 1.21.6 id: go - name: Check out code into the Go module directory From b2b14e308380ceae96701413cc08f2db95d614d3 Mon Sep 17 00:00:00 2001 From: cairo <101215230+cairoeth@users.noreply.github.com> Date: Sun, 24 Mar 2024 02:47:13 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20fix=20checks=20status=20badg?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c29e1..f400423 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > :warning: **DISCLAIMER**: The Flashbots mev-share node is under active development. This code is in beta and may have performance issues or other vulnerabilities. While we welcome input in the form of pull requests or issues, Flashbots does not commit to particular SLAs around responding or maintaining this repository. -[![Test status](https://github.com/flashbots/go-template/workflows/Checks/badge.svg)](https://github.com/flashbots/go-template/actions?query=workflow%3A%22Checks%22) +[![Checks status](https://github.com/flashbots/mev-share-node/actions/workflows/checks.yml/badge.svg)](https://github.com/flashbots/mev-share-node/actions/workflows/checks.yml) This repo is an implementation of the MEV-Share API. It handles tasks such as bundle simulation, matching, and hint extraction.