ripple / rippled-historical-database

SQL database as a canonical source of historical data
99 stars 68 forks source link

account_tx?binary=true doesn't return ledger_index #10

Closed sublimator closed 9 years ago

sublimator commented 9 years ago

date would be nice too

sublimator commented 9 years ago

weird, the code makes it seem like it should, but looking at history.ripple.com:7443/v1/accounts/$redacted/transactions?binary=true showed only tx and meta fields in the transaction array

sublimator commented 9 years ago

Oh, I see: https://github.com/ripple/rippled-historical-database/blob/develop/api/lib/db.js#L186

When binary it's setting fields on the string :)