Wangmmx
Wangmmx
> This works, thanks for your reply!
> What `substrate.get_events` are you calling? Is it a TypeScript/JS package or Rust package? I used polkascan-lib to decode and call, `get_events` from https://github.com/polkascan/py-substrate-interface/blob/b48f51538b46ec6bcebcb40b023aa41257211021/substrateinterface/base.py#L1509
Yes, I have tried most of the substrate coins successfully, but the polymesh has been failing to decode, maybe there are some infos missing. Thank you for your willingness to...
> It works! Thank you very much! I'm so grateful for your willingness to help me and try it yourself ❤️
Ok, now I am using a local JSON file 😄, I recorded the way you said.
Thanks for your fast reply, then I will continue to use the `sui_getEventsByTimeRange` method and wait for the next upgrade, thanks again, closing the issue now
Hi, I found `sui_getEventsByTimeRange ` is deprecated? I need to get all transactions by time, `sui_getTransactions ` can not replace the api I want, will the `sui_getEventsByTimeRange` added again? Or...
> Hi, I found `sui_getEventsByTimeRange ` is deprecated? I need to get all transactions by time, `sui_getTransactions ` can not replace the api I want, will the `sui_getEventsByTimeRange` added again?...
sui_getEventsByTimeRange is deprecated, method not found now, any other apis to replace it? I need to get transactions by time, thanks a lot
the `sui_getTransactions ` method is complicated with the page params, I need to scan txs from time, so the deprecated one `sui_getEventsByTimeRange ` is ok for me to get all...