Skip to content

Commit

Permalink
feat: Fork Diff Summary - address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Jan 8, 2025
1 parent 238be1a commit 34ecd12
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ base:
fork:
name: Layr-Labs/nitro
url: https://github.com/Layr-Labs/nitro
ref: refs/tags/v3.2.1
ref: refs/heads/eigenda
def:
title: "EigenDA x Arbitrum Nitro fork diff"
description: | # description in markdown
Expand Down Expand Up @@ -58,7 +58,7 @@ def:

- title: "DA writer/reader interface"
description: |
* Implements the Arbiturm native Data Availability `Reader` [interface](https://github.com/Layr-Labs/nitro/blob/070313b901ea55e131534850bfc791ec4e588668/arbstate/daprovider/reader.go#L16-L29) for EigenDA.
* Implements the Arbitrum native Data Availability `Reader` [interface](https://github.com/Layr-Labs/nitro/blob/070313b901ea55e131534850bfc791ec4e588668/arbstate/daprovider/reader.go#L16-L29) for EigenDA.
When recording a batch payload to the preimage oracle for stateless validation, the blob is generic encoded to a BN254 compatible format as a precursor for injection.
Sequencer messages are decoded from their ABI encoded format to a `BlobInfo` type for compatible communication with the proxy service.
Expand All @@ -84,8 +84,6 @@ def:
- "eigenda/serialize.go"
- "eigenda/serialize_test.go"

- title: Bl


- title: "Certificate translations"
description: |
Expand Down

0 comments on commit 34ecd12

Please sign in to comment.