willemolding / CarteZcash

A ZCash L2 built as a Cartesi RollApp. Winner of the 2024 Cartesi Online Hackathon.
https://taikai.network/cartesi/hackathons/cartesi-online-hackathon-2024/projects/cltzrxj6o0f8mwc012mcjc6sb/idea
Apache License 2.0
5 stars 2 forks source link

Implement `get_mempool` GRPC endpoint for indexer #10

Open willemolding opened 6 months ago

willemolding commented 6 months ago

Currently this is stubbed. Some wallets expect to be able to observe a transaction in the mempool and see it get mined to give feedback. There is no mempool for CarteZcash so this needs to mock some response that gives the wallet the feedback it expects.

Even better this could give updates to the wallet when the transaction is sequenced and commit to by the rollApp