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: add wallet cli command for utxo creation with aggregate public key #4759

Commits on Sep 27, 2022

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

Commits on Sep 28, 2022

  1. Add multisig script with agg pk

    Added an m-of-n multisig TariScript that returns the aggregate public key of
    the signatories if successful and fails otherwise.
    hansieodendaal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    061f5e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b3dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05444e View commit details
    Browse the repository at this point in the history
  4. execute cargo fmt

    jorgeantonio21 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fc29b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d41e44a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2f01ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e79acc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. address PR comments

    jorgeantonio21 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e11ee31 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    jorgeantonio21 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4069ab8 View commit details
    Browse the repository at this point in the history
  3. replace debug with {}

    jorgeantonio21 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6d80422 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'hansieodendaal/ho_CheckMultiSigVerifyAg…

    …gregatePubKey' into ja-multisig-signature-utxo
    jorgeantonio21 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    45ad9df View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    b8e40ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c7017 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f850b11 View commit details
    Browse the repository at this point in the history
  4. add test

    jorgeantonio21 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b907962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f783536 View commit details
    Browse the repository at this point in the history
  6. refactor failing test

    jorgeantonio21 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    676cfc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    2948a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c915d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547caab View commit details
    Browse the repository at this point in the history
  4. remove line

    jorgeantonio21 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1b2c573 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. resolve conflicts

    jorgeantonio21 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    57b510b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28dbddb View commit details
    Browse the repository at this point in the history
  3. add changes

    jorgeantonio21 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cad4fb5 View commit details
    Browse the repository at this point in the history
  4. run cargo fmt

    jorgeantonio21 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    2e3038f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e4f7cc View commit details
    Browse the repository at this point in the history
  6. refactor test

    jorgeantonio21 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    306e643 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    e9cd61a View commit details
    Browse the repository at this point in the history
  2. merge files

    jorgeantonio21 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    90def27 View commit details
    Browse the repository at this point in the history
  3. minor changes

    jorgeantonio21 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2e2ddc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a137c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9afb5ac View commit details
    Browse the repository at this point in the history
  6. resolve args

    jorgeantonio21 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ea75fbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9346207 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfcd081 View commit details
    Browse the repository at this point in the history
  9. refactor cargo toml

    jorgeantonio21 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b423631 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b04b627 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c82ea6e View commit details
    Browse the repository at this point in the history