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

Bound transaction creation to a maximum size. #1569

Open
nuttycom opened this issue Oct 12, 2024 · 0 comments
Open

Bound transaction creation to a maximum size. #1569

nuttycom opened this issue Oct 12, 2024 · 0 comments

Comments

@nuttycom
Copy link
Contributor

It's a rare corner case, but the zcash_primitives transaction builder currently does not bound the transaction size at the time of transaction creation. It is possible for large spend requests that consume a large number of notes to exceed the block size limit, so we should bound the transaction size by making an estimate at the time of input selection.

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

No branches or pull requests

1 participant