Fix #1353: add memos support for multiple transaction types in getTransactions (#1397)

* fix(#1353): adds memos support for the following transaction types in `getTransactions`:

- AccountDelete
- OfferCreate
- OfferCancel
- CheckCancel
- CheckCash
- CheckCreate
- DepositPreauth
- SetFee
- PaymentChannelFund
- PaymentChannelClaim
- PaymentChannelCreate
- TicketCreate
This commit is contained in:
elmurci
2021-04-08 11:46:54 +02:00
committed by GitHub
parent ef1f8752d9
commit 650d722609
58 changed files with 2451 additions and 17 deletions

View File

@@ -155,6 +155,7 @@ export default <TestSuite>{
const response = await api.getTransactions(addresses.OTHER_ACCOUNT)
assertResultMatch(response, RESPONSE_FIXTURES.one, 'getTransactions')
}
}
// This test relies on the binary (hex string) format, but computed fields like `date`