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

Transaction Signing with multisig #1000

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from
Draft

Conversation

aslesarenko
Copy link
Member

@aslesarenko aslesarenko commented Jun 4, 2024

This PR implements reduceTransactionInput, signReducedInput and generateCommitments in SigmaProver for both JVM and JS to support signing of multisig transactions.
To that end, the following changes has been done:

  • implemented js.AvlTree.fromDigest method
  • TryOps, EitherOps extension classes moved to sigma-core module to make them available across codebase
  • Iso added between js.ProverHints and HintsBag
  • In GraphBuilding added support of SigmaProp as named constants
  • ReducedInputData, ReductionResult exported to JS
  • TransactionHintsBag implemented which holds hints for all inputs of transaction
  • ScalaDocs and imports cleanup

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