exchangeproject / exchange

Lykke Blockchain integration for Skycoin (Python)
0 stars 0 forks source link

Use last address as pagination hash in balance #72

Closed olemis closed 6 years ago

olemis commented 6 years ago

Right now a hash is generated for pagination to be used as a key in Redis to get the last address returned in previous page . Since there are no constraints on tokens returned for this , some performance improvements should be obtained by returning just the address as continuation token (i.e. no hash calculation) .

olemis commented 6 years ago

I'm considering this done since the changeset implementing pagination is already in develop branch.

@stdevAlek6 cmiiw , and if that's the case pls reopen this issue.