You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use inner joins instead of left joins on transactions (#1465)
* Use inner joins instead of left joins on transactions
* Handle the fees for opensea differently
* Change sudoswap join on traces to inner
* add incremental filter on wyvern_call_data
Co-authored-by: soispoke <66172107+soispoke@users.noreply.github.com>
LEFT JOIN nft_ethereum_aggregators agg ONagg.contract_address=tx.to--assumes aggregator is the top level call. Will need to change this to check for agg calls in internal traces later on.
259
259
LEFT JOIN tokens_ethereum_nft tokens ON nft_contract_address =tokens.contract_address
0 commit comments