# fusaka-devnet-0 specs
:::info
:mega: fusaka-devnet-0 targets launched on 26th May 2025
:::
:::info
:mega: fusaka-devnet-0 will have target/max blob 6/9 similar to pectra. Any bump in blob increase will be done via BPO in future devnets and not via `max_blobs_per_block_fulu`.
:::
:::info
:mega: bpo_1 will increase target/max blob 9/16 (?) 256 epochs after genesis. This will be followed by a bpo_2 which will decrease back to 6/9.
:::
:::info
Meta EIP status tracker: https://notes.ethereum.org/@marioevz/fusaka-sfi-tracker
:::
### Changes include:
- Data column sidecars by root
- validator custody (optional)
- distributed blob building
- shifting cell proof computation to transaction sender
### Discussion:
- Who is going to work on EELS/EEST for proof computation to tx sender?
## EIP List for peerdas-devnet-7
The list below links the specific commit versions of the EIPs included in devnet-7.
[EIP-7594: PeerDAS - Peer Data Availability Sampling](https://github.com/ethereum/EIPs/blob/ed447a1105230659fdce084710ae36bc309ff99f/EIPS/eip-7594.md)
[EIP-7883: ModExp Gas Cost Increase](https://eips.ethereum.org/EIPS/eip-7883)
### Test Releases
**Consensus Specs:** [v1.5.0](https://github.com/ethereum/consensus-specs/releases/tag/v1.5.0)
**Exection Spec Tests:** TODO
### Spec versions required & Open PRs
**Beacon Metrics**
[PeerDAS metrics: add data column, kzg, custody metrics](https://github.com/ethereum/beacon-metrics/pull/14) Draft :grey_exclamation:
**Beacon API**
[Add EIP-7594 (PeerDAS) related changes](https://github.com/ethereum/beacon-APIs/pull/516) Merged :heavy_check_mark:
[`produceBlock` and `publishBlock`: Remove blobs and KZG proofs](https://github.com/ethereum/beacon-APIs/issues/519) Open :exclamation:
**Builder Specs**
[Add EIP-7594 (PeerDAS) related changes](https://github.com/ethereum/builder-specs/pull/117) Merged :heavy_check_mark:
**Consensus Specs**
[Basic validator custody](https://github.com/ethereum/consensus-specs/pull/3871) Optional
[Introduce blob schedule](https://github.com/ethereum/consensus-specs/pull/4277) Merged :heavy_check_mark:
**Execution APIs**
[Add EIP-7594 (PeerDAS) related changes](https://github.com/ethereum/execution-apis/pull/630) Merged :heavy_check_mark:
**Execution Spec PRs**
[More post Prague re-factors](https://github.com/ethereum/execution-specs/pull/1159) Merged :heavy_check_mark:
**Execution Spec Tests PRs**
[feat(tests): peerdas tracking issue](https://github.com/ethereum/execution-spec-tests/issues/1301) Open :exclamation:
### Validator custody
| Client | Status |
|------------|---------|
| Teku | Supports with backfill |
| Nimbus | Not yet supported |
| Prysm | Supports without backfill |
| Lighthouse | Not yet supported |
| Grandine | Not yet supported |
| Lodestar | Supports without backfill |
## Kurtosis Interop Conifg (Pre-devnet testing)
WIP
## Client Interop Readiness
Manu's test scenarios:
https://hackmd.io/@manunalepa/BJzNsCnvyx
### Prysm
| Scenario | Grandine | Lighthouse | Lodestar | Nimbus | Prysm | Teku |
| -------- | -------- | ---------- | -------- | ------ | ----- | ---- |
| 1a | :question: | :question: | :question: | :question: | :question: | :question: |
| 1b | :question: | :question: | :question: | :question: | :question: | :question: |
| 2a| :question: | :question: | :question: | :question: | :question: | :question: |
| 2b | :question: | :question: | :question: | :question: | :question: | :question: |
| 3a | :question: | :question: | :question: | :question: | :question: | :question: |
| 3b | :question: | :question: | :question: | :question: | :question: | :question: |
| 4 | :question: | :question: | :question: | :question: | :question: | :question: |
## Reference spec for previous devnet:
https://notes.ethereum.org/@ethpandaops/peerdas-devnet-7
### Open future Questions:
- Should peerdas-devnet-7 included [EIP-7892](https://github.com/ethereum/EIPs/pull/9423), BPO Hard Forks?
- Alternately, should a pre-determined blob increase schedule triggered by a BPO mechanism (as proposed [here](https://hackmd.io/@ralexstokes/blob-acc-2025#Blob-schedule-for-Fusaka)) be included in peerdas-devnet-7?