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

TransactionExtension, ExtrinsicV5 #5976

Merged
merged 73 commits into from
Oct 2, 2024
Merged

TransactionExtension, ExtrinsicV5 #5976

merged 73 commits into from
Oct 2, 2024

Commits on Sep 6, 2024

  1. TransactionExtension Start

    TarikGul committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1684e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9078754 View commit details
    Browse the repository at this point in the history
  3. Fix latest version to 5

    TarikGul committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    52ad227 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Add v5 dir

    TarikGul committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    55b0499 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    fb3a3f5 View commit details
    Browse the repository at this point in the history
  2. Add v5 types to interfaces

    TarikGul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    34e4a02 View commit details
    Browse the repository at this point in the history
  3. Cleanup paths

    TarikGul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2e28c3f View commit details
    Browse the repository at this point in the history
  4. Update ExtrinsicSignature V5

    TarikGul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    17993bf View commit details
    Browse the repository at this point in the history
  5. Cleanup v5 folders

    TarikGul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9169647 View commit details
    Browse the repository at this point in the history
  6. nits

    TarikGul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    159d01c View commit details
    Browse the repository at this point in the history
  7. signed works

    bee344 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    38768e3 View commit details
    Browse the repository at this point in the history
  8. general works?

    bee344 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c7a86bc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Clean linter, and imports

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    437b885 View commit details
    Browse the repository at this point in the history
  2. fix typing

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    378949c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c3e285 View commit details
    Browse the repository at this point in the history
  4. remove SignV5Options

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    72de8df View commit details
    Browse the repository at this point in the history
  5. Remove SignatureV5Options

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    13b40c5 View commit details
    Browse the repository at this point in the history
  6. Change versioning

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d92fa6e View commit details
    Browse the repository at this point in the history
  7. added bitmasks

    bee344 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b4a2f0f View commit details
    Browse the repository at this point in the history
  8. cleanup

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6a9a432 View commit details
    Browse the repository at this point in the history
  9. change version to constant

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e1baccf View commit details
    Browse the repository at this point in the history
  10. Add tests

    TarikGul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fd2a35c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Decouple payload v5 from v4

    TarikGul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9a37194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d77053b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add version to encoding

    TarikGul committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f277d82 View commit details
    Browse the repository at this point in the history
  2. Cleanup tests

    TarikGul committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d7fb11c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae43b6e View commit details
    Browse the repository at this point in the history
  4. removed this.type for v5

    bee344 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    721054d View commit details
    Browse the repository at this point in the history
  5. undo this.type removal

    bee344 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a40afb4 View commit details
    Browse the repository at this point in the history
  6. replaced signedExtensionVersion by transactionExtensionVersion for v5…

    … in ExtrinsicSignature
    bee344 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7c1b641 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. unfinished Preamble Class

    bee344 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0b1c350 View commit details
    Browse the repository at this point in the history
  2. Revert "unfinished Preamble Class"

    This reverts commit 0b1c350.
    bee344 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    072f69a View commit details
    Browse the repository at this point in the history
  3. Added test for decoding

    TarikGul committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4667ebd View commit details
    Browse the repository at this point in the history
  4. Fix test

    TarikGul committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a10fa71 View commit details
    Browse the repository at this point in the history
  5. preamble typo

    bee344 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0f93298 View commit details
    Browse the repository at this point in the history
  6. updated GeneralExtrinsic [WIP]

    bee344 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d6ac60b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. added generalExtrinsic

    bee344 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bac50e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. General Extrinsic

    bee344 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e2592e9 View commit details
    Browse the repository at this point in the history
  2. linting and renaming

    bee344 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d235092 View commit details
    Browse the repository at this point in the history
  3. renaming

    bee344 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    278a09a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    a2dcbb0 View commit details
    Browse the repository at this point in the history
  2. Unmask preamble

    TarikGul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e916ee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    4210edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6266b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b23b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    418859a View commit details
    Browse the repository at this point in the history
  2. Export GeneralExt

    TarikGul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    798d595 View commit details
    Browse the repository at this point in the history
  3. Fix nits

    TarikGul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    edd536d View commit details
    Browse the repository at this point in the history
  4. Start decodeu8a

    TarikGul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ed80794 View commit details
    Browse the repository at this point in the history
  5. GeneralExt tests

    TarikGul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ad0d6c3 View commit details
    Browse the repository at this point in the history
  6. GeneralExt fix

    TarikGul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    11bb801 View commit details
    Browse the repository at this point in the history
  7. updated decodeu8a

    bee344 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    583d7e0 View commit details
    Browse the repository at this point in the history
  8. Fix decoding

    TarikGul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    24fa6b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e11f955 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. remove fluff

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6032f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae6edf View commit details
    Browse the repository at this point in the history
  3. fixes

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ccd38d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aefc3df View commit details
    Browse the repository at this point in the history
  5. Reorg some types

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0d908bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4485585 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    104c58e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7601b94 View commit details
    Browse the repository at this point in the history
  9. Add another test

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    10b81c1 View commit details
    Browse the repository at this point in the history
  10. cleanup

    bee344 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6d8baed View commit details
    Browse the repository at this point in the history
  11. Fix decoding bug for bare

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eb7b309 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    70d298b View commit details
    Browse the repository at this point in the history
  13. linting

    bee344 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7a919cb View commit details
    Browse the repository at this point in the history
  14. Fix encodinglength

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    98290cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    51d7232 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    67b2370 View commit details
    Browse the repository at this point in the history
  17. fixed version setting

    bee344 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9bcca0b View commit details
    Browse the repository at this point in the history
  18. Add test

    TarikGul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    54a18a2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a54fd9e View commit details
    Browse the repository at this point in the history