rippled-historical-database icon indicating copy to clipboard operation
rippled-historical-database copied to clipboard

Need to add new transaction types to GetTransactions

Open mDuo13 opened this issue 7 years ago • 0 comments

Only 8 transaction/pseudo-transaction types are recognized by the GetTransactions method:

https://github.com/ripple/rippled-historical-database/blob/develop/api/routes/getTransactions.js#L8-L17

However, amendments have added the following 7 additional transaction types:

  • EscrowCreate
  • EscrowCancel
  • EscrowFinish
  • PaymentChannelCreate
  • PaymentChannelClaim
  • PaymentChannelFund
  • SignerListSet

EDIT: Very soon, amendments will add the following additional transaction types:

  • CheckCreate
  • CheckCash
  • CheckCancel

Also, there are 2 new tec codes that can appear as transaction results:

  • tecINVARIANT_FAILED
  • tecEXPIRED

mDuo13 avatar Apr 11 '17 23:04 mDuo13