Skip to content

Resolve client-side balance determination issues #31

@jalehman

Description

@jalehman

Clients use siphash to determine what addresses need to be rechecked in each block for balance determination.

All of your siphashed addresses are checked against a small data structure from the provider to determine if any new transactions match your addresses.

An alternative approach to this issue is to cache the hashed addresses. This is probably the easiest path to fixing the underlying performance issue.

Resources

Metadata

Metadata

Assignees

Labels

prioritythis is a high priority and should be tackled ASAP

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions