Skip to content

Releases: flashbots/mev-boost-relay

v0.10.0

14 Oct 07:42
cac45b5
Compare
Choose a tag to compare

What's Changed

Most important:

  • remove foreign keys from execution payload in #172
  • api: graceful shutdown in #174
  • fixed logsetup: no globals in #176
  • tool cmd to export api data in #177
  • only start api loops if needed in #165
  • save new block to redis: first payload then header in #178
  • retry internal getting the payload on error in #179
  • Fast JSON decoding with jsonparser (for registerValidator) in #183
  • Data API: BidTraceV2 (with num_tx + block_number) in #195
  • Save payload to DB without querying submission (and BidTraceV2) in #194
  • increased server timeouts, and improvements to logs in #186
  • graceful shutdown: wait for active getPayload calls in #182
  • Validator registrations storage refactor (important - read the details!) in #158
  • keep track of active validators in #159

Also:

  • Data API: timestamp as string in #160
  • database as source of truth for number of validator registrations in #169
  • Enable gzip compression of http responses in #157
  • check feeRecipient validity on block submission in #166
  • adjust loglevels in #153
  • script to generate static version of the website in #150
  • added icons in #152
  • website: show/hide config details in #156
  • use channel to process active validators during validator registration in #162
  • Website with links in #161
  • Handle validator registrations state change in #167
  • Website ++ and show number of active validators in #170
  • housekeeper: sync block builder status to redis on startup in #164
  • website fix: show relayURL in #173
  • fix and cleanup for v0.9.0-rc1 in #180
  • Bump github.com/flashbots/go-boost-utils from 1.2.0 to 1.2.1 by @dependabot in #184
  • Bump github.com/go-redis/redis/v9 from 9.0.0-beta.2 to 9.0.0-beta.3 by @dependabot in #185
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #190
  • log error on getPayload failed to decode in #187
  • added SECURITY.md in #191
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #189

Full Changelog: v0.8.1...v0.10.0

v0.8.1

23 Sep 09:42
875b8bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.1

v0.7.0

12 Sep 10:00
1f819c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

08 Sep 13:54
1c17509
Compare
Choose a tag to compare

What's Changed

Dependency updates:

  • upgrade go-boost-utils by @metachris in #60
  • Bump github.com/alicebob/miniredis/v2 from 2.21.0 to 2.23.0 by @dependabot in #69
  • Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 by @dependabot in #67
  • Bump github.com/go-redis/redis/v9 from 9.0.0-beta.1 to 9.0.0-beta.2 by @dependabot in #65
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #66
  • Bump github.com/ethereum/go-ethereum from 1.10.20 to 1.10.23 by @dependabot in #78
  • Bump github.com/lib/pq from 1.10.6 to 1.10.7 by @dependabot in #105

New Contributors

Full Changelog: v0.4.0...v0.6.0

v0.4.0

14 Aug 19:41
a38ef74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0