Files
rippled/src/ripple
Nik Bougalis 27e8d44a56 Autobridging:
Complete implementation of bridged offers crossings. While processing an offer
A:B we consider both the A:B order book and the combined A:XRP and XRP:B books
and pick the better offers. The net result is better liquidity and potentially
better rates.

* Rearchitect core::Taker to perform direct and bridged crossings.
* Compute bridged qualities.
* Implement a new Bridged OfferCreate transactor.
* Factor out common code from the Bridged and Direct OfferCreate transactors.
* Perform flow calculations without losing accuracy.
* Rename all transactors.
* Cleanups.
2014-05-28 16:35:03 -07:00
..
2014-03-14 08:03:48 -07:00
2014-05-27 15:23:50 -07:00
2014-05-28 07:29:59 -07:00
2014-05-28 07:29:59 -07:00
2014-05-27 15:23:48 -07:00
2014-05-27 15:23:48 -07:00
2014-05-27 15:23:50 -07:00
2014-05-27 15:23:48 -07:00
2014-05-27 15:23:48 -07:00
2014-05-27 15:23:50 -07:00
2014-05-27 15:23:48 -07:00
2014-05-27 15:23:48 -07:00
2014-05-28 16:35:03 -07:00
2014-05-27 15:23:48 -07:00
2013-11-15 11:29:45 -08:00

Newest Style

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