Upgrade Notes
Recommended upgrade from v0.29 as this fixes a misconfiguration in the publish block flag in which the flag publishes the wrong way around.
In the v0.29 release the USE_V2_PUBLISH_BLOCK_ENDPOINT
flag was removed in favor of the USE_V1_PUBLISH_BLOCK_ENDPOINT
flag which enabled the v1 publish block endpoint. However that was not configured correctly in the last release which resulted in the v2 publish block endpoint being enabled if the USE_V1_PUBLISH_BLOCK_ENDPOINT
flag was set and vice versa.
Also adds a blob column to the relay website to show the number of blobs contained in the block
What's Changed
- Add Blob column to website by @avalonche in #576
- Publish block V1 flag fix by @avalonche in #585
Special Mentions
Thank you and shout out to @alextes for reporting #581 for the flag misconfiguration and raising a fix.
Full Changelog: v0.29...v0.29.1
Docker Image: flashbots/mev-boost-relay:0.29.1