Skip to content

[bug]: Group key send: Assets never show up at recipient's nodeΒ #1850

@Liongrass

Description

@Liongrass

Background

I minted a new asset in three tranches.
I sent a portion of the newly minted assets to another tapd node.
The send transaction succeeds, but the assets are not available on the recipient's node.

Your environment

Sender tapd:
0.7.0-alpha.rc1 commit=v0.7.0-rc1-149-ge6ae082c

Recipient tapd:
0.7.0-alpha.rc1 commit=v0.7.0-rc1-149-ge6ae082c

Universe tapd:
0.7.0-alpha.rc1 commit=v0.7.0-rc1

Steps to reproduce

Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.

On the sender's node:

tapcli assets mint --type normal --name eightee --supply 1000000 --decimal_display 3 --meta_file_path eight.json --meta_type json --new_grouped_asset
tapcli assets mint --type normal --name eightee --supply 1000000 --decimal_display 3 --grouped_asset --meta_file_path eight.json --meta_type json --group_key 036138b75291d094416a6c6905c3f78446785ae6f498373418d1d103a53d90cde3

On the recipient's node:

tapcli addrs new --group_key 036138b75291d094416a6c6905c3f78446785ae6f498373418d1d103a53d90cde3

Then again on the sender's node:

tapcli assets send --addr_with_amount taptb1qqqsyqspqqzjzqmp8zm49ywsj3qk5mrfqhpl0pzx0pdwdaycxu6p35w3qwjnmyxduvrzzqu6paynlc88ddypzvyyzhlxmvuc0zug6wsqwlxqv8nsv0jc74mnfuyzzq3xygecfjvqq992jryyce6gqfk2dfxhy5argtx4qsad7ds4ha2tz59qzqqv89sh2argd4skjmrzdauzkatwd9mx2unnv4e8qce69uhh2mnfwejhyum99eekjemwv46zumrpd9ek2efwdaexww3cxs6rxe287ht:2500000

2025-10-14_tapd-universe.log
2025-10-14_tapd-receiver.log
2025-10-14_tapd-sender.log

`

Expected behavior

I expect to find the asset on the recipient node with tapcli assets groups

Actual behavior

I cannot find the asset on the recipient's node.

Sender node

2025-10-14 23:51:45.748 [INF] PROF: Starting proof transfer backoff procedure (transfer_type=send, locator_hash=f06d74ebe12e36c3f90bb8804e9156844f6e7ad2415da3ccc42b8c5a1e94d533)
2025-10-14 23:51:45.757 [INF] PROF: Transferring send fragment to receiver with claimed outpoint aaffa98c066ef64852fa679e7c83393c054f31d7d4f304f3375323fbcded2241:0
2025-10-14 23:51:45.763 [INF] PROF: Successfully sent send fragment to server, ID=4
2025-10-14 23:51:45.774 [INF] PROF: Starting proof transfer backoff procedure (transfer_type=send, locator_hash=1af7d231f87abad156ef18e152a44a48e575d0dc7f2955c063931f64e727f957)
2025-10-14 23:51:45.777 [INF] PROF: Transferring send fragment to receiver with claimed outpoint aaffa98c066ef64852fa679e7c83393c054f31d7d4f304f3375323fbcded2241:0
2025-10-14 23:51:45.782 [INF] PROF: Successfully sent send fragment to server, ID=4
2025-10-14 23:51:45.870 [INF] FRTR: Transfer output proof delivery complete (anchor_txid=aaffa98c066ef64852fa679e7c83393c054f31d7d4f304f3375323fbcded2241, output_position=3)
2025-10-14 23:51:45.870 [INF] FRTR: ChainPorter executing state: SendStateComplete
2025-10-14 23:51:45.870 [INF] FRTR: Parcel transfer is fully complete (anchor_txid=aaffa98c066ef64852fa679e7c83393c054f31d7d4f304f3375323fbcded2241)
2025-10-14 23:51:45.870 [INF] FRTR: ChainPorter completed state machine for parcel (anchor_txid=aaffa98c066ef64852fa679e7c83393c054f31d7d4f304f3375323fbcded2241)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

πŸ— In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions