Skip to content

feat: add shadowfork at block height#1006

Merged
barnabasbusa merged 3 commits intomainfrom
bbusa/shadow-at-height
May 8, 2025
Merged

feat: add shadowfork at block height#1006
barnabasbusa merged 3 commits intomainfrom
bbusa/shadow-at-height

Conversation

@barnabasbusa
Copy link
Collaborator

No description provided.

@barnabasbusa barnabasbusa requested review from pk910 and skylenet May 8, 2025 13:35
@barnabasbusa barnabasbusa enabled auto-merge (squash) May 8, 2025 13:35
@barnabasbusa barnabasbusa merged commit 595d663 into main May 8, 2025
14 checks passed
@barnabasbusa barnabasbusa deleted the bbusa/shadow-at-height branch May 8, 2025 13:50
barnabasbusa pushed a commit that referenced this pull request May 8, 2025
🤖 I have created a release *beep* *boop*
---


##
[5.0.0](4.6.0...5.0.0)
(2025-05-08)


### ⚠ BREAKING CHANGES

* refactor open ports + add quic support
([#1000](#1000))
* launch spamoor daemon with web ui
([#964](#964))
* rename max_blob to sidecar for spamoor-blob
([#959](#959))
* rename transaction spammer, remove beacon metrics gazer
([#923](#923))

### Features

* add force snapshot syncing capability
([#993](#993))
([28b6e95](28b6e95))
* add fraction as a config param
([#944](#944))
([ad5ed42](ad5ed42))
* add gas limit overrides
([#968](#968))
([35a3667](35a3667))
* add params to configure spamoor resource limits
([#1001](#1001))
([0c2945c](0c2945c))
* add peerdas fulu support to nethermind
([#937](#937))
([c187400](c187400))
* add perfect peerdas testing
([#928](#928))
([7e9a17f](7e9a17f))
* add shadowfork at block height
([#1006](#1006))
([595d663](595d663))
* add spammor_blob wrapper v1 to activate with fulu
([#948](#948))
([8c35011](8c35011))
* add validator custody
([#929](#929))
([2ab3246](2ab3246))
* enable checkpoint sync for ephemery and public devnets
([#949](#949))
([423b8c1](423b8c1))
* enable checkpoint sync for public networks
([#935](#935))
([13dbe4d](13dbe4d))
* launch spamoor daemon with web ui
([#964](#964))
([dabce8c](dabce8c))
* make genesis electra
([#940](#940))
([1d4e943](1d4e943))
* remove python dependency
([#958](#958))
([96cc80e](96cc80e))
* rename max_blob to sidecar for spamoor-blob
([#959](#959))
([8aa239e](8aa239e))
* test new eth-beacon-genesis
([#938](#938))
([7ae4061](7ae4061))
* Update pectra files
([#983](#983))
([cf13b4b](cf13b4b))


### Bug Fixes

* able to override spamoor blob image
([#954](#954))
([07ad4cf](07ad4cf))
* add blobscan DIRECT_URL env var
([#936](#936))
([084e08d](084e08d)),
closes
[#916](#916)
* add missing flags to rbuilder
([#947](#947))
([b710250](b710250))
* add sec per slot to mev boost
([#984](#984))
([ee447ec](ee447ec))
* allow prysm to be forever-alone
([#969](#969))
([6c82d40](6c82d40))
* bump egg to v4.0.1
([#939](#939))
([4e3099c](4e3099c))
* bump eth metrics export and egg
([#991](#991))
([1e65a6f](1e65a6f))
* bump mev relay mem limit
([#1003](#1003))
([8e54d8d](8e54d8d))
* bump tests
([#942](#942))
([09ce03f](09ce03f))
* cancellations for mev_relay_launcher.star
([#961](#961))
([6b8f5e4](6b8f5e4))
* change all deposit addresses to mainnet
([#981](#981))
([d677e63](d677e63))
* **ci:** make docker rate limits appear correctly
([#946](#946))
([0d9550a](0d9550a))
* cleanup spamoor blob
([#972](#972))
([9f3a81e](9f3a81e))
* geth network id cant be set with public networks
([#1005](#1005))
([09ded2a](09ded2a))
* handle extra args for spamoor
([#975](#975))
([12736e6](12736e6))
* lighthouse to be able to run alone
([#1007](#1007))
([4c75506](4c75506))
* make geth default to snap-sync
([#998](#998))
([067ca8c](067ca8c))
* make mev work with minimal preset
([#992](#992))
([ff3da12](ff3da12))
* mev-pectra workflow
([#963](#963))
([729ead8](729ead8))
* nimbus supernode flag
([#997](#997))
([8518302](8518302))
* osaka blob schedule chainspec
([#943](#943))
([59ebc52](59ebc52))
* public networks wont fetch prague and osaka time
([#950](#950))
([7fe59a8](7fe59a8))
* python 3.11 bug, bump to 3.12
([#957](#957))
([83830d4](83830d4))
* refactor open ports + add quic support
([#1000](#1000))
([a9247f3](a9247f3))
* reth-builder client name type
([#967](#967))
([d27d959](d27d959))
* set fulu specific properties for blob scenarios in spamoor
([#971](#971))
([74e98f0](74e98f0))
* supernode bool in participant matrix
([#951](#951))
([3a0a9a0](3a0a9a0))
* teku initial state to genesis state
([#962](#962))
([1ad949f](1ad949f))
* update nimbus latest image
([#987](#987))
([a5a1561](a5a1561))
* update prysm supernode flag
([#999](#999))
([eed788c](eed788c))
* Update tests
([#918](#918))
([d8e035b](d8e035b))
* use latest spamoor instead of blob-v1 for peerdas
([#1004](#1004))
([f2c19b1](f2c19b1))
* use next js proxy for blockscout frontend
([#873](#873))
([151ff0a](151ff0a))
* use separate file for additional contracts & fix disabled fork
activation epoch
([#849](#849))
([e8cd95d](e8cd95d))
* yeet trailing comma from enr list
([#965](#965))
([63a6d50](63a6d50))


### Code Refactoring

* rename transaction spammer, remove beacon metrics gazer
([#923](#923))
([96eeb99](96eeb99))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
darigaaz86 pushed a commit to darigaaz86/kurtosis-eth that referenced this pull request Nov 12, 2025
🤖 I have created a release *beep* *boop*
---


##
[5.0.0](ethpandaops/ethereum-package@4.6.0...5.0.0)
(2025-05-08)


### ⚠ BREAKING CHANGES

* refactor open ports + add quic support
([#1000](ethpandaops/ethereum-package#1000))
* launch spamoor daemon with web ui
([#964](ethpandaops/ethereum-package#964))
* rename max_blob to sidecar for spamoor-blob
([#959](ethpandaops/ethereum-package#959))
* rename transaction spammer, remove beacon metrics gazer
([#923](ethpandaops/ethereum-package#923))

### Features

* add force snapshot syncing capability
([#993](ethpandaops/ethereum-package#993))
([28b6e95](ethpandaops/ethereum-package@28b6e95))
* add fraction as a config param
([#944](ethpandaops/ethereum-package#944))
([ad5ed42](ethpandaops/ethereum-package@ad5ed42))
* add gas limit overrides
([#968](ethpandaops/ethereum-package#968))
([35a3667](ethpandaops/ethereum-package@35a3667))
* add params to configure spamoor resource limits
([#1001](ethpandaops/ethereum-package#1001))
([0c2945c](ethpandaops/ethereum-package@0c2945c))
* add peerdas fulu support to nethermind
([#937](ethpandaops/ethereum-package#937))
([c187400](ethpandaops/ethereum-package@c187400))
* add perfect peerdas testing
([#928](ethpandaops/ethereum-package#928))
([7e9a17f](ethpandaops/ethereum-package@7e9a17f))
* add shadowfork at block height
([#1006](ethpandaops/ethereum-package#1006))
([595d663](ethpandaops/ethereum-package@595d663))
* add spammor_blob wrapper v1 to activate with fulu
([#948](ethpandaops/ethereum-package#948))
([8c35011](ethpandaops/ethereum-package@8c35011))
* add validator custody
([#929](ethpandaops/ethereum-package#929))
([2ab3246](ethpandaops/ethereum-package@2ab3246))
* enable checkpoint sync for ephemery and public devnets
([#949](ethpandaops/ethereum-package#949))
([423b8c1](ethpandaops/ethereum-package@423b8c1))
* enable checkpoint sync for public networks
([#935](ethpandaops/ethereum-package#935))
([13dbe4d](ethpandaops/ethereum-package@13dbe4d))
* launch spamoor daemon with web ui
([#964](ethpandaops/ethereum-package#964))
([dabce8c](ethpandaops/ethereum-package@dabce8c))
* make genesis electra
([#940](ethpandaops/ethereum-package#940))
([1d4e943](ethpandaops/ethereum-package@1d4e943))
* remove python dependency
([#958](ethpandaops/ethereum-package#958))
([96cc80e](ethpandaops/ethereum-package@96cc80e))
* rename max_blob to sidecar for spamoor-blob
([#959](ethpandaops/ethereum-package#959))
([8aa239e](ethpandaops/ethereum-package@8aa239e))
* test new eth-beacon-genesis
([#938](ethpandaops/ethereum-package#938))
([7ae4061](ethpandaops/ethereum-package@7ae4061))
* Update pectra files
([#983](ethpandaops/ethereum-package#983))
([cf13b4b](ethpandaops/ethereum-package@cf13b4b))


### Bug Fixes

* able to override spamoor blob image
([#954](ethpandaops/ethereum-package#954))
([07ad4cf](ethpandaops/ethereum-package@07ad4cf))
* add blobscan DIRECT_URL env var
([#936](ethpandaops/ethereum-package#936))
([084e08d](ethpandaops/ethereum-package@084e08d)),
closes
[#916](ethpandaops/ethereum-package#916)
* add missing flags to rbuilder
([#947](ethpandaops/ethereum-package#947))
([b710250](ethpandaops/ethereum-package@b710250))
* add sec per slot to mev boost
([#984](ethpandaops/ethereum-package#984))
([ee447ec](ethpandaops/ethereum-package@ee447ec))
* allow prysm to be forever-alone
([#969](ethpandaops/ethereum-package#969))
([6c82d40](ethpandaops/ethereum-package@6c82d40))
* bump egg to v4.0.1
([#939](ethpandaops/ethereum-package#939))
([4e3099c](ethpandaops/ethereum-package@4e3099c))
* bump eth metrics export and egg
([#991](ethpandaops/ethereum-package#991))
([1e65a6f](ethpandaops/ethereum-package@1e65a6f))
* bump mev relay mem limit
([#1003](ethpandaops/ethereum-package#1003))
([8e54d8d](ethpandaops/ethereum-package@8e54d8d))
* bump tests
([#942](ethpandaops/ethereum-package#942))
([09ce03f](ethpandaops/ethereum-package@09ce03f))
* cancellations for mev_relay_launcher.star
([#961](ethpandaops/ethereum-package#961))
([6b8f5e4](ethpandaops/ethereum-package@6b8f5e4))
* change all deposit addresses to mainnet
([#981](ethpandaops/ethereum-package#981))
([d677e63](ethpandaops/ethereum-package@d677e63))
* **ci:** make docker rate limits appear correctly
([#946](ethpandaops/ethereum-package#946))
([0d9550a](ethpandaops/ethereum-package@0d9550a))
* cleanup spamoor blob
([#972](ethpandaops/ethereum-package#972))
([9f3a81e](ethpandaops/ethereum-package@9f3a81e))
* geth network id cant be set with public networks
([#1005](ethpandaops/ethereum-package#1005))
([09ded2a](ethpandaops/ethereum-package@09ded2a))
* handle extra args for spamoor
([#975](ethpandaops/ethereum-package#975))
([12736e6](ethpandaops/ethereum-package@12736e6))
* lighthouse to be able to run alone
([#1007](ethpandaops/ethereum-package#1007))
([4c75506](ethpandaops/ethereum-package@4c75506))
* make geth default to snap-sync
([#998](ethpandaops/ethereum-package#998))
([067ca8c](ethpandaops/ethereum-package@067ca8c))
* make mev work with minimal preset
([#992](ethpandaops/ethereum-package#992))
([ff3da12](ethpandaops/ethereum-package@ff3da12))
* mev-pectra workflow
([#963](ethpandaops/ethereum-package#963))
([729ead8](ethpandaops/ethereum-package@729ead8))
* nimbus supernode flag
([#997](ethpandaops/ethereum-package#997))
([8518302](ethpandaops/ethereum-package@8518302))
* osaka blob schedule chainspec
([#943](ethpandaops/ethereum-package#943))
([59ebc52](ethpandaops/ethereum-package@59ebc52))
* public networks wont fetch prague and osaka time
([#950](ethpandaops/ethereum-package#950))
([7fe59a8](ethpandaops/ethereum-package@7fe59a8))
* python 3.11 bug, bump to 3.12
([#957](ethpandaops/ethereum-package#957))
([83830d4](ethpandaops/ethereum-package@83830d4))
* refactor open ports + add quic support
([#1000](ethpandaops/ethereum-package#1000))
([a9247f3](ethpandaops/ethereum-package@a9247f3))
* reth-builder client name type
([#967](ethpandaops/ethereum-package#967))
([d27d959](ethpandaops/ethereum-package@d27d959))
* set fulu specific properties for blob scenarios in spamoor
([#971](ethpandaops/ethereum-package#971))
([74e98f0](ethpandaops/ethereum-package@74e98f0))
* supernode bool in participant matrix
([#951](ethpandaops/ethereum-package#951))
([3a0a9a0](ethpandaops/ethereum-package@3a0a9a0))
* teku initial state to genesis state
([#962](ethpandaops/ethereum-package#962))
([1ad949f](ethpandaops/ethereum-package@1ad949f))
* update nimbus latest image
([#987](ethpandaops/ethereum-package#987))
([a5a1561](ethpandaops/ethereum-package@a5a1561))
* update prysm supernode flag
([#999](ethpandaops/ethereum-package#999))
([eed788c](ethpandaops/ethereum-package@eed788c))
* Update tests
([#918](ethpandaops/ethereum-package#918))
([d8e035b](ethpandaops/ethereum-package@d8e035b))
* use latest spamoor instead of blob-v1 for peerdas
([#1004](ethpandaops/ethereum-package#1004))
([f2c19b1](ethpandaops/ethereum-package@f2c19b1))
* use next js proxy for blockscout frontend
([#873](ethpandaops/ethereum-package#873))
([151ff0a](ethpandaops/ethereum-package@151ff0a))
* use separate file for additional contracts & fix disabled fork
activation epoch
([#849](ethpandaops/ethereum-package#849))
([e8cd95d](ethpandaops/ethereum-package@e8cd95d))
* yeet trailing comma from enr list
([#965](ethpandaops/ethereum-package#965))
([63a6d50](ethpandaops/ethereum-package@63a6d50))


### Code Refactoring

* rename transaction spammer, remove beacon metrics gazer
([#923](ethpandaops/ethereum-package#923))
([96eeb99](ethpandaops/ethereum-package@96eeb99))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants