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

Improve transaction pool #552

Closed
ninjaahhh opened this issue May 5, 2019 · 2 comments
Closed

Improve transaction pool #552

ninjaahhh opened this issue May 5, 2019 · 2 comments
Assignees

Comments

@ninjaahhh
Copy link
Contributor

two main features:

  1. better sorting (gas price, and may also take multi native token into account)
  2. support pending tx with higher nonce, instead of throwing them away

for you to triage @qizhou

@ninjaahhh
Copy link
Contributor Author

ninjaahhh commented Jun 11, 2019

for dealing with tx with really low gas fee, should we 1) enforce a minimum gas price, or 2) simply enforce a limit to the size of tx queue or add a "self-cleaning" method to discard low-fee tx if reaching a threshold?

update: tracked here #574

@ninjaahhh
Copy link
Contributor Author

for sorting by multi-native token gas price, a separate issue is created as #577 which is a stretch goal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants