i have an issue with pytonlib and can't figure it out.
1) i query a seqno with client.lookup_block(workchain=0, shard=8000000000000000, unixtime=ts)
2) then i query the block transactions with client.get_block_transactions(workchain=0,shard=8000000000000000,seqno=seqno,count=count)
3) then for each transaction in the block i query the raw transaction client.get_transactions(account=account,from_transaction_hash=txHash,limit=1)
the adress is in the form 0:4abf797b5cc1c847b9177648f047557d05f15c0cc0c320acdcbcbad66d58f50d os on basechain.
I end up with a different hash and utime between step two and three.
I have found similar messages and the issue was always querying the masterchain instead of the basechain. But here i'm on the basechain always.
Can someone help me?
BTW it make no sense to me that i need the hash AND the account adress to query for a transaction. On all other blockchains, the hash is enough. Can someone explain me?
Aug 22, 2023, 1:26 PM