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

txscript: Refactor to implement tokenizer from drcd #1683

Closed
wants to merge 4 commits into from

Conversation

kcalvinalvin
Copy link
Collaborator

parseScriptTemplate will allocate a copy of the script onto memory,
leading to excessive memory allocation. This commit brings the tokenizer
to btcd and modifies it to fit with Bitcoin.

parseScriptTemplate will allocate a copy of the script onto memory,
leading to excessive memory allocation. This commit brings the tokenizer
to btcd and modifies it to fit with Bitcoin.
@kcalvinalvin kcalvinalvin deleted the utcd-v0.1.0 branch February 1, 2021 21:07
@Roasbeef
Copy link
Member

Roasbeef commented Feb 4, 2021

@kcalvinalvin see #1684 for a version of that change with individual commits to make it easier to review.

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.

None yet

2 participants