Andy Nogueira

Results 82 comments of Andy Nogueira

Hi @ValarDragon I've added the additional places you mentioned above, I've also added a few more that might help. Not sure how you are going to profile this but I...

Maybe we can encapsulate the debug log and use build tags to disable it? Something along the lines ``` // +build !debug package main import ( log "github.com/cometbft/cometbft/log" ) func...

got some ideas on how this might work. When I have a bit of time, will try to implement that

Hi @ValarDragon, should we leave this open ? We've implemented a solution in #4365 that in certain ways is a solution to the problem. Please let us know. Thanks !

> blocked on #2610 #2610 got merged, so I'm assuming this is good to merge @adizere and @melekes ? I fixed a small conflict so should pass all the tests...

we are currently investigating the problem and we will add more context here

I could reproduce the problem only on CometBFT side. There is a way to reproduce it using only the kvstore example app. Here are the steps: First you need to...

Re-opened as per @ValarDragon comment

Don't know why it's `+10`, total now is `141` because it was `109` but with `bls` it has to accommodate `32` more since it can be `96` now as opposed...

This PR might also give some pointers about this https://github.com/cosmos/cosmos-sdk/pull/18551/files something to do computing the size of the proto?