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: schnorr signing workaround #123

Merged
merged 73 commits into from
Jul 25, 2024
Merged

Commits on Jul 22, 2024

  1. adjust serialization

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b51e602 View commit details
    Browse the repository at this point in the history
  2. add js signer

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c2e5d10 View commit details
    Browse the repository at this point in the history
  3. compile script

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b62aff1 View commit details
    Browse the repository at this point in the history
  4. use the new signer

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5a4836a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2edffef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e570b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f86ef4d View commit details
    Browse the repository at this point in the history
  8. add verify

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f83ece5 View commit details
    Browse the repository at this point in the history
  9. add verify method

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    173957f View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2c61550 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    972a6ac View commit details
    Browse the repository at this point in the history
  12. fix verify script

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0be7c86 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f695575 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c13edbe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cafc233 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2be4914 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    678ce18 View commit details
    Browse the repository at this point in the history
  18. fix script

    alfonsobries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6b489fc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. adjust vote tests

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f1d0bb2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9e88081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba5071f View commit details
    Browse the repository at this point in the history
  4. remove deprecated tests

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e37de02 View commit details
    Browse the repository at this point in the history
  5. update schnorr signer

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    68f094a View commit details
    Browse the repository at this point in the history
  6. fix signer

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c5f2455 View commit details
    Browse the repository at this point in the history
  7. handle leading byte

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a9b85d1 View commit details
    Browse the repository at this point in the history
  8. cleanup

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7e115d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87b7240 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e70766 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    99fe695 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    47f40ad View commit details
    Browse the repository at this point in the history
  13. refactor for reusability

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7b10671 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b9ce602 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e1be86 View commit details
    Browse the repository at this point in the history
  16. remove unused parameter

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ea7a2c5 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0f02a78 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    961b056 View commit details
    Browse the repository at this point in the history
  19. update vote tests

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b8f0a90 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9aa8e0d View commit details
    Browse the repository at this point in the history
  21. refactor address utils

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8f9a5e4 View commit details
    Browse the repository at this point in the history
  22. Update Transaction.php

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    45e062b View commit details
    Browse the repository at this point in the history
  23. multipayment adjustments

    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    95d1945 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3c067d1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c063c25 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    7ff3be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cd314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd54fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06fbb52 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    165e9ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04762bd View commit details
    Browse the repository at this point in the history
  7. cleanup

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f289958 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5211abe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    640508e View commit details
    Browse the repository at this point in the history
  10. add node js

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    77e54e8 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8f0ea2b View commit details
    Browse the repository at this point in the history
  12. Update test.yml

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b0bda4d View commit details
    Browse the repository at this point in the history
  13. install npm dependencies

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1d94ecb View commit details
    Browse the repository at this point in the history
  14. remove deprecated

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    01f3529 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2bc7931 View commit details
    Browse the repository at this point in the history
  16. adjust serialization

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    11b5d57 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22f4ff4 View commit details
    Browse the repository at this point in the history
  18. remove deprecated

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    364dad8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    717e807 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    55b1d4e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    18ff15f View commit details
    Browse the repository at this point in the history
  22. fix broken test

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    71e033e View commit details
    Browse the repository at this point in the history
  23. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9ada369 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a0388be View commit details
    Browse the repository at this point in the history
  25. wip

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ff9fbf7 View commit details
    Browse the repository at this point in the history
  26. fix broken tests

    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    aa70f3b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    eed6217 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    08ceee1 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'feat/schnorr-hack' of github.com:ArkEcosystem/php-crypt…

    …o into feat/schnorr-hack
    alfonsobries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    222624f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b242e23 View commit details
    Browse the repository at this point in the history