hyperledger / firefly

Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
https://hyperledger.github.io/firefly
Apache License 2.0
508 stars 209 forks source link

feat: Add metrics for messaging when performing a token transfer #1490

Closed EnriqueL8 closed 7 months ago

EnriqueL8 commented 7 months ago

As part of performance testing for 1.3 rc1, I realised that the number of confirmed broadcast message compared to submitted was off. It turns out the FireFly performance CLI was performing mints with messages and the metrics for those message in the submitted part were not being counted. This fixes that!