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

feat: support for CIP-30 payload hash with an extra overloaded methods #464

Merged
merged 3 commits into from
Oct 16, 2024

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    117a275 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Refactor COSESign builders for external payload and hashing

    Refactor `COSESignBuilder` and `COSESign1Builder` to handle external payloads and add support for payload hashing. Update `CIP30DataSigner` logic to remove redundant hashed payload header. Adjust tests to align with these changes and add new test files for Rust code comparisons.
    satran004 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d3c7de9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #454 from bloxbean/cip30_hash_satya

    Refactor COSESign builders for external payload and hashing
    matiwinnetou committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    43e4436 View commit details
    Browse the repository at this point in the history