Skip to content

fix: only include the hashes for the txid we're interested in #81

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

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

sirdeggen
Copy link
Contributor

Previously this function returned a BUMP of the whole tree which quickly exhausts ARC resources when there are thousands in memory.

It should be one txid per BUMP, which is significantly less data.

Previously this function returned a BUMP of the whole tree which quickly exhausts ARC resources when there are thousands in memory.

It should be one txid per BUMP, which is significantly less data.

Signed-off-by: Darren Kellenschwiler <d.kellenschwiler@bsvblockchain.org>
@mergify mergify bot added the bug-P3 label Dec 1, 2023
@sirdeggen sirdeggen merged commit c3f817f into master Dec 1, 2023
@mergify mergify bot deleted the fix/bump-from-merkletree-one-txid-only branch December 1, 2023 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant