-
Notifications
You must be signed in to change notification settings - Fork 0
feat: adds host simulation to block build #167
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
base: main
Are you sure you want to change the base?
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
a2adc44 to
9b8137b
Compare
9b8137b to
40a2b56
Compare
59afcac to
cf31bc9
Compare
0c07c93 to
eb5a2f7
Compare
anna-carroll
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nits
- bumps bin-base to 0.15.1 - deprecates the BuilderHelper submission call in favor of the Zenith Block and Block Header - removes the BuilderHelper submit task - wires up the HostProvider into the Simulator for host simulation - cleans up unused code
Merge activity
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to leave keyboard for a sec but need to keep looking deeper at this code to determine what is supposed to be correct here. leaving these comments for now
(pretty much mirroring @Evalir 's callout above)
|
yeah its a bit unpleasant. could dry parts of it i think but other parts need to be separate |

feat: adds host simulation to block build
This PR adds host simulation to the block build loop.
0.15.1BuilderHelper wrapper contract submission in favor of the rawZenith contractHostProvider into the Simulator for host transaction simulation