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

Clean up wallet syncing code #2108

Merged
merged 46 commits into from
Apr 30, 2024
Merged

Commits on Mar 1, 2024

  1. const fn

    Alex6323 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1badfa3 View commit details
    Browse the repository at this point in the history
  2. sync options

    Alex6323 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bb673e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. move instead of clone

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8134473 View commit details
    Browse the repository at this point in the history
  2. combinators

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    264b2d9 View commit details
    Browse the repository at this point in the history
  3. rm unnecessary cloning 1

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    010e276 View commit details
    Browse the repository at this point in the history
  4. rm unnecessary cloning 2

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    abe5f40 View commit details
    Browse the repository at this point in the history
  5. slices; impl Into<Option>

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c5e38fb View commit details
    Browse the repository at this point in the history
  6. refactor

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    55b5a2f View commit details
    Browse the repository at this point in the history
  7. get rid of output_data

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8591c86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a158a6 View commit details
    Browse the repository at this point in the history
  9. nits

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    38afbb8 View commit details
    Browse the repository at this point in the history
  10. clippy

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1cb8c67 View commit details
    Browse the repository at this point in the history
  11. nit

    Alex6323 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    52e0afb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. nest

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    99561d7 View commit details
    Browse the repository at this point in the history
  2. nit

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    afe5ada View commit details
    Browse the repository at this point in the history
  3. update python binding

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e7e592f View commit details
    Browse the repository at this point in the history
  4. update nodejs binding

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0cc5e29 View commit details
    Browse the repository at this point in the history
  5. update core binding

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2f1c6e9 View commit details
    Browse the repository at this point in the history
  6. rm output_data.py

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dea3c64 View commit details
    Browse the repository at this point in the history
  7. nit

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    863c7d1 View commit details
    Browse the repository at this point in the history
  8. suggestion

    Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>
    Alex6323 and Thoralf-M committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d035c55 View commit details
    Browse the repository at this point in the history
  9. rename local var

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    be7dcbb View commit details
    Browse the repository at this point in the history
  10. fix tests and clippy

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8dcb842 View commit details
    Browse the repository at this point in the history
  11. ci-doc

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    62a9541 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    119fad0 View commit details
    Browse the repository at this point in the history
  13. rm TODO

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ca13a6c View commit details
    Browse the repository at this point in the history
  14. fix nodejs how-to

    Alex6323 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fec6cfd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    d12be48 View commit details
    Browse the repository at this point in the history
  2. remove todo

    Alex6323 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0159dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94de389 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 15, 2024

  1. undo rename

    Alex6323 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e91b2af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea08631 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 26, 2024

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

Commits on Apr 29, 2024

  1. rust: cleanup

    Alex6323 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d7f4443 View commit details
    Browse the repository at this point in the history
  2. python: cleanup

    Alex6323 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9e0e4e3 View commit details
    Browse the repository at this point in the history
  3. nodejs: cleanup

    Alex6323 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f69965a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    346ab5f View commit details
    Browse the repository at this point in the history
  5. rust: more cleanup

    Alex6323 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    38b7bfc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

    Alex6323 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a9100c3 View commit details
    Browse the repository at this point in the history
  3. ....

    Alex6323 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b745c52 View commit details
    Browse the repository at this point in the history
  4. .....

    Alex6323 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6412d7c View commit details
    Browse the repository at this point in the history