Callum Waters

Results 87 issues of Callum Waters

This RFC attempts to capture some of the previous discussions around how we want to mold Tendermint for its users. I would like people to add their own view and...

## Summary When subscribing via websocket or even sending a simple `/tx_search` query, the response returns two sets of the same events ## Problem Definition I was playing around with...

C:rpc
C:events

In 0.36 we've introduced a lot of consensus params. We have some documentation around this in the spec but it would be nice to add something to https://docs.tendermint.com under the...

This is more a feature request aimed at the browser client rather than the extension but I wasn't sure where else to write it up. I'd also consider this a...

enhancement
keplr-dashboard

This PR attempts to clearly separate testing infrastructure from the config package. It also removes `chainID` from the `Config` struct

Ref: https://github.com/tendermint/tendermint/issues/9264 This is the first part of this issue. Note that existing configs will not have this version tag. In order to achieve this we should use something like...

Closes: https://github.com/tendermint/tendermint/issues/9460 The deduplication logic which prevents older failed transactions from overwriting newer successful transactions called the `Get` method on the `TxIndexer`. For postgresql, this wasn't implemented and would always...

Closes: #9427 This PR ports the work around finalize block present in v0.36. Given extensive changes in the abci++ package prior to the finalize block changes, this was manually done...