messari / subgraphs

Standardized subgraphs for blockchain data
MIT License
512 stars 241 forks source link

#bug; Arbitrum Bridge (Ethereum) Version 1.2.0 - Bridge tx not found #2311

Open cryptomarabout opened 1 year ago

cryptomarabout commented 1 year ago

Describe the bug Some transactions that involve bridging from L1 to L2 do not seem to be indexed. I have found an address that used the bridge and the transaction does not seem to be found in the subgraph (tried searching by address, tx hash and block number but no result). This may be due to the fact that the transaction is using the "Arbitrum: Old Bridge", as displayed in this screenshot:

image

Transactions that are indexed are using the "Arbitrum Bridge" contract:

image

Reproduction Link to subgraph on okgraph.xyz Link on graph protocol Test address having bridged ETH from Ethereum to Arbitrum: 0xB8481f328Ae0547089585510902Ae585C79f7d24 Link to transaction in explorer: Etherscan

On the Messari subgraph, request the number of bridge transfers where the blocknumber is equal to "14932590":

image

The query on the Messari subgraph will return an empty array.

cryptomarabout commented 1 year ago

This subgraph may have another issue concerning withdrawals from Arbitrum to Ethereum. I cannot find this transaction in the subgraph: Etherscan tx , Arbiscan tx I have tried searching by address, tx hash and block number but no result.