yihuang

Results 458 comments of yihuang
trafficstars

> @yihuang Would you please clarify this, only validator gets the new pending tx? Yes, the event is translated from the tendermint websocket subscription `tm.event='Tx'`, so it's confirmed tx, not...

The `eth_pendingTransactions` api can return tx in mempool no matter validator node or normal node, it's just the websocket subscription don't.

> > The `eth_pendingTransactions` api can return tx in mempool no matter validator node or normal node, it's just the websocket subscription don't. > > I meant eth_newPendingTransactionFilter. That one...

I think this is expected behavior for foreseeable future, closing now.

maybe we should emit some events for the token mapping changes.

I think better move to ethermint repo.

> Thanks for your input. You think I can move to ethermint repo and run a cronos node from there ? I imgaine I would need to learn the necessary...

ethermint is the library shared by both cronos and evmos, if we add a feature to ethermint, it'll be available in cronos too.

[ethermint](https://github.com/tharsis/ethermint) is a depedency library of cronos, part of the `cronosd` is implemented there, so you need to find ethermint through options, it's internal stuff.