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

Tests and new cli args #4

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

adam-hanna
Copy link

@adam-hanna adam-hanna commented Aug 20, 2024

  • Adds verify signature
  • Adds Multi-sign
  • Adds batch sign and batch multi-sign
  • Adds tests

@adam-hanna adam-hanna marked this pull request as ready for review September 3, 2024 15:15
@adam-hanna adam-hanna marked this pull request as draft September 3, 2024 15:34
_, err = TxValidateSignaturesExec(s.clientCtx, s.keyringDir, signedTxFile.Name())
s.Require().NoError(err)

// TODO: modifying the tx and verifying isn't working. It always passes when it should fail...
Copy link
Author

@adam-hanna adam-hanna Sep 3, 2024

Choose a reason for hiding this comment

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

@giunatale modifying the transaction and re-verifying should result in an error but does not. I assume this is because local verification doesn't check tx data and needs to be connected to a node?

@adam-hanna adam-hanna changed the title Additions Tests and new cli args Sep 3, 2024
@adam-hanna adam-hanna marked this pull request as ready for review September 3, 2024 16:48
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.

1 participant