Strhodler on Nostr: New update #UtxoPocket: -Import BIP-329 labels in .jsonl format (JSON lines format), ...
New update #UtxoPocket:
-Import BIP-329 labels in .jsonl format (JSON lines format), this is the same format in which they are exported from Sparrow Wallet.
-Improved utxo comparison: enable multi-selection and press enter or the eye icon to display the new improved utxo comparison table and its properties.
-Substitution of utxos status icons by emojis, I think they look better visually. Also I could not use the icons to show them in the utxos comparator bar chart. I decided to make the change for visual consistency and use the same in the comparator and wallet view.
-Change from Arrays to Maps to store the utxos, this should significantly improve performance in wallets with a large number of utxos. Array searches are linear, so you have to traverse the entire array to find the item you are looking for, this is much more efficient using Maps as you access the item as if it were an object. Plus some other advantages.
In the screenshots you can see a testnet wallet fetched from my node in which the labels have been successfully imported from Sparrow. In addition to the improved utxos comparator and the import option in the Settings page.
-----
I will try to make the next thing multi account and improve the wallet stats display.
As always, you can check the demo in https://utxopocket.devsigner.xyz.
One step closer to code release, time to sleep 🖖😴
-Import BIP-329 labels in .jsonl format (JSON lines format), this is the same format in which they are exported from Sparrow Wallet.
![](https://image.nostr.build/59a90019c4ff23000e89d27ff627685d0106277e4eae2390e717bd8f8f264df0.jpg)
-Improved utxo comparison: enable multi-selection and press enter or the eye icon to display the new improved utxo comparison table and its properties.
![](https://image.nostr.build/ba0c297fb99d2efa75bf0751ef33029bc857a4fee44622eb9c0ac82fe605734d.jpg)
-Substitution of utxos status icons by emojis, I think they look better visually. Also I could not use the icons to show them in the utxos comparator bar chart. I decided to make the change for visual consistency and use the same in the comparator and wallet view.
![](https://image.nostr.build/bb3deae5c1e909509795126919acbd2156661febe50f1f1d6cb1c5be00a4522b.jpg)
-Change from Arrays to Maps to store the utxos, this should significantly improve performance in wallets with a large number of utxos. Array searches are linear, so you have to traverse the entire array to find the item you are looking for, this is much more efficient using Maps as you access the item as if it were an object. Plus some other advantages.
In the screenshots you can see a testnet wallet fetched from my node in which the labels have been successfully imported from Sparrow. In addition to the improved utxos comparator and the import option in the Settings page.
-----
I will try to make the next thing multi account and improve the wallet stats display.
As always, you can check the demo in https://utxopocket.devsigner.xyz.
One step closer to code release, time to sleep 🖖😴