taproot-assets icon indicating copy to clipboard operation
taproot-assets copied to clipboard

[bug]:The lnd node receiving the asset cannot synchronize the universe

Open Wmengti opened this issue 1 year ago • 3 comments
trafficstars

Background

I ran two lnds and two taproot on the same server, assuming they were called tapd and tapd1. First, I used tapd to publish an asset, and then synchronized it to the test public universe node. Then I used tapd1 to synchronize the asset ID and found that it could not be synchronized.

Your environment

tapcli --profile=tapd1 universe sync --universe_host testnet.universe.lightning.finance:10029 --asset_id 7f5ded073780fa499269ae7e137dff9fb5bef03b50e7b09086909a9a88884dc1
tapcli --profile=tapd universe sync --universe_host testnet.universe.lightning.finance:10029 --asset_id 7f5ded073780fa499269ae7e137dff9fb5bef03b50e7b09086909a9a88884dc1
tapcli --profile=tapd addrs new --asset_id 7f5ded073780fa499269ae7e137dff9fb5bef03b50e7b09086909a9a88884dc1 --amt 21
  • any other relevant environment details

Expected behavior

tapd shoud sync universe successfully and generate an address to receive assets

Actual behavior

image

Wmengti avatar Nov 29 '23 01:11 Wmengti

Which version of tapd are all the nodes running? You'll need to be on at least v0.3.1 for that universe.

Roasbeef avatar Nov 29 '23 02:11 Roasbeef

Which version of tapd are all the nodes running? You'll need to be on at least v0.3.1 for that universe.

how to update the tapd version, I used 0.3.0-alpha

Wmengti avatar Nov 29 '23 07:11 Wmengti

how to update the tapd version, I used 0.3.0-alpha

How did you install it? From source code, from the release binary, within Litd or within Polar?

guggero avatar Nov 29 '23 13:11 guggero