Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fee rate history is not updated timely #665

Closed
Keith-CY opened this issue May 19, 2024 · 2 comments
Closed

Fee rate history is not updated timely #665

Keith-CY opened this issue May 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Keith-CY
Copy link
Member

Keith-CY commented May 19, 2024

I've pushed numerous transactions with fee_rate 2,816 shannons/kB
image
image

Almost all transactions in blocks are mine.

But there are always hundreds of transactions with fee_rate 1,000 shannons/kB in the recent 10,000 transactions

image
@zmcNotafraid
Copy link
Member

zmcNotafraid commented May 22, 2024

Current calculate query condition is: CkbTransaction.tx_committed.where("bytes > 0 and transaction_fee > 0 and confirmation_time > 0").
When I query above txs from database, these confirmation_time is nil, so they can't calcuate.
Only fetch by websocket pending txs have set confirmation time.


image

@zmcNotafraid zmcNotafraid moved this from 🏗 In Progress to 📫Hold On in CKB Explorer May 22, 2024
@poor-defined poor-defined moved this from 📫Hold On to 🏗 In Progress in CKB Explorer Jun 3, 2024
@poor-defined poor-defined moved this from 🏗 In Progress to 📌CurrentWeek in CKB Explorer Jun 17, 2024
@zmcNotafraid
Copy link
Member

related issue: #704

@poor-defined poor-defined moved this from 📌CurrentWeek to ✅ Done in CKB Explorer Aug 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

No branches or pull requests

3 participants