Skip to content

v1.10.1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Nov 12:00
· 4 commits to develop since this release

⚠️ This is a required update for the upcoming Fusaka upgrade! ⚠️

Note

The Fusaka upgrade will happen at epoch 411392 (Dec-03-2025 09:49:11 PM UTC).



🚀 Enhancements

  • Send getPayload requests to relays in the background after a successful response by @faheelsattar in #850
    • This helps us maintain redundancy in the case where a relay fails to broadcast a block
    • Also included: color logs to make them more readable in development (non-JSON mode)
  • Tag relay url in logs to make it more readable by @bharath-123 in #859

🐞 Notable bug fixes

  • Fix a race condition in the fallback logic from GetPayloadV2 to GetPayloadV1 by @klim0v in #855

👋 New Contributors