We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because of an error in node(unlucky tx), some transactions cannot be found in the blockscout.
elixir -version
e.g one of missing tx: https://cronos.org/explorer/search-results?q=0x435ef379b9ddf226d9fe098ae39d36aed2d03f3c46febd84c48919f1adf1b7fe
The RPC endpoint can get the tx(after node repair): https://rpc.cronos.org/tx_search?query=%22ethereum_tx.ethereumTxHash=%270x435ef379b9ddf226d9fe098ae39d36aed2d03f3c46febd84c48919f1adf1b7fe%27%22
Should get the missing Tx like 0x435ef379b9ddf226d9fe098ae39d36aed2d03f3c46febd84c48919f1adf1b7fe
Missing the tx.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because of an error in node(unlucky tx), some transactions cannot be found in the blockscout.
Environment
elixir -version
): 1.13.4/24.3.4.1Steps to reproduce
e.g one of missing tx: https://cronos.org/explorer/search-results?q=0x435ef379b9ddf226d9fe098ae39d36aed2d03f3c46febd84c48919f1adf1b7fe
The RPC endpoint can get the tx(after node repair): https://rpc.cronos.org/tx_search?query=%22ethereum_tx.ethereumTxHash=%270x435ef379b9ddf226d9fe098ae39d36aed2d03f3c46febd84c48919f1adf1b7fe%27%22
Expected behaviour
Should get the missing Tx like 0x435ef379b9ddf226d9fe098ae39d36aed2d03f3c46febd84c48919f1adf1b7fe
Actual behaviour
Missing the tx.
The text was updated successfully, but these errors were encountered: