-
Notifications
You must be signed in to change notification settings - Fork 0
feat: adds bundles to in progress block creation #45
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
943e6c4
to
70eb141
Compare
e272a8f
to
0d11e60
Compare
70eb141
to
dbd451d
Compare
0d11e60
to
c826b10
Compare
cab238a
to
2c9f717
Compare
c826b10
to
c4f971c
Compare
c4f971c
to
45a360e
Compare
2c9f717
to
f1ea58e
Compare
dd08656
to
057ae57
Compare
ba5a770
to
41e7474
Compare
e775e74
to
46c7fe0
Compare
46c7fe0
to
26463fa
Compare
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.
lgtm, looks great
would update these PR comments @dylanlott |
- checks the cache for bundles - ingests any new bundles that it finds into the in progress block - adds a unit test for bundle ingestion
- pass ru provider not host provider for tx simulation - imports and logging clean up
8a8b302
to
99cd16f
Compare
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.
the simulation for individual transactions could be at odds with un-simulated bundle logic...
tl;dr
This PR adds bundle ingestion from the tx-pool to the Signet Builder.
Changes
InProgressBlock
building process now checks the cache for bundlesConfiguration updates
This PR requires an environment variable (the builder helper contract address) be added to the configuration, and thus must go in after the config is added to the environment in the-infra PR #308
Closes ENG-549
Supersedes builder PR #34