[go: up one dir, main page]

Agnostic-baker: fix keep-alive

What

Closes #7919 (closed)

Why

The UX needs to be synchronised with the protocol binaries.

How

The issue are the rpcs that done outside of the baker_thread, we wrap them in a retry_connection just like the baker do

Manually testing the MR

Run the agnostic baker with an octez-node locally, kill the node randomly and see how it behaves with and without the flag.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports

Loading