Callum Waters
Callum Waters
Yeah that makes sense 👍
You should be able to start a tendermint rpc client using the `tendermint-rpc` package. Something a bit like this: ``` import { Tendermint34Client } from '@cosmjs/tendermint-rpc' const tmClient = await...
Yeah I thought so as well. Will put it in draft mode
> Does this need a diff file for 34 to 37? Yeah I was going to generate a diff but I kind of want to backport the config version into...
Hey @odeke-em, can you open this PR against `main`, the default branch. Thanks!
What's the advantage of this? That you can simple delete the db directly if you want (instead of relying on pruning which is somewhat inefficient)?
Even without an app-side mempool, applications don't need a priority mempool. The proposer would simply request all the txs in prepare proposal, sort through them accordingly and return what it...
Sam K actually did this in v0.35/v0.36 so at least we have a reference point. Totally agree we should be cleaning this up when we get the chance
> These seem like they should be two separate PRs? Potentially although they're quite intertwined. The chainId was often used in tests
Thanks for your responses @adizere and @jackzampolin. > The default trust threshold in Hermes is `1/3` Is the default level in Hermes just copied from Tendermint or was there another...