coderbradlee
coderbradlee
rosettacli test failed,because there's staking action in different height,when call api to get staking account's balance,there's error: 1. no actual staking action in this height 2. have staking action in...
http and ws port is diffrent of course
> Might be some data race when shutdown Geth. Will try to investigate it. Good point,I think maybe some hidden db path cannot config it
I have the same issue,how to fix this?
> @lzxm160 @Madongming Either one of you who have time, please claim this issue and work on it. sure
I checked code,I think this NFT is already supported,instead of NFT,we use XRC721,we check four func to make sure if it's XRC721,https://github.com/iotexproject/iotex-analytics/blob/master/indexprotocol/actions/xrc20.go#L321-L339 we record all the holders in the table...
It's going to add api to insert contract address that is not xrc721 directly to table xrc721_holders,so that can record other kinds of token holder's info
> #263 I tested the new XRC721 API, but couldn't get the data. I think there's no XRC721's data in mysql
> Here's an XRC721 contract with some actions. > https://iotexscan.io/address/io1xpvzahnl4h46f9ea6u03ec2hkusrzu020th8xx Analytics will check the following func to make sure it's xrc721: totalSupply,balanceOf,approve,ownerOf can you check the contract source code to...