monerium / js-sdk

Monorepo for the SDK, SDK providers, UI components and it's example apps.
2 stars 1 forks source link

Some transactions are missing from the transaction history #86

Closed kevtechi closed 2 months ago

kevtechi commented 4 months ago

Describe the bug Not all EURe transactions show in the transaction history for a given account even though the balance is updated.

This makes the download CSV feature unreliable.

Compare our EURe transaction list to what is actually available on the dashboard: https://polygonscan.com/token/0x18ec0a6e18e5bc3784fdd3a3634b31245ab704f6?a=0xf5D0181b80E1C793D98b95BFF0E6CDe1D27a3ef8

These transactions are not visible in our history:

To Reproduce Steps to reproduce the behavior:

We swapped USDC for EURe which triggers a "transfer" event as normal on chain but no data in transaction history.

We also simply made a transfer directly from our EOA out to another account.

Expected behavior I expect my transaction history for a connected EURe account to match the on-chain transaction history for a EURe account.

Desktop (please complete the following information):

Not browser related.

Smartphone (please complete the following information):

Not device related.

Additional context

It would seem like only transactions triggered through the interface or incoming to the IBAN get reflected in the transaction history.

kevtechi commented 4 months ago

I submitted this to support a few weeks ago but there has been no response.

einaralex commented 2 months ago

Currently, our internal system does not track tx's made outside of interacting with the API. It's something we'd like to do in the future, but not on the drawing board.