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

all: Completely remove external block building tool, build blocks internally, sign transactions internally #167

Merged
merged 8 commits into from
Jun 30, 2023

Conversation

marioevz
Copy link
Member

@marioevz marioevz commented Jun 24, 2023

Completely removes all references to b11r tool and builds the blocks internally.

Also all transaction types are now signed internally.

@marioevz marioevz changed the title all: Completely remove external block building tool, build blocks internally all: Completely remove external block building tool, build blocks internally, sign transactions internally Jun 28, 2023
@marioevz marioevz marked this pull request as ready for review June 28, 2023 16:57
Copy link
Collaborator

@spencer-tb spencer-tb left a comment

Choose a reason for hiding this comment

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

Super impressed with this and glad to be rid of bllr - happy to merge as is 💯 🚀 , all comments relate to how we can improve and refactor types.py in the future - I think we should move the json encoder to separate file

I'd read my comments from the bottom upwards :D

src/ethereum_test_tools/common/types.py Outdated Show resolved Hide resolved
src/ethereum_test_tools/common/types.py Outdated Show resolved Hide resolved
src/ethereum_test_tools/common/types.py Outdated Show resolved Hide resolved
src/ethereum_test_tools/common/types.py Outdated Show resolved Hide resolved
src/ethereum_test_tools/common/types.py Outdated Show resolved Hide resolved
src/ethereum_test_tools/common/types.py Outdated Show resolved Hide resolved
src/ethereum_test_tools/common/conversions.py Show resolved Hide resolved
src/ethereum_test_tools/common/types.py Outdated Show resolved Hide resolved
@danceratopz
Copy link
Member

danceratopz commented Jul 4, 2023

Btw, this almost gives a 2x speed-up on my laptop, running fill (until Shanghai):

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.

3 participants