-
Notifications
You must be signed in to change notification settings - Fork 150
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
feat: Add suave-enabled geth support #489
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
barnabasbusa
changed the title
Add suave-enabled geth support
feat: Add suave-enabled geth support
Feb 7, 2024
Could you please update your base branch to latest master? |
barnabasbusa
approved these changes
Feb 8, 2024
h4ck3rk3y
approved these changes
Feb 8, 2024
auto-merge was automatically disabled
February 9, 2024 07:48
Head branch was pushed to by a user without write access
done @barnabasbusa |
0x416e746f6e
added a commit
to flashbots/suapp-examples
that referenced
this pull request
Feb 9, 2024
..now that ethpandaops/ethereum-package#489 is merged
h4ck3rk3y
pushed a commit
that referenced
this pull request
Feb 12, 2024
🤖 I have created a release *beep* *boop* --- ## [1.4.0](1.3.0...1.4.0) (2024-02-09) ### Features * Add suave-enabled geth support ([#489](#489)) ([631eaf3](631eaf3)) * add support for custom assertoor images & use assertoor image with verkle support for verkle chains ([#483](#483)) ([2d8a143](2d8a143)) * add verkle-gen-devnet-3 ([#487](#487)) ([1e543e8](1e543e8)) * blockscout support with sc verification ([#481](#481)) ([b3418cf](b3418cf)) * enable custom resource limit per network ([#471](#471)) ([5db6611](5db6611)) * enable shadowforking ([#475](#475)) ([b788b18](b788b18)) * improve built-in assertoor tests ([#488](#488)) ([d596699](d596699)) * we no longer need 4788 deployer ([#485](#485)) ([abdfc2c](abdfc2c)) ### Bug Fixes * add more prefund addresses for verkle-gen ([#482](#482)) ([01868fc](01868fc)) * bump verkle genesis generator ([#486](#486)) ([79dc5e1](79dc5e1)) * use latest stable image for assertoor ([#484](#484)) ([bbe0b16](bbe0b16)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
bharath-123
pushed a commit
to bharath-123/eth2-package
that referenced
this pull request
Feb 18, 2024
Very minor addition to enable running suave-enabled geth (a.k.a. `suave-execution-geth`) instead of the stock geths.
bharath-123
pushed a commit
to bharath-123/eth2-package
that referenced
this pull request
Feb 18, 2024
🤖 I have created a release *beep* *boop* --- ## [1.4.0](ethpandaops/ethereum-package@1.3.0...1.4.0) (2024-02-09) ### Features * Add suave-enabled geth support ([ethpandaops#489](ethpandaops#489)) ([631eaf3](ethpandaops@631eaf3)) * add support for custom assertoor images & use assertoor image with verkle support for verkle chains ([ethpandaops#483](ethpandaops#483)) ([2d8a143](ethpandaops@2d8a143)) * add verkle-gen-devnet-3 ([ethpandaops#487](ethpandaops#487)) ([1e543e8](ethpandaops@1e543e8)) * blockscout support with sc verification ([ethpandaops#481](ethpandaops#481)) ([b3418cf](ethpandaops@b3418cf)) * enable custom resource limit per network ([ethpandaops#471](ethpandaops#471)) ([5db6611](ethpandaops@5db6611)) * enable shadowforking ([ethpandaops#475](ethpandaops#475)) ([b788b18](ethpandaops@b788b18)) * improve built-in assertoor tests ([ethpandaops#488](ethpandaops#488)) ([d596699](ethpandaops@d596699)) * we no longer need 4788 deployer ([ethpandaops#485](ethpandaops#485)) ([abdfc2c](ethpandaops@abdfc2c)) ### Bug Fixes * add more prefund addresses for verkle-gen ([ethpandaops#482](ethpandaops#482)) ([01868fc](ethpandaops@01868fc)) * bump verkle genesis generator ([ethpandaops#486](ethpandaops#486)) ([79dc5e1](ethpandaops@79dc5e1)) * use latest stable image for assertoor ([ethpandaops#484](ethpandaops#484)) ([bbe0b16](ethpandaops@bbe0b16)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0x416e746f6e
added a commit
to flashbots/suapp-examples
that referenced
this pull request
Mar 14, 2024
* [feat] add local eth+suave devnet setup * drop the need to clone `kurtosis-ethereum-package` ..now that ethpandaops/ethereum-package#489 is merged * fix: pin the dependencies * fix the typo * fix the volume name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Very minor addition to enable running suave-enabled geth (a.k.a.
suave-execution-geth
) instead of the stock geths.