Files
xahaud/src/ripple
CJ Cobb 27543170d0 Add Reporting Mode
* Add a new operating mode to rippled called reporting mode
* Add ETL mechanism for a reporting node to extract data from a p2p node
* Add new gRPC methods to faciliate ETL
* Use Postgres in place of SQLite in reporting mode
* Add Cassandra as a nodestore option
* Update logic of RPC handlers when running in reporting mode
* Add ability to forward RPCs to a p2p node
2021-01-20 11:30:03 -08:00
..
2021-01-20 11:30:03 -08:00
2021-01-09 13:50:07 -08:00
2021-01-09 13:50:06 -08:00
2021-01-20 11:30:03 -08:00
2020-12-04 12:45:12 -08:00
2021-01-20 11:30:03 -08:00
2021-01-20 11:30:03 -08:00
2021-01-20 10:51:04 -08:00
2021-01-20 11:30:03 -08:00
2021-01-20 11:30:03 -08:00
2021-01-20 11:30:03 -08:00
2021-01-20 11:30:03 -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