Closed adzialocha closed 4 years ago
This transfer is from a transitive transaction that moved through address "0x206b9f90df961871c1da12c7fd6d7fd32d357d11" and shouldn't be displayed (at least with current ui decisions). You can see the transaction steps here: https://kovan.etherscan.io/tx/0x9d52e0b4aca4aa8e53788668817888838a9910d71db81776ef0121135485d742
The issue for me is actually why the user's balance received transitively isn't showing up in this query:
{balances
(where: {owner:"0x206b9f90df961871c1da12c7fd6d7fd32d357d11"}) {
id amount owner {
id
} token {
id
}
} }
Our most recent graph sync had some kind of problem - moving to a hosted service shows the missing data
Currently we only display
HUB_TRANSFER
events (via Hub contracttransferThrough
method, https://github.com/CirclesUBI/circles-contracts/blob/master/contracts/Hub.sol#L241) but apparently there are also important TRANSFER events taking place. We were not displayingTRANSFER
events as they so far only contained gas fee transfers which we decided to hide.Example here:
Returning: