radicle-dev / radicle-registry

An experimental Substrate implementation of the Radicle Registry 📒
https://registry.radicle.xyz
GNU General Public License v3.0
33 stars 4 forks source link

runtime: Transaction auctioning #571

Open NunoAlexandre opened 4 years ago

NunoAlexandre commented 4 years ago

We want the mining node to prioritize transaction for inclusion based on the associated paid tx fee. Even though we set this priority already, it is unclear and untested how miners prioritize transactions in practice at the moment. We need to check whether the Substrate’s transaction weight system overrules this set priority or not. We don’t care about the runtime cost for now.