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

adds decrypted notes to getAccountTransactions #3731

Merged
merged 3 commits into from
Apr 3, 2023

Commits on Apr 3, 2023

  1. adds decrypted notes to getAccountTransactions

    optionally decrypts transaction output notes and includes them in the response
    from getAccountTransactions with each transaction.
    
    adding the decrypted notes will support adding both sender address and recipient
    address to the output of `wallet:transactions`: each note includes both the
    sender address and the 'owner' address, which is the recipient address.
    hughy committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fc77219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac75f34 View commit details
    Browse the repository at this point in the history
  3. fixes lint

    hughy committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7da93d4 View commit details
    Browse the repository at this point in the history