Andy Nogueira

Results 136 comments of Andy Nogueira

this might not be relevant anymore after https://github.com/cometbft/cometbft/issues/4486 or it might need to adapt to this change.

I just came across this project this week, it is a Datadog/New Relic style open source tool that could solve this problem of visualizing the logs out of order (but...

@hvanz this might help in visualizing the logs for individual containers https://github.com/cometbft/cometbft/pull/3353

Hi @vlasfama, this is not a valid command in `cometbft` ``` (cometbft) > cometbft version 0.34.35 (cometbft) > cometbft -k "secp256k1" init ERROR: unknown shorthand flag: 'k' in -k ```

The `-k` flag is only available in `cometbft` release `v1.x`. There are no commands to generate the keys specifying a key type in older releases. Are you using `cometbft` standalone...

@cason I've already implemented this logic, it's the concept of `runner` executions and I was using it to better test the `e2e` nightly failures. https://github.com/cometbft/cometbft/tree/andy/e2e-preserve-logs you can run with "executions"...

@cason, I'll try to find time this week to push a PR with this logic 👍

PR #4165 was closed since the solution to this problem needs additional design considerations that needs to be addressed/defined before a logic can be implemented.

Thanks for reporting this @fcecin, this is an interesting use case. To be honest, we don't get have a lot of frameworks leveraging these protos in C++, as far as...

I think it makes sense. It seems that you can get that from the state and as you mentioned it doesn't change.