Magickbase / ckb-explorer-public-issues

CKB Explorer Issues
https://explorer.nervos.org/
3 stars 2 forks source link

faucet's send capacity process not handle unknown tx #327

Closed zmcNotafraid closed 1 year ago

zmcNotafraid commented 1 year ago

https://github.com/nervosnetwork/ckb/blob/master/rpc/README.md#type-status

image

These txs's status were unknown. But the service code didn't handle this situation.So they were fetched and run every time. We need to make these claim event rejected and don't fetch in future process.

zmcNotafraid commented 1 year ago

PR: https://github.com/Magickbase/ckb-testnet-faucet/pull/8