What's Changed
- Fixed an issue where
vald
would stall on an rpc error.vald
will now crash instead, allowing the system to auto-restart it. - Fixed an issue where
vald
broadcasts would time out.vald
now broadcasts insync
mode and checks for inclusion of the tx.
Commits
- fix(vald): add nil check for latestFinalizedBlockNumber for moonbeam (#1849) by @sammy1991106 in #1850
- fix(vald): backport vald stall and broadcast mode fix by @milapsheth in #1860
Full Changelog: v0.29.0...v0.29.1