onflow / flow-go

A fast, secure, and developer-friendly blockchain built to support the next generation of games, apps, and the digital assets that power them.
GNU Affero General Public License v3.0
532 stars 177 forks source link

[Access] Backport transactions with insufficient fees implementations from `master` to `v0.37` branch. #6449

Open Guitarheroua opened 1 month ago

Guitarheroua commented 1 month ago

Problem Definition

A few implementations on the Access node for filtering out transactions with insufficient transaction fees need to be backported from master to v0.37 branch.

Proposed Solution

Implementations from these issues need to be backported:

https://github.com/onflow/flow-go/issues/6128 https://github.com/onflow/flow-go/issues/6129 https://github.com/onflow/flow-go/issues/6139

After that, the flow-emulator project should be upgraded to the latest v0.37 version

peterargue commented 1 month ago

add stop control as well