-
Notifications
You must be signed in to change notification settings - Fork 152
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: blockscout support with sc verification #481
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
franjoespejo
changed the title
Blockscout support with sc verification
feat: Blockscout support with sc verification
Jan 31, 2024
@barnabasbusa pls note:
|
franjoespejo
changed the title
feat: Blockscout support with sc verification
feat: blockscout support with sc verification
Jan 31, 2024
Could you add blockscout to a couple of the tests ?
Do you see a value in enabling persistent storage for this tool (if users asks for persistence) ? |
right, will do test and persistence! |
I also returned the url for the verification sc service, pls check, I can rm if needed |
franjoespejo
force-pushed
the
blockscout
branch
from
February 1, 2024 16:39
f61e642
to
08eb8a0
Compare
This probably has more to do with the image than with kurtosis config, so lets merge this. |
barnabasbusa
approved these changes
Feb 2, 2024
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
addresses ethpandaops#372 --------- Co-authored-by: franjoespejo <franjosepejo@github.com>
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>
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.
addresses #372