ergoplatform / ergo

Ergo protocol description & reference client implementation
https://ergoplatform.org/
Creative Commons Zero v1.0 Universal
504 stars 170 forks source link

/blocks/chainSlice testnet bug #2106

Closed mgpai22 closed 7 months ago

mgpai22 commented 10 months ago

This mainnet request loads all 1000 elements containing header info:

http://213.239.193.208:9053/blocks/chainSlice?fromHeight=0&toHeight=1000

This testnet request only loads 256 elements at most:

http://213.239.193.208:9052/blocks/chainSlice?fromHeight=0&toHeight=1000 https://tn-ergonode-api.ergohost.io/blocks/chainSlice?fromHeight=0&toHeight=1000

This has been tested with latest node version and previous old ones too.