vega icon indicating copy to clipboard operation
vega copied to clipboard

[Bug]: Ledger entries endpoint does not return deposit or withdrawals

Open mattrussell36 opened this issue 9 months ago • 0 comments

Problem encountered

When using the ledger entries endpoint the returned entries do not include deposits and withdrawals. I haven't checked other TransferTypes, so it might be worth checking they all return correctly.

Observed behaviour

Other entries are returned but deposits and withdrawals are missing

Expected behaviour

Deposits and withdrawals should be included (according to TransferType)

Steps to reproduce

1. See that deposits are returned: https://api.n07.testnet.vega.xyz/api/v2/deposits?partyId=73af5ea7dac188d6c2cfc6f85afbf84056824f6a327211909fedefa24945e730
2. See that they are not included in the ledger entries: https://api.n07.testnet.vega.xyz/api/v2/ledgerentry/history?filter.fromAccountFilter.partyIds=73af5ea7dac188d6c2cfc6f85afbf84056824f6a327211909fedefa24945e730&filter.toAccountFilter.partyIds=73af5ea7dac188d6c2cfc6f85afbf84056824f6a327211909fedefa24945e730

Software version

v0.76.6

Failing test

No response

Jenkins run

No response

Configuration used

No response

Relevant log output

No response

mattrussell36 avatar May 22 '24 13:05 mattrussell36