-
Notifications
You must be signed in to change notification settings - Fork 42
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
Use PSBTView for memory efficient PSBT handling #2
Comments
This was a bigger problem when the firmware was larger and the full SRAM wasn't being taken advantage of, so I'm going to close this issue for now until (if?) it starts to becomes a problem again. |
We have made several improvements to RAM management, allowing for the signing of larger transactions. For instance, transactions with up to 100 inputs can now be signed using QR codes, and those with up to 145 inputs can be signed using SD cards. |
Could we increase the heap size a little again? I think the transaction used was from a single-sig wallet, IMHO it is necessary to pass all [lopp tests on HW signing performance](https://blog.casa.io/bitcoin-multisig-hardware-signing - performance-2024/) and be able to withstand at least 50% more, what do you think? |
No description provided.
The text was updated successfully, but these errors were encountered: