Open
Description
Bug Report
Setup
CometBFT version (use cometbft version
or git rev-parse --verify HEAD
if installed from source):
all
Have you tried the latest version: yes/no
yes
Currently, an application can generate events whose value is of the form 8stake
, 7utom
, 8eth
etc.
When this event value is queried via the pubsub subscription, the value is treated as an integer, whereas the kvindexer treats it as a string.
We need to unify the beheviour of these two subsystems of CometBFT. Furthermore, we do not think it is correct that CometBFT reasons about currencies. Therefore we propose a solution to this problems in the following slides during the CometBFT community call on June 28th 2023.