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 optional memo to TAP addresses #757

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jan 5, 2024

  1. tapdb: add memo sqlc fields to addrs table

    This commit adds memo fields to the addrs table. The memo fields are
    used to store the memo for the address.
    sputn1ck committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c616806 View commit details
    Browse the repository at this point in the history
  2. taprpc: add memo field to address requests

    This commit adds the memo field to the NewAddrRequest and Addr messages.
    sputn1ck committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f3f2fc3 View commit details
    Browse the repository at this point in the history
  3. address: add memo field to address constructors

    This commit adds the memo field to the TAP address constructors.
    sputn1ck committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f61e0c4 View commit details
    Browse the repository at this point in the history
  4. address: add address encoding and decoding

    This commit adds address encoding and decoding to the TAP address.
    sputn1ck committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9de1406 View commit details
    Browse the repository at this point in the history
  5. cmd: add memo to addr clis

    This commit adds the ability to add a memo to the address related
    cli commands.
    sputn1ck committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d08f6f6 View commit details
    Browse the repository at this point in the history
  6. itest: check addr memo

    sputn1ck committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    21169ea View commit details
    Browse the repository at this point in the history