Dev Ojha

Results 383 comments of Dev Ojha

> One problem of this approach is that this breaks the contract that we have regarding the ABCI `Commit` method: > > https://docs.cometbft.com/v0.38/spec/abci/abci++_app_requirements#commit > > > Before invoking Commit, CometBFT...

I'm still stuck on the create empty blocks tests. Going to try more tomorrow. But somehow playing around with the timeouts / expanding leniency isn't fixing this. (Testing via running...

I think the failing test cases is due to some race condition bug in the timeout ticker relating to ticks with negative durations. I added some logs, and in the...

Ok just confirmed I get this same failure on main when I run the test in a loop, so its not new to this PR (and is an edge case...

Great points! I think I addressed everything in your comments :)

Yay all tests passing now that the timeout ticker bugfix got merged in!

Sounds great, planning to get it into a patch release soon after this pr is merged