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

Run history_list_filter hook on updated labels #1990

Merged
merged 4 commits into from
Sep 12, 2020

Commits on Sep 8, 2020

  1. Run history_list_filter hook on updated labels

    This way an edited label can be filtered directly instead of during
    update of the entire history_list.
    
    This can be seen if someone has CashFusion running and the "Hide
    CashFusions" option enabled and proceeds to rename a label to start with
    "CashFusion ".
    Without this fix the transaction is not hidden until the
    wallet is restarted or the "Hide CashFusions" option is toggled off and
    on.
    jonas-lundqvist committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a07f0ab View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

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

Commits on Sep 12, 2020

  1. Send None as h_item

    This is to avoid a costly wallet.get_history() call.
    jonas-lundqvist committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    832a080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fa188c View commit details
    Browse the repository at this point in the history