-
Notifications
You must be signed in to change notification settings - Fork 36
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
TransactionBuilder.set_certs()
does not work for native scripts
#46
Comments
This is partially handled in #45 but the refactoring required to support this isn't quite done yet |
That would be great. Is there anything I can help to push this faster? |
By a glance at the code I guess the refactoring required is to integrate the builders into |
@siegfried unfortunately I have a lot of tooling work to do across projects, so it's hard to dedicate time to do rearchitectures of components unless we manage to grow the dcSpark tooling team. Maybe you know somebody interested in helping us fulltime? |
@SebastienGllmt Maybe I can help, by starting with this issue. |
When I call
set_certs()
with certificates generated from hashes of native scripts, it gives an errorUncaught RuntimeError: unreachable executed
. I believe it is because this function only acceptsEd25519KeyHash
.The text was updated successfully, but these errors were encountered: