Skip to content
New issue

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

Output cells state synchronization error in committed transactions #389

Closed
rabbitz opened this issue Jul 31, 2023 · 2 comments
Closed

Output cells state synchronization error in committed transactions #389

rabbitz opened this issue Jul 31, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rabbitz
Copy link

rabbitz commented Jul 31, 2023

Environment

  • mainnet

Details

curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v1/address_transactions/ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqd7w5u492rs93nr0e0086myx8qdknytcmsw3hx46' --header 'Content-Type: application/vnd.api+json' --header 'Accept: application/vnd.api+json'
  • This transaction 0x048b369590fac8cf859b9f46e463f9156dc61cbf679bd61e6b0f5ffd927ebd9f has been packaged and confirmed to exceed 1000 heights. The output status returned in the above api return is still pending. Previously, this api returned live correctly.
irb(main):013:0> CellOutput.pending.includes(:ckb_transaction).where(ckb_transaction: {tx_status: "committed"}).count
=> 11797
@rabbitz rabbitz added the bug Something isn't working label Jul 31, 2023
@rabbitz
Copy link
Author

rabbitz commented Jul 31, 2023

@rabbitz
Copy link
Author

rabbitz commented Aug 1, 2023

@zmcNotafraid zmcNotafraid assigned rabbitz and unassigned rabbitz and zmcNotafraid Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants