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

Possible Issues #5

Open
bonedaddy opened this issue Sep 4, 2020 · 1 comment
Open

Possible Issues #5

bonedaddy opened this issue Sep 4, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@bonedaddy
Copy link
Owner

bonedaddy commented Sep 4, 2020

@UkoeHB
Copy link

UkoeHB commented Sep 4, 2020

There is a timing problem since the minimum fee, which is used to compute fee priorities, is recomputed each block based on block reward and block weights, and has full precision. It can be partially avoided by rounding the minimum fee to only a couple significant digits, but then you have fingerprinted your implementation.

@bonedaddy bonedaddy added the bug Something isn't working label Sep 5, 2020
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
None yet
Development

No branches or pull requests

2 participants