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

Support subaddresses in light wallet API #647

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 7, 2022

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

Commits on Apr 11, 2022

  1. Add endpoints /provision_subaddrs, /upsert_subaddrs, /get_subaddrs

    - /provision_subaddrs server guarantees freshly provisioned subaddrs on
    every successful call
    - /upsert_subaddrs enables one-off idempotent creation of subaddrs
    - /get_subaddrs enables getting subaddresses
    - also removed base-58 address from `address_meta` object since
    major and minor index are enough to re-calc address in the client
    j-berman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6b1bd79 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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