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 tests & refactor tx crate - alt (backport #3868) #3871

Open
wants to merge 10 commits into
base: 0.44.0
Choose a base branch
from

Commits on Oct 2, 2024

  1. test/e2e: no dbg logs in shielded sync

    (cherry picked from commit d2de09e)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    828827e View commit details
    Browse the repository at this point in the history
  2. tx/types: rm unused code

    (cherry picked from commit a7a752f)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e212807 View commit details
    Browse the repository at this point in the history
  3. refactor and test signature index

    (cherry picked from commit 9852755)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    edbac8b View commit details
    Browse the repository at this point in the history
  4. tx: rm unsued SignedTxData

    (cherry picked from commit f4c461f)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    61498ec View commit details
    Browse the repository at this point in the history
  5. tx: move signing related code into sign mod

    (cherry picked from commit 41fd30b)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    47745b7 View commit details
    Browse the repository at this point in the history
  6. tx: split out tx sections into dedicated mod

    (cherry picked from commit 25e6d5b)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1ecb1a8 View commit details
    Browse the repository at this point in the history
  7. test/tx: add more unit tests

    (cherry picked from commit 1618f4e)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    165250c View commit details
    Browse the repository at this point in the history
  8. tx: improve the serialization api

    (cherry picked from commit 1217e62)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d9e2b4a View commit details
    Browse the repository at this point in the history
  9. tx: test tx sections api

    (cherry picked from commit 7519ce9)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    976a4ac View commit details
    Browse the repository at this point in the history
  10. changelog: add #3835

    (cherry picked from commit 02eca6e)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    59db279 View commit details
    Browse the repository at this point in the history