mina
mina copied to clipboard
Snapps: determine transaction ordering
Order by fee/parties?
We may want two different ordering here- one for transaction pool and the other for transaction inclusion. Transaction pool- the ordering will determine which transactions are discarded when the pool is full. Transaction inclusion- the ordering will determine how many transactions can be added to a block If this is also fee per weight (similar to transaction pool ordering) then we could have transactions with higher total fees getting discarded during the transaction inclusion process and cause other transactions to be discarded because of insufficient fees to pay snark workers.
https://hackmd.io/gTI1jULvQwCYGE0qoUEDeQ
To further discuss the new proposal. Work for the updated transaction application model is split into separate issues