QuarkChain / pyquarkchain

Python implementation of QuarkChain
https://quarkchain.io
MIT License
225 stars 114 forks source link

adding tx to queue needs to check gasprice in QKC #855

Closed qizhou closed 4 years ago

qizhou commented 4 years ago

This diff will enforce the minimum gasprice in QKC using converted QKC gasprice instead of gasprice of a native token directly. This avoids that a tx of a non-native token may be discarded since its gasprice is too small.

Following the fix, a couple of following things should be done: