Skip to content
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

DAL attestation is not working with Tezos Bakers #505

Open
michaelkernaghan opened this issue Oct 15, 2024 · 0 comments
Open

DAL attestation is not working with Tezos Bakers #505

michaelkernaghan opened this issue Oct 15, 2024 · 0 comments

Comments

@michaelkernaghan
Copy link
Contributor

use v1.1.8-beta1
Set up signatory with signatory.yaml

server:
  address: :6732
  utility_address: :9583

vaults:
  local_secret:
    driver: file
    config:
      file: /etc/secret.json

tezos:
  tz1PZY3tEWmXGasYeehXYqwXuw2Z3iZ6QDnA:
    log_payloads: true
    allow:
      block:
      endorsement:
      preendorsement:
      dal_publish_commitment:
      attestation_with_dal:
      generic:
        - transaction
        - reveal
        - delegation

When running Baker with a DAL, get this error in baker logs

Oct 15 09:38:45.557: unable to sign attestation for mykey (tz1PZY3tEWmXGasYeehXYqwXuw2Z3iZ6QDnA)
Oct 15 09:38:45.557:   at level 8562106, round 0 --
Oct 15 09:38:45.557:   Error:
Oct 15 09:38:45.557:     Rpc request failed:
Oct 15 09:38:45.557:        - meth: POST
Oct 15 09:38:45.557:        - uri: http://localhost:6732/keys/tz1PZY3tEWmXGasYeehXYqwXuw2Z3iZ6QDnA
Oct 15 09:38:45.557:        - error: Oops! It looks like we forged an invalid HTTP request.
Oct 15 09:38:45.557:                   [{"id":"failure","kind":"temporary","msg":"gotez: unknown tag 23"}]
Oct 15 09:38:45.557:
Oct 15 09:38:45.557:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant