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
Do not process inboxes of non-owned chains (#4825)
## Motivation
A service running without skipping process-inbox would spam the logs
with a `warn` level message if it followed a non-owned chain.
## Proposal
Skip processing the inbox in the listener if the chain isn't owned.
## Test Plan
CI
## Release Plan
- These changes should be backported to the latest `testnet` branch,
then
- be released in a new SDK
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments