Skip to content

Mempool#6

Open
mhanne wants to merge 3 commits into
masterfrom
mempool
Open

Mempool#6
mhanne wants to merge 3 commits into
masterfrom
mempool

Conversation

@mhanne

@mhanne mhanne commented Jun 22, 2015

Copy link
Copy Markdown
Owner

The Mempool stores unconfirmed transactions to be included in a block.
All transactions are validated and checked for doublespends.
If a doublespend is detected, the doublespending tx is stored separately, and the tx that is being doublespent is flagged.

@mhanne

mhanne commented Jun 22, 2015

Copy link
Copy Markdown
Owner Author

Transactions should go through the queues after all. Processing each tx in the mempool as it comes in locks up the whole process too much / unpredictably long. Even if this means clients might have to wait a second longer for their notification.

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