Results 2 comments of Yuriy

https://github.com/harmony-one/harmony/pull/4106 "hmy_getAllDelegationInformation" - already use pagination https://github.com/harmony-one/staking-dashboard/blob/master/appengine/src/services/sync/validators-info.ts#L295 "hmy_getAllValidatorInformation" - also using pagination https://github.com/harmony-one/staking-dashboard/blob/master/appengine/src/services/sync/validators-info.ts#L94 https://github.com/harmony-one/harmony/pull/4111 method "hmyv2_getBlockReceipts" - not used in staking dashboard appengine service

To support tools like Brownie or Hardhat we should to correct verification api to etherscan format. Also may be we will need to add multiple file upload feature. Need more...