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

Changes to TXID generation to account for ZSA additions #22

Merged
merged 36 commits into from
Sep 19, 2024

Commits on Jun 18, 2024

  1. updating zip_0244 functions to support generating both V5 and V6 dige…

    …sts, and adding NU6 constants to transaction.py
    vivek-arte committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e1674dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e08b89c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97ba30d View commit details
    Browse the repository at this point in the history
  4. minor update

    vivek-arte committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9fbb1b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f308ee View commit details
    Browse the repository at this point in the history
  6. changing inheritance structure of TransactionV5 and TransactionV6, an…

    …d moving TransactionV6 to transaction_zsa.py
    vivek-arte committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4744106 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26616ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1130d66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aea6de2 View commit details
    Browse the repository at this point in the history
  10. renaming to NU7 and so on

    vivek-arte committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1a2a58e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c33d00a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    49aeb58 View commit details
    Browse the repository at this point in the history
  2. changes to the transaction format serialization and the txid generati…

    …on to make it spec compliant
    vivek-arte committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    256c06f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    029cfae View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. some cleanup changes

    vivek-arte committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cca44d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    2c5e31d View commit details
    Browse the repository at this point in the history
  2. cleaner import

    vivek-arte committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6bd821d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ebe23d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    4ad2361 View commit details
    Browse the repository at this point in the history
  2. reducing code duplication by creating an OrchardActionBase class whic…

    …h is inherited by OrchardActionDEscription and OrchardZSAActionDescription
    vivek-arte committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    10ef794 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    59b0372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df173c0 View commit details
    Browse the repository at this point in the history
  3. regenerating test vectors

    vivek-arte committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ea6e099 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0448e1e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 18, 2024

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

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    fcc4f94 View commit details
    Browse the repository at this point in the history
  2. updating test vector files

    vivek-arte committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    62a239e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Sep 5, 2024

  1. resolving review comments

    vivek-arte committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    de12205 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    0409263 View commit details
    Browse the repository at this point in the history
  2. further changes

    vivek-arte committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0d1e967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d936d1 View commit details
    Browse the repository at this point in the history
  4. removing redundant import

    vivek-arte committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    737b366 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. based on review comments

    vivek-arte committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ff64cde View commit details
    Browse the repository at this point in the history