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

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
Copy link
Member

related issue: #704

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
Status: ✅ Done
Development

No branches or pull requests

3 participants