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
Count messages, not transactions, in the outgoing message counter. (#3693)
## Motivation
The message counter currently counts how many `Vec<OutgoingMessage>`
vectors there are in a block, which is the number of transactions.
## Proposal
Count the number of messages instead.
(Edit: This isn't actually used in Linera itself at all, but it it
exposed as part of the chain state, e.g. for block explorers.)
## Test Plan
The change is small and only affects metrics, so there is no dedicated
test.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments