ViewBlock / zilliqa-js-viewblock

A library interfacing with the Zilliqa blockchain and ViewBlock's APIs
MIT License
19 stars 20 forks source link

Bug in pagination for transactions listing #14

Closed bibekblockchain closed 3 years ago

bibekblockchain commented 3 years ago

I tried to list the transactions for Zilliqa using https://api.viewblock.io/v2/zilliqa/addresses/zil14jmjrkvfcz2uvj3y69kl6gas34ecuf2j5ggmye/txs?network=testnet&type=tokenContract&page=2 but got nextPage: "21". It is string while it was supposed to be number. Maybe issue with concatenation of string and number ("2"+1)

Screen Shot 2021-09-02 at 3 21 09 AM
balthazar commented 3 years ago

Thanks for the report, the fix is deploying as I type this