-
Notifications
You must be signed in to change notification settings - Fork 18
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
support signing pseudo operations coming in Oxford #435
Comments
I suppose this error can be reproduced without going through the entire setup. from the logs we see: using the file vault, the sk is and the config file entry used is |
the "set_delegate_parameters" pseudo operation also fails, the error log shows:
|
unstake
|
finalize_unstake
|
steps to reproduce:
1.configuring a staking baker has been documented https://hackmd.io/@nicolasochem/BypPmEgon
2.the key named baker0 in this article needs to then be configured in Signatory, and the octez-client of course needs to be updated to use Signatory for remote signing with this key
3.failure observed upon:
~ $ octez-client transfer 6000 from baker0 to baker0 --entrypoint stake --burn-cap 0.06425
expected:
signatory signs the operation successfully
actual:
octez client returns an error. Signatory logs:
time="2023-08-11T21:28:44Z" level=error msg="gotez: unknown tag 6" pkh=tz1RKGhRF4TZNCXEfwyqZshGsVfrZeVU446B raw=0332af6f4019f09d4e554606af5beea1adab7d2343d9728321804529413fb3e66e6c003e448ad7954e0e6ec4894be256fbf00815b4e4d6ef04df0bae1c0080f882ad1600003e448ad7954e0e6ec4894be256fbf00815b4e4d6ff0600000002030b time="2023-08-11T21:28:44Z" level=error msg="Error signing request: gotez: unknown tag 6"
The text was updated successfully, but these errors were encountered: