Files
rippled/src/ripple/module/app/TODO.md
Vinnie Falco 4f1d1d2a8a Reorganize source file hierarchy:
* Rename unity files
* Move some modules to new subdirectories
* Remove obsolete Visual Studio project files
* Remove obsolete coding style and TODO list
2014-06-03 21:43:59 -07:00

601 B

ripple_app

LedgerMaster.cpp

  • Change getLedgerByHash() to not use "all bits zero" to mean "return the current ledger"

  • replace uint32 with LedgerIndex and choose appropriate names

IHashRouter.h

  • Rename to HashRouter.h

HashRouter.cpp

  • Rename HashRouter to HashRouterImp

  • Inline functions

  • Comment appropriately

  • Determine the semantics of the uint256, replace it with an appropriate typedef like RipplePublicKey or whatever is appropriate.

  • Provide good symbolic names for the config tunables.

Beast

  • Change Stoppable to not require a constructor with parameters