Skip to content

Conversation

@michaelkernaghan
Copy link
Contributor

Fixes #671

  • Clarify that attestation_with_dal policy is required for ALL key types when DAL node is connected
  • Add detailed explanation of tz1/tz2/tz3 behavior with DAL node
  • Distinguish between attestation encoding vs shard attestation capability
  • Add concrete log examples from Seoulnet testing
  • Update baker command examples for both tz1 and tz4 scenarios
  • Add new 'DAL Behavior by Key Type' section with practical examples

The documentation now accurately reflects that the attestation_with_dal encoding is triggered by DAL node connectivity, not key type. Testing on Seoulnet demonstrated that tz1 keys do sign attestation_with_dal operations when a DAL node is connected, even without shard attestation capability (bitset 0). This prevents operators from mistakenly omitting the attestation_with_dal policy for tz1-only setups.

Fixes #671

- Clarify that attestation_with_dal policy is required for ALL key types when DAL node is connected
- Add detailed explanation of tz1/tz2/tz3 behavior with DAL node
- Distinguish between attestation encoding vs shard attestation capability
- Add concrete log examples from Seoulnet testing
- Update baker command examples for both tz1 and tz4 scenarios
- Add new 'DAL Behavior by Key Type' section with practical examples

The documentation now accurately reflects that the attestation_with_dal
encoding is triggered by DAL node connectivity, not key type. Testing on
Seoulnet demonstrated that tz1 keys do sign attestation_with_dal operations
when a DAL node is connected, even without shard attestation capability
(bitset 0). This prevents operators from mistakenly omitting the
attestation_with_dal policy for tz1-only setups.
Copy link
Contributor

@chunkitmax chunkitmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

DAL Documentation Unclear About tz1 Key Behavior with attestation_with_dal

3 participants