Issue To Be Solved
We can add fields to the Config struct in the scheduler by adding a new struct definition, but we don't want to do it too often because we can't remove the old definition. So we want to wait until we have a lot more to add. This issue keeps track of all the fields that we would like to add when the time comes.
Suggest A Solution
Transaction Removal Limit: The amount of transactions that can be removed in one block
Inclusion Fee: The constant fee that is added for every transaction
Slot Size Constant: The size of each slot (1 second)
Issue To Be Solved
We can add fields to the Config struct in the scheduler by adding a new struct definition, but we don't want to do it too often because we can't remove the old definition. So we want to wait until we have a lot more to add. This issue keeps track of all the fields that we would like to add when the time comes.
Suggest A Solution
Transaction Removal Limit: The amount of transactions that can be removed in one block
Inclusion Fee: The constant fee that is added for every transaction
Slot Size Constant: The size of each slot (1 second)