Some work on the new binary formats that doesn't break current code.

This commit is contained in:
JoelKatz
2012-09-24 13:04:24 -07:00
parent 02b3bcb089
commit a4070de73e
8 changed files with 156 additions and 26 deletions

View File

@@ -30,9 +30,11 @@ enum SOE_Field
sfAcceptRate,
sfAcceptStart,
sfAccount,
sfAccountHash,
sfAmount,
sfAuthorizedKey,
sfBalance,
sfBaseFee,
sfBondAmount,
sfBookDirectory,
sfBookNode,
@@ -42,6 +44,7 @@ enum SOE_Field
sfBorrower,
sfCreateCode,
sfCloseTime,
sfCloseResolution,
sfCurrency,
sfCurrencyIn,
sfCurrencyOut,
@@ -65,18 +68,22 @@ enum SOE_Field
sfIndexes,
sfIndexNext,
sfIndexPrevious,
sfInnerTransaction,
sfInvoiceID,
sfIssuer,
sfLastNode,
sfLastTxnID,
sfLastTxnSeq,
sfLedgerHash,
sfLedgerSequence,
sfLimitAmount,
sfLoadFee,
sfLowID,
sfLowLimit,
sfLowQualityIn,
sfLowQualityOut,
sfMessageKey,
sfMiddleTransaction,
sfMinimumOffer,
sfNextAcceptExpire,
sfNextAcceptRate,
@@ -88,8 +95,10 @@ enum SOE_Field
sfOfferSequence,
sfOwner,
sfOwnerNode,
sfParentCloseTime,
sfParentHash,
sfPaths,
sfPubKey,
sfPublicKey,
sfPublishHash,
sfPublishSize,
sfQualityIn,
@@ -99,6 +108,7 @@ enum SOE_Field
sfSendMax,
sfSequence,
sfSignature,
sfSigningAccounts,
sfSigningKey,
sfSigningTime,
sfSourceTag,
@@ -107,6 +117,7 @@ enum SOE_Field
sfTakerPays,
sfTarget,
sfTransferRate,
sfTransactionHash,
sfVersion,
sfWalletLocator,