Autobridging future support:

* Refactor and cleanup transactors
* Introduce new direct and bridged transactors
* Rename existing transactor to indicate legacy status
* New direct transactor defaults to being turned off (preserve legacy behavior)
This commit is contained in:
Nik Bougalis
2014-03-30 17:44:06 -07:00
committed by Vinnie Falco
parent 1a9fbab165
commit bee12fb89d
31 changed files with 2049 additions and 186 deletions

View File

@@ -215,4 +215,11 @@ This determines whether to add any features to the proposed transaction set.
#define RIPPLE_PROPOSE_AMENDMENTS 0
#endif
/** Config: RIPPLE_USE_OLD_CREATE_TRANSACTOR
This determines whether ripple uses the legacy OfferCreate transactor.
*/
#ifndef RIPPLE_USE_OLD_CREATE_TRANSACTOR
#define RIPPLE_USE_OLD_CREATE_TRANSACTOR 1
#endif
#endif