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

Add pending transactions from the mempool to the transaction history #885

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

MuesliSwapTeam
Copy link

This is a first part of a line of contributions based on the Catalyst Proposal Open Transaction Chaining tooling to speed up Cardano dApps - By MuesliSwap.

This PR introduces a feature to show pending transactions in the list of historic transactions. Concretely, transactions present in the Blockfrost mempool (this includes all transactions submitted through Blockfrost, such as those submitted through Nami Wallet) will be shown on top of the list of historic transactions and marked as "pending". This greatly enhances user feedback, as users will almost immediately see transactions popping up after submission and do not have to wait for inclusion on the blockchain. As soon as the transaction is confirmed on the blockchain, it will be shown as usual.

See below for a short demonstration of the feature:

namiMempoolTxhist.mp4

Copy link

sonarcloud bot commented Mar 5, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant