Skip to content

Conversation

Anshumancanrock
Copy link

@Anshumancanrock Anshumancanrock commented Sep 24, 2025

Fixes: #3984

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

@RafaelAPB
Copy link
Contributor

Dear @Anshumancanrock thank you very much for your contribution! Could you please squash your commits and fix the DCO (instructions here https://github.com/hyperledger-cacti/cacti/pull/3997/checks?check_run_id=51126846498)?

Signed-off-by: anshumancanrock <[email protected]>

fix lint

Signed-off-by: anshumancanrock <[email protected]>
@Anshumancanrock
Copy link
Author

Sir @RafaelAPB Thanks for the feedback! I have squashed the commits and added the proper DCO sign-off. The PR should now pass all checks. Let me know if you need any other changes.

Copy link
Contributor

@LordKubaya LordKubaya left a comment

Choose a reason for hiding this comment

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

@Anshumancanrock, can you check the CI, please? [Cactus_CI / build-dev (pull_request)](https://github.com/hyperledger-cacti/cacti/actions/runs/17985622383/job/51251503165?pr=3997)

The failure appears to be from the changes you made.


// eslint-disable-next-line @typescript-eslint/no-explicit-any
verifySignature(obj: any, pubKey: string): boolean {
verifySignature(obj: IRemoteLog, pubKey: string): boolean {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is making the CI fail.

The signature verification shouldn't be from the IRemoteLog, this is used to verify the requests/responses of the SATP messages protocol.

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.

chore(satp-hermes): fix linter
3 participants