Skip to content

Bulk transfer of names causes mass syncWallets #21

@Lemmmy

Description

@Lemmmy

This is caused by these lines:

case "name_purchase":
case "name_transfer":
if (fromWallet) syncWallet(fromWallet);
if (toWallet) syncWallet(toWallet);
break;

I think the WebsocketConnection should temporarily decrement or increment the name counter for each applicable wallet, and have a per-address throttled sync (same as the balance syncing is currently) to get the 'eventually consistent' name count.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions