You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make_context ends up being very expensive for transactions with multiple inputs. Instead pass a reference to sign_tx_input/verify_tx_input_proof, and only modify the self box/contextextension for each input instead of recreating context
The text was updated successfully, but these errors were encountered:
Currently tx_input_proof/verify_tx_input_proof remake make_context for each input:
make_context ends up being very expensive for transactions with multiple inputs. Instead pass a reference to sign_tx_input/verify_tx_input_proof, and only modify the self box/contextextension for each input instead of recreating context
The text was updated successfully, but these errors were encountered: