bluzelle / blzjs

Javascript client library for Bluzelle Service
Apache License 2.0
19 stars 13 forks source link

keyValues() doesnt return all entries #34

Open 0xmikko opened 4 years ago

0xmikko commented 4 years ago

I have a DB (UUID: 26542be2-b69f-4177-96a8-f97818a3b37f) which contains BlizelleHQ tweets. When I invoke keyValues() function it returns 110 KV pairs, however db has 510 ones.

It seems that the problem with amount of information which could be transferred from blockchain in one transaction

njmurarka commented 4 years ago

@scottburch

scottburch commented 4 years ago

@MikaelLazarev Thanks. Will be looking into this. I'm writing a test now to verify your results.