You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The results I get are inconsistent using fetch_transaction. If I query repeatedly I get "not_found", "fetching", and "added". It should never be present since this hash is a mainnet transaction, not testnet. Are these results expected?
When the user sends a transaction through the light client, it will verify the transaction locally before broadcasting to the network, and if the inputs or cell deps are not locally available, for example, if a lock or type script is used that is not in the genesis block, it needs to be pre-fetched with this rpc before it can be verified successfully.
I set up a local testnet ckb light client and I'm trying to query for the following transaction.
https://explorer.nervos.org/transaction/0x4bb9a6969c516dcf98f5b79271b056294190ddb3c70509f3fb089fe1097efa33
The results I get are inconsistent using
fetch_transaction
. If I query repeatedly I get "not_found", "fetching", and "added". It should never be present since this hash is a mainnet transaction, not testnet. Are these results expected?Query
Results
A query using
get_transaction
always returnsunknown
.The text was updated successfully, but these errors were encountered: