Jonathan Harvey-Buschel

Results 28 issues of Jonathan Harvey-Buschel

**Is your feature request related to a problem? Please describe.** Discovered during tapd work and documented further here: https://github.com/lightninglabs/taproot-assets/issues/883 The DeriveNextKey method stores a P2WKH address associated with the generated...

enhancement
wallet
P2

Addresses #722. Depends on #827. Remaining TODOs: - [ ] Extend `tapdb/asset_minting` tests to cover new query params for script key, group key, etc. - [ ] Add tests for...

enhancement
batching

As part of asset channel support, we'd like to start using the asset-level locktimes (even though all the anchor transactions will be using locktimes as they are now for LN)....

enhancement

Related to #343 . We have support for group keys that include tapscript trees, but no way for users to actually provide a tapscript tree root during the minting process....

enhancement
group_key

Spinoff of #291. Invoices are an extension of our existing address format, that include an expiry time. Using invoices requires more interaction with a hashmail courier service than addresses, but...

enhancement
decision point
addrs
group_key
ux

### Background Describe your issue here. ### Your environment Bug observed on a testnet node upgraded from v0.3.0 to v0.3.2-rc2. ### Steps to reproduce Not totally clear, but the first...

bug
needs triage
upgrade

Right now one of the invariants we maintain for a minting batch is that seedling names are unique. This means that multiple seedlings should be able to use the same...

bug
needs triage

Related to #820. Tl;dr it's unclear what behavior we want around batch persistence to disk vs. the batch still being the `pendingBatch` if errors occur before or during finalization. AFAIU,...

bug
needs triage

Discovered while working on #693 . When we finalize a batch ( `assets mint finalize` ), the planter starts a caretaker to handle the batch. As part of the finalize...

bug
needs triage

Spinoff of #828. Some in-flight PRs (#787) add logic for 'unwinding' a call to `FundPsbt`. Currently this is only being used in the tapfreighter / transfer logic: https://github.com/lightninglabs/taproot-assets/pull/787/commits/23bc1756aa4585683ed5ec38da7851dafe3da6c7 Since the...

bug
needs triage