Dr. Maxim Orlovsky
Dr. Maxim Orlovsky
Closing as no more actual both for v0.11.1 and v0.12
How is this different from https://github.com/RGB-WG/rgb-std/issues/271? Do you use correct branches where we have the fix for that merged, like https://github.com/RGB-WG/rgb-std/pull/272?
So do I understand it right that this is not a regression from the successful test as you reported in https://github.com/RGB-WG/rgb-std/pull/272#pullrequestreview-2315410410 > I've run the test in https://github.com/RGB-WG/rgb-tests/pull/6 100 times...
Now I can't replicate the issue: ``` ~/rgb-tests$ git status On branch tapret_wlt_receiving_opret_fix_271 Your branch is up to date with 'zoe/tapret_wlt_receiving_opret_fix_271'. Untracked files: (use "git add ..." to include in...
Ok, I can replicate it using a different branch `zoedberg:tapret_wlt_receiving_opret` - and not the one you provided above in the issue description > This can be seen using this [branch](https://github.com/zoedberg/rgb-tests/tree/tapret_wlt_receiving_opret_fix_271)...
Ok, as I thought: this is not a bug, but a lack of UX, as I described in https://github.com/RGB-WG/rgb-std/issues/246#issuecomment-2284812331 The opret wallet has funds on a UTXO with an assignment,...
Correcting myself: I do not know where I was looking at, but now I see that the `wlt_2` output of 300 is `opretFirst` (probably I need to sleep more). So...
Thank you. What do you think about > One other thing I've noticed is that the transfer of the 3rd transaction is listed as "tentative" by the wlt_2 when it...
From what I see, the wallet sees the output of 300, but as tentative (after the test is aborted due to panic): ``` ~/rgb-tests$ rgb --no-network-prefix -d test-data/integration/66590ecb -w bp_wallet_name...
Ok, I was confused by the fact that there are actually two outputs having 300 of asset and coming from different transactions (one is change from the second transfer, one...