-
Notifications
You must be signed in to change notification settings - Fork 121
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
[bug]: Send Assets On Mainnet Failed! #1274
Comments
Alice's tapd version appears to be quite outdated. Since version 0.3.3, we’ve implemented numerous updates. It seems that Alice is generating a TAP receive address using an outdated version, which is no longer compatible. Can Alice update? Or do we need to consider adding support for older tap addresses? |
I can update Alice (0.3.3) to 0.5. Is it possible to upgrade Alice from version 0.3.3 to 0.5? I haven’t tried this before. |
You should close out any channels Alice has from v0.3.3 to v0.5 if they have them. |
v0.3.3 didn't have any channel functionality yet, so nothing special has to be done there. So yes, just updating |
v0.3.3 uses PostgreSQL. If upgrading to v0.5.0, is it necessary to make any adjustments to the database? Will v0.5.0 automatically upgrade the database? |
Upgrading to a new version will execute database migration scripts automatically, both for Postgres and SQLite. |
it works ,thanks |
Will version v0.6.0 complete the replacement of assetId with groupId? |
@guggero Hey Guggero, terminal(lightninglabs/lightning-terminal:v0.13.993-experimental) I can't send assets on mainnet as there are 5 unconfirmed_transfers, how can I fix it?
|
That error just means there are no asset UTXOs available. That doesn't tell us anything about why the assets are unconfirmed. |
Background
Aclie Tapd(V0.3.3) , asset was issued in V0.3
Bob Tapd(V5.0)
send asset from Alice to Bob on mainnet
Issues
The text was updated successfully, but these errors were encountered: