firefly-evmconnect GitHub

PR #101 Do not block startup to check chain head
Fixes #98 Depends on https://github.com/hyperledger/firefly-signer/pull/48 (was causing a panic in UTs) Instead of checking the chain head in-line in `EventStreamStart()` function, this change pushes that `preStartProcessing` code down into the `streamLoop` that gets started asynchronously. This means we don't block FFTM from starting up.
Created At 2023-09-28 18:17:18 +0000 UTC