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

Add KIP-10 Mutual Transaction Opcodes and Hard Fork Support #487

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Jun 16, 2024

  1. implement new opcodes

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0e6e748 View commit details
    Browse the repository at this point in the history
  2. example of mutual tx

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2076757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50fd953 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7afb955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    993e91e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0be8af View commit details
    Browse the repository at this point in the history
  7. implement new opcodes

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f1eed92 View commit details
    Browse the repository at this point in the history
  8. example of mutual tx

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7b02bb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a679525 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e61b44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7a3f77 View commit details
    Browse the repository at this point in the history
  12. remove unused feature

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4afb1dc View commit details
    Browse the repository at this point in the history
  13. fmt

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    cd5c169 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    96cfd54 View commit details
    Browse the repository at this point in the history
  15. feature gate test

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    399fcd7 View commit details
    Browse the repository at this point in the history
  16. change test set based on feature

    add ci cd test
    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8cff7fe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c882d32 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1c19ae1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4147473 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c32c34b View commit details
    Browse the repository at this point in the history
  21. suppress clippy lint

    biryukovmaxim committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    915b5d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Sep 28, 2024

  1. Merge branch 'master' into kip-10-mutual-tx

    # Conflicts:
    #	consensus/src/processes/transaction_validator/transaction_validator_populated.rs
    #	crypto/txscript/Cargo.toml
    biryukovmaxim committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3c4e029 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    biryukovmaxim committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8b4d0be View commit details
    Browse the repository at this point in the history