You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… directly (#1510)
## Summary
Changed `sequencer_cometbft_client` and `sequencer_grpc_client`
construction so that each can be passed to consumers via cloning.
## Background
Both clients were previously constructed ad-hoc from endpoints, which
was unnecessary.
## Changes
- Moved construction of `sequencer_cometbft_client` and
`sequencer_grpc_client` up so that each can be passed to its consumers
(`Startup` and `Submitter`) via cloning.
## Testing
Passing all tests
## Related Issues
closes#1315
#1310 ran into the issue of
astria-bridge-withdrawer
hardcoding the URL scheme ashttp
and subsequently fixed it to unblock the blackbox tests.The client should ideally be created at a single point and passed into its consumers by
clone
ing it.┆Issue Number: ENG-661
The text was updated successfully, but these errors were encountered: