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

[EASY] Web3 API update: Get block number from tx hash #78

Merged
merged 3 commits into from
Oct 23, 2023
Merged

Conversation

harisang
Copy link
Contributor

@harisang harisang commented Oct 23, 2023

This PR adds a very simple function in the web3, where one can provide a tx hash and gets back the block number where the tx took place.

(Context: I would like to fetch the block number so that I can then search for MEV Blocker kickbacks within that block)

@harisang harisang requested a review from fhenneke October 23, 2023 10:04
Copy link
Contributor

@fhenneke fhenneke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@harisang harisang merged commit f704c39 into main Oct 23, 2023
3 checks passed
@harisang harisang deleted the update_web3api branch October 23, 2023 10:43
@github-actions github-actions bot locked and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants