yihuang
yihuang
> @yihuang can you rebase on the latest branch? conflicts fixed.
the timeout change seems don't have effect
> maybe the timeout change may need to be merged to the upstream branch first? maybe, I'm running locally.
Simply store utxo in a merkle trie as `(TxId, TxoSize) -> Option`? UTxO merkle trie and staking merkle trie can share the same underlying key-value storage with different columns.
current observations from logs, where issue happens: - minted amount and total staking is good. - but the staking diffs returned by the begin_block is inconsistent. Two possible reasons for...
Apparently, the v1 mempool keeps [FIFO behavior](https://github.com/tendermint/tendermint/blob/v0.34.x/mempool/v1/mempool.go#L306) when the priorities are the same, so one short-term solution could be to make sure the relayer transactions end up with a static...
> > include extension option `ExtensionOptionDynamicFeeTx` and set the `max_priority_price` to a constant value, set the `gas_price` to maxint, so it'll end up with a constant priority value. > >...
> Not sure how easy this is as the checker needs to decode the Tx and figure out the type of messages included It's pretty easy to do in `TxFeeChecker`,...
> But many operators also don't want to pay more than what they pay today (which is already quite a lot). This would mean allowing setting prioFeeCap to zero (i.e....