-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot delegate Plutus stake address #297
Comments
With fixes from #306, delegation works when stake address registration is done in one tx and delegation in another tx. When attempting to register and delegate plutus stake address in single tx, I'm getting following error on submit:
The tx was built using build-raw:
When using build command as
I'm now getting error
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
It is possible to submit a Tx that registers and delegates plutus stake address when the Tx was built using cardano-cli from 8.1.2 release. I attached both transactions for CBOR comparison: cli_issue_297_txs.tar.gz |
Fixed by #476 |
Description
An attempt to delegate a PlutusV1 stake address fails on submit with
MissingScriptWitnessesUTXOW
.An attempt to delegate a PlutusV2 stake address fails on submit with
MissingRedeemers
.Steps to Reproduce
or for PlutusV2:
Additional Context
OS: Fedora 37
cardano-cli: d634aaf
cardano-node: 9a0898636a4ea13f720dc3c6c8789b27beeb37c9
Files used for reproduction:
test_delegation_py.zip
The text was updated successfully, but these errors were encountered: