algorand / algorand/go-algorand
Reevaluate fee threshold check in transaction pool
Open
Team Scytale
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 537
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 18
Description
Since the fee threshold check is per transaction, not transaction group, it does not work optimally when fees are distributed unevenly among participants in a transaction group.
https://github.com/algorand/go-algorand/blob/80bd5ed6182baa1b54de065006f67c3358c65537/data/pools/transactionPool.go#L326
Contributor guide
Assessment
This issue has not been assessed yet.