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

Update grin/pool.md documentation #2447

Open
lehnberg opened this issue Jan 22, 2019 · 1 comment
Open

Update grin/pool.md documentation #2447

lehnberg opened this issue Jan 22, 2019 · 1 comment

Comments

@lehnberg
Copy link
Collaborator

pool.md documentation claims we are using a DAG to represent mempool transactions, which is no longer correct:

Hashmap: We don’t use DAG for mempool anymore

@antiochp
Copy link
Member

Good point. We should describe our "one big tx" representation.
And make sure we are consistent with our txpool and stempool terminology.

Each of these can be thought of (and validated as) as one big tx, or one big block -

[ new_tx + [ stempool + [ txpool + [ chain_state ] ] ] ]

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

No branches or pull requests

2 participants