helium / blockchain-core

Apache License 2.0
214 stars 85 forks source link

txn mgr logging tweaks & fix dial timeout handling #1436

Closed andymck closed 1 year ago

andymck commented 1 year ago

Addresses 2 issues:

  1. Logging tidy up after observing the logs on etl as a result of the recent txn mgr changes relating to grpc submit and v3 dialing protocol support

  2. Fixes handling of dial_timeout msgs in txn mgr sent from the dialer. Dialer was sending these incorrectly formatted and thus txn msg was not handling them and instead they would hit the fallback unhandled info msg handler. Dial timeouts were not being retried