2
1
I've tried wrapping my head around the Ripple "consensus process". From my understanding, Ripple creates a new ledger version every 4 seconds, computed by a set of "validating nodes".
But herein lies my question, how will the validating nodes push a new ledger version at the scale of their advertised capacity[1]? How would validating nodes with slower connections keep up?
Is there a limit to the number of transactions that can be processed in any single round? – Rich Apodaca – 2018-06-16T15:55:25.180
There is no hard limit. There is a heuristic that admits transactions into the round based on how large a fee they pay and the performance of recent rounds. If a large backlog of transactions accumulate, each round will include more and more of them until either the backlog clears or consensus starts to degrade. If consensus degrades, fees will go up and the number of txns allowed per ledger will go down. – David Schwartz – 2018-06-19T00:18:27.693