Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds scraping of explicit wraps/unwraps in APIv2. #152

Conversation

AndresElizondo
Copy link
Contributor

@AndresElizondo AndresElizondo commented Aug 8, 2024

@AndresElizondo
Copy link
Contributor Author

Sanity check query:

select t.* from events.unwrap_native_events une
join events.transactions t on une.transaction_hash = t.transaction_hash
where une.block_number >= 20285535
and t.block_number >= 20285535
and t.to_address <> '0xdef1c0ded9bec7f1a1670819833240f027b25eff'
and t.affiliate_address is null
and t.quote_timestamp is null
and position('56a993cd' in t."input") > 0
order by une.observed_timestamp desc
;

@AndresElizondo AndresElizondo merged commit fd2f815 into main Aug 27, 2024
3 checks passed
@AndresElizondo AndresElizondo deleted the andres/deng-329-event-scrapers-zid-extraction-for-apiv2-explicit branch August 27, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants