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

Wallet Labels #339

Open
5 tasks
cryptoquick opened this issue Aug 15, 2023 · 0 comments
Open
5 tasks

Wallet Labels #339

cryptoquick opened this issue Aug 15, 2023 · 0 comments
Assignees
Milestone

Comments

@cryptoquick
Copy link
Member

cryptoquick commented Aug 15, 2023

  • All transfer methods should accept an optional argument for a transaction label for every transaction made.
  • We should keep separate files for BTC, LN, and RGB transactions, and update these files as transactions are made.
  • These should be a HashMap<Txid, String> (a HashMap keyed by transaction ids and with values as label strings) so they can be looked up by transaction history information, serialized in Postcard format, and persisted in Carbonado.
  • For L1, we should also have a method for exporting in BIP-329 as JSON.
  • Finally, we need to return this data on get_wallet_data (L1), list_transfers (RGB), and get_txs (LN), and modify existing structs
@cryptoquick cryptoquick added this to the 0.7.0 milestone Aug 15, 2023
@cryptoquick cryptoquick self-assigned this Sep 12, 2023
@cryptoquick cryptoquick modified the milestones: 0.7.0, 0.7.1 Sep 12, 2023
@cryptoquick cryptoquick modified the milestones: 0.7.1, 0.8.0 Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant