Release Notes - v0.201.1
v0.201.1 (August 26, 2026)
Section titled “v0.201.1 (August 26, 2026)”Title: Improve responder behavior and stake registration validation
Date: August 26, 2026
Version: v0.201.1
This release keeps unconfigured Leios requests pending, rejects duplicate Conway stake registrations, strengthens validation sequencing coverage, and keeps transaction submission replies synchronized during responder protocol replacement.
💪 Improvements
Section titled “💪 Improvements”-
Refined unconfigured Leios responders: When applications leave callbacks unconfigured, the server keeps
Block,BlockTxs,BlockRange, andRequestNextrequests pending without sending a response or raising a connection-level protocol error. The server disables theBusytimeout when applications leavevotescallbacks unconfigured and continues to surface configured callback errors, transport failures, and invalid vote parameters. -
Corrected duplicate Conway stake registrations: Conway validation now rejects transactions that register an already registered stake credential or register the same credential more than once, returning
StakeCredentialAlreadyRegisteredError. Applications can still deregister and then register the credential in the same transaction, while the ledger tracks credential type and hash independently. -
Added ledger test coverage for stake registration sequencing.
-
Stabilized transaction submission replies: The handlers for transaction ID and transaction body replies now access the current responder protocol safely during protocol replacement and preserve reply delivery during concurrent restarts.
Compare: v0.201.0…v0.201.1
Docs authored by Doc Holiday