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

[WIP] Implement web3.eth.Eth.createAccessList #2381

Merged
merged 22 commits into from
Dec 8, 2023

Conversation

wiseaidev
Copy link
Contributor

Signed-off-by: Harmouch101 [email protected]

What was wrong?

Related to Issue #2258

How was it fixed?

Ref: Lord Vitalik.

Todo:

Cute Animal Picture

🐶

Copy link
Collaborator

@kclowes kclowes left a comment

Choose a reason for hiding this comment

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

I saw your comment on the issue, and your approach looks to be about right on a high level. Thanks for adding such detailed docs. I added a few comments on the code. One thing that may help with the formatters is to write the integration test, and see what you get back. Let me know if you need direction on that front. Thanks @Harmouch101!

web3/eth.py Outdated Show resolved Hide resolved
web3/eth.py Outdated Show resolved Hide resolved
@wiseaidev wiseaidev force-pushed the eth-createAccessList branch 4 times, most recently from cd2d875 to afece45 Compare March 8, 2022 10:46
@ytrezq
Copy link

ytrezq commented Sep 29, 2022

wiseaidev@afece45#r85299196. How to add the up for grabs tag ?

@wiseaidev wiseaidev marked this pull request as draft September 30, 2022 10:11
@reedsa reedsa marked this pull request as ready for review December 1, 2023 21:23
docs/web3.eth.rst Outdated Show resolved Hide resolved
docs/web3.eth.rst Outdated Show resolved Hide resolved
docs/web3.eth.rst Outdated Show resolved Hide resolved
Copy link
Collaborator

@fselmo fselmo left a comment

Choose a reason for hiding this comment

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

This mostly lgtm, just had some thoughts I wanted to get opinions on and some nits and minor comments.

docs/web3.eth.rst Outdated Show resolved Hide resolved
docs/web3.eth.rst Outdated Show resolved Hide resolved
web3/types.py Outdated Show resolved Hide resolved
web3/_utils/method_formatters.py Outdated Show resolved Hide resolved
web3/_utils/module_testing/eth_module.py Show resolved Hide resolved
docs/web3.eth.rst Outdated Show resolved Hide resolved
docs/web3.eth.rst Outdated Show resolved Hide resolved
tests/core/eth-module/test_transactions.py Outdated Show resolved Hide resolved
}
)
),
apply_formatter_to_array(ACCESS_LIST_FORMATTER),
Copy link
Collaborator

Choose a reason for hiding this comment

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

👌🏼

web3/eth/eth.py Outdated Show resolved Hide resolved
web3/eth/eth.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@fselmo fselmo left a comment

Choose a reason for hiding this comment

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

One last nit but nothing blocking. Lgtm 👍🏼

We should add the async call to AsyncEth as well but let's do that in a separate PR

docs/web3.eth.rst Outdated Show resolved Hide resolved
@reedsa reedsa mentioned this pull request Dec 8, 2023
@reedsa reedsa merged commit e8a927d into ethereum:main Dec 8, 2023
94 checks passed
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.

6 participants