CoderZhi
CoderZhi
Set the largest epoch count to 168 which is 7 days. Larger epoch count will easily result in timeout.
https://github.com/iotexproject/iotex-analytics/blob/master/indexprotocol/rewards/protocol.go#L64-L68
 which results in some graphql failures
Fetching block/epoch/foundation reward is very slow, which takes more than 7 minutes. It may be improved on the iotex-core side, but the way we are fetching it per epoch could...
Given NFT contract addresses, indexing the owners of all tokens by tracking ``` event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);``` If `from` is 0x0, this is a...
 if the window is not big enough, user can hardly tell which network is in use. An alternative solution is to collapse "method" and "data" if they are too...