Files
rippled/src/ripple
seelabs fe129e8e4f Optimize payment path exploration in flow:
* Use theoretical quality to order the strands
* Do not use strands below the user specified quality limit
* Stop exploring strands (at the current quality iteration) once any strand is non-dry
2021-01-25 18:49:49 -08:00
..
2021-01-09 13:50:06 -08:00
2021-01-25 18:49:49 -08:00
2021-01-20 11:30:03 -08:00
2021-01-25 18:49:49 -08:00
2021-01-25 18:49:49 -08:00
2021-01-20 11:30:03 -08:00
2021-01-20 11:30:03 -08:00
2021-01-25 18:49:49 -08:00
2020-02-25 19:21:50 -08:00
2018-03-02 07:37:15 -08:00

Ripple Source Guidelines

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem