Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mempool): index mempool #18

Open
kodemon opened this issue Sep 21, 2023 · 0 comments
Open

feat(mempool): index mempool #18

kodemon opened this issue Sep 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kodemon
Copy link
Contributor

kodemon commented Sep 21, 2023

What would you like to be added:

Add mempool indexing to align with other explorers and pre-emptively update our own indexes to reflect better results for spendable and inscription transfers.

Why is this needed:

Currently we do minor tracking of movements that occur through our api. For example when someone relays a transaction we update our utxos with a spent state. Currently this only affects relays through our own api as we don't currently consume the mempool.

Another benefit is being able to handle known futures allows us to provide unconfirmed transaction information and show early movement of data such as BRC-20 and Sado events providing higher responsiveness of blockchain movement.

@kodemon kodemon added the enhancement New feature or request label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant