toncenter / ton-http-api

HTTP API for TON (The Open Network)
https://toncenter.com
GNU General Public License v3.0
195 stars 34 forks source link

method getBlockTransactionsExt not found #124

Open tmeinlschmidt opened 1 month ago

tmeinlschmidt commented 1 month ago

Hi,

checking your API to ton and we found that for example method getBlockTransactionsExt is not working, even it's not existing in master branch.

but it's listed in https://toncenter.com/api/v2/#/transactions/get_block_transactions_ext_getBlockTransactionsExt_get

So, please, how we can enable this?

Thanks

maczniak commented 1 month ago

toncenter.com supports getBlockTransactionsExt now, but the master branch of this repo does not provide it. There is no getBlockTransactionsExt handler in ton-http-api/pyTON/{main.py,manager.py}. It seems that toncenter.com runs the other version.