Tomas Zemanovic

Results 122 comments of Tomas Zemanovic

~~TODO:~~ switched to tower-abci 0.13 that includes the patch from the fork

CometBFT v1 has additional gRPC service that allows to control pruning (https://docs.cometbft.com/v1.0/explanation/data-companion/pruning) that allows to prune block results as well as blocks. The `retain_height` parameter in ABCI Commit response only...

In CometBFT src it says that this happens when: ``` // Either // 1) bad peer OR // 2) not a bad peer? this can also err sometimes with "Unexpected...

> @tzemanovic @Fraccaman the changelog ci job is failing for some reason it should be fixed from https://github.com/anoma/namada/pull/3559 but the base of this PR doesn't have this included

https://github.com/Mergifyio rebase

I think adding optional rewards target address in claim-rewards tx is more flexible and can then also be used by non-validators. Additionally, the tx can be changed via a proposal...

I found one of the sources of floats in tx_ibc wasm is `ClientState` protobuf decoding, but I tried to temp remove that code and there seem to be more than...

hi, thanks for the report! I confirm the issue is that the commission-rate is set at pipeline epoch offset but it tries to read it from the current epoch

Thank you for checking on it! This is on `Pop!_OS 22.04 LTS`. I tried reverting the commit, but no luck :( Then I tried to go back to older versions...