Skip to content

Conversation

@carlpulley-da
Copy link
Contributor

@carlpulley-da carlpulley-da commented Sep 23, 2025

Fixes #21951

  • Stub out attestation test
  • get tests up and running with first piece of sample attestation test data
  • add in remaining sample attestation test data
  • ensure we can relate expected (from attestation test data) and actual (as calculated by Java) test message signatures - test.signature and derEncodedSignature use different random sources to generate an offset multiplier of a common generator value, hence they can not be directly compared and we're forced to check that both signatures are valid.

Note: secp256k1 signing can only be accessed via daml-script - hence its use of a random source (to generate a signature) should ow be benign.

@carlpulley-da carlpulley-da self-assigned this Sep 23, 2025
@carlpulley-da carlpulley-da marked this pull request as ready for review October 10, 2025 16:50
@carlpulley-da carlpulley-da requested a review from a team as a code owner October 10, 2025 16:50
@carlpulley-da carlpulley-da merged commit d69feea into main Oct 16, 2025
17 checks passed
@carlpulley-da carlpulley-da deleted the cjp/issue-21951 branch October 16, 2025 12:59
carlpulley-da added a commit that referenced this pull request Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Circle Attestation Daml Testing

2 participants