Error happened on calling GetblockInfo RPC
loginfo: Error happened on calling GetblockInfo RPC
run the example has error, what can i do for it?
@opi-smccoole
Hi, sorry for the delay. It is the Easter holiday weekend here in the states, so I can only give a quick answer. The 1.0.0 versions of the SDKs and the examples are meant to align with the 2.1 release of EOS, which added get_block_info as a more efficient way of getting information for calculating TAPOS for transactions. Older versions of EOS and the SDKs used get_block which was much less efficient. We are looking at a change to the SDKs to detect the EOS version and act accordingly but do not have an ETA for that yet. In the mean time we are recommending that either you use an older version of the SDKs or work around the problem by getting the block information yourself via get_block and setting the TAPOS fields in the transaction yourself before trying to sign and send it. I'll see in the mean time if we can't find a way to show an example of that workaround.
Thank you for your reply and look forward to your new version of Android demo Happy holidays