Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add overall fid message count to stats (#150)
Add overall per-fid message count to the `GetInfoByFid` rpc response. This is useful for understanding message count discrepancies in onchain events. ``` ❯ grpcurl -plaintext -proto src/proto/rpc.proto -import-path src/proto -d '{"fid": 522}' 127.0.0.1:3383 HubService/GetInfoByFid { "numMessages": "70", "numMessagesByMessageType": { "1": "14", "2": "0", "3": "0", "4": "0", "5": "49", "6": "0", "7": "0", "8": "0", "11": "3", "12": "0", "13": "0", "14": "0" } } ```
- Loading branch information