- 11 Oct, 2023 4 commits
-
-
Barnabas Busa authored
-
Barnabas Busa authored
-
Carlos Bermudez Porto authored
Co-authored-by:
Gyanendra Mishra <anomaly.the@gmail.com>
-
Kamil Chodoła authored
-
- 10 Oct, 2023 3 commits
-
-
Gyanendra Mishra authored
-
Gyanendra Mishra authored
-
pk910 authored
Added Goomy the Blob Tool to the package. With default parameters it will generate a low, but continuous amount of blobs (2-4 blobs per block).
-
- 06 Oct, 2023 6 commits
-
-
Barnabas Busa authored
-
Gyanendra Mishra authored
Closes #245
-
Gyanendra Mishra authored
-
pk910 authored
fixed dora image name
-
Gyanendra Mishra authored
the underlying image is `latest` and fails; last night it failed as it couldn't connect to postgres. removing it as its flaky
-
Barnabas Busa authored
-
- 05 Oct, 2023 4 commits
-
-
Gyanendra Mishra authored
Co-authored-by:
Derek <103802618+leeederek@users.noreply.github.com>
-
Barnabas Busa authored
Co-authored-by:
Gyanendra Mishra <anomaly.the@gmail.com>
-
Gyanendra Mishra authored
-
Gyanendra Mishra authored
-
- 03 Oct, 2023 1 commit
-
-
Gyanendra Mishra authored
-
- 02 Oct, 2023 1 commit
-
-
leoporoli authored
-
- 01 Oct, 2023 1 commit
-
-
Piotr Piwoński authored
This PR adds all beacon uris to the relay following the advise in [mev-boost-relay readme](https://github.com/flashbots/mev-boost-relay#beacon-nodes--cl-clients): > Relays are strongly advised to run multiple beacon nodes! --------- Co-authored-by:
Gyanendra Mishra <anomaly.the@gmail.com>
-
- 29 Sep, 2023 6 commits
-
-
Derek authored
-
Gyanendra Mishra authored
After this we will Patch - for bugs fixes Minor - for features Major - for breaking changes So we will get to 1.0.0
-
Gyanendra Mishra authored
I reworked #178 to work with the newly merged repository and other changes we have made since. Big thanks to Peter (@peterbitfly ) the original author of the PR --------- Co-authored-by:
peter <1674920+peterbitfly@users.noreply.github.com>
-
abhi authored
Co-authored-by:
Gyanendra Mishra <anomaly.the@gmail.com>
-
Kamil Chodoła authored
Added flag for MEV-Participant which would prevent from peer scoring and would not cause beacons to be disconnected --------- Co-authored-by:
Kamil Chodoła <kamil@nethermind.io> Co-authored-by:
Gyanendra Mishra <anomaly.the@gmail.com>
-
abhi authored
-
- 28 Sep, 2023 8 commits
-
-
github-actions[bot] authored
🤖 I have created a release *beep* *boop* --- ## [0.5.1](https://github.com/kurtosis-tech/ethereum-package/compare/0.5.0...0.5.1) (2023-09-28) ### Bug Fixes * enable all apis for reth ([#241](https://github.com/kurtosis-tech/ethereum-package/issues/241)) ([db92f7b0](https://github.com/kurtosis-tech/ethereum-package/commit/db92f7b01be1dd05c65eb88463dee76f2261f42f)) * rename light-beaconchain-explorer to dora-the-explorer & change db location ([#243](https://github.com/kurtosis-tech/ethereum-package/issues/243)) ([d3a4b495](https://github.com/kurtosis-tech/ethereum-package/commit/d3a4b495873eeb25647a113f3cd39ab42029faf8)) --- 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>
-
pk910 authored
The lightweight beaconchain explorer was renamed to `dora` (Dora the Explorer). This PR renames all explorer related variables & references accordingly. I've also changed the explorer db path to a local file instead of the `:memory:` placeholder. The in-memory database caused issues as the content is being wiped when all db connections are being closed. I've just used `/dora-database.sqlite` as path. Maybe some of you can give feedback if that's the right location for it :) Replacement for #219, as the renaming has been reworked in a new branch
-
abhi authored
-
github-actions[bot] authored
🤖 I have created a release *beep* *boop* --- ## [0.5.0](https://github.com/kurtosis-tech/ethereum-package/compare/0.4.0...0.5.0) (2023-09-28) ###⚠ BREAKING CHANGES * rename the package to ethereum-package ([#234](https://github.com/kurtosis-tech/ethereum-package/issues/234)) ### Features * add generic prometheus endpoints ([#209](https://github.com/kurtosis-tech/ethereum-package/issues/209)) ([d04e85f4](https://github.com/kurtosis-tech/ethereum-package/commit/d04e85f4ce6b82b989a07087cf20fdd4c984573b)) ### Bug Fixes * add an MIT licence ([#246](https://github.com/kurtosis-tech/ethereum-package/issues/246)) ([f632ff14](https://github.com/kurtosis-tech/ethereum-package/commit/f632ff14cacf6aab9aab6ab29ef94b4b87848f90)) * make nimbus work with mev components ([#244](https://github.com/kurtosis-tech/ethereum-package/issues/244)) ([5c64ed5e](https://github.com/kurtosis-tech/ethereum-package/commit/5c64ed5efcc064799d5c6154d3e7e9ca2d6343ef)) ### Code Refactoring * rename the package to ethereum-package ([#234](https://github.com/kurtosis-tech/ethereum-package/issues/234)) ([23e4d5ec](https://github.com/kurtosis-tech/ethereum-package/commit/23e4d5ecdc24ef9a463cbe4a58ded162f79d0d1f)) --- 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>
-
Gyanendra Mishra authored
-
Derek authored
Co-authored-by:
Gyanendra Mishra <anomaly.the@gmail.com>
-
Gyanendra Mishra authored
-
Derek authored
the example network_params.json in the readme is invalid json due to the trailing commas. This PR removes the trailing commas.
-
- 27 Sep, 2023 6 commits
-
-
Carlos Bermudez Porto authored
- feat: add execution and additional metrics jobs to prometheus service - feat: add beacon metrics gazer to prometheus - fix: ignore not defined metrics info
-
Gyanendra Mishra authored
-
Gyanendra Mishra authored
-
Derek authored
-
github-actions[bot] authored
🤖 I have created a release *beep* *boop* --- ## [0.4.0](https://github.com/kurtosis-tech/eth2-package/compare/0.3.1...0.4.0) (2023-09-27) ###⚠ BREAKING CHANGES * merge eth-network-package onto eth2-package ([#228](https://github.com/kurtosis-tech/eth2-package/issues/228)) ### Code Refactoring * merge eth-network-package onto eth2-package ([#228](https://github.com/kurtosis-tech/eth2-package/issues/228)) ([b72dad35](https://github.com/kurtosis-tech/eth2-package/commit/b72dad35ac0991a6a33e8720aaa5c9455d34752b)) --- 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>
-
Gyanendra Mishra authored
Notes for reviewer - perhaps @leoporoli ? 1. src/el & src/cl & src/node_metrics_info & src/participant.star & src/participant_network.star & src/prelaunch_data_generator/ & src/snooper & static_files have just been lifted and shifted 2. constants is just a union of the two 3.
⚠ ️ parse input is a best effort union of the two; needs some👀 4. shared_utils.star is a best effort union of the two 5. package_io, shared_utils etc used to be at root level they have been shifted 6. eth-network-package has been changed to eth2-package throughout all `.star` files Pending after PR - perhaps @leeederek ? 1. Get the README's to make sense together 2. Get the run.gif over here?⚠ ️ Note to testers 1. Clone the package 2. Check out this PR 3. Run `kurtosis run .` with args of choice
-