Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Layr-Labs/eigenda into ap…
Browse files Browse the repository at this point in the history
…imetrics
  • Loading branch information
jianoaix committed Mar 18, 2024
2 parents 383a199 + 54fce30 commit cf30c87
Show file tree
Hide file tree
Showing 214 changed files with 6,301 additions and 3,965 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
pull_request:
workflow_dispatch:

env:
Expand All @@ -16,8 +17,6 @@ jobs:
permissions:
contents: read
packages: write
# Run this job only on push to master branch
if: github.event_name != 'pull_request'
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -50,6 +49,7 @@ jobs:
- name: Build Docker image
run: docker compose -f docker-compose-build.yaml build
- name: Push Docker image
if: github.ref == 'refs/heads/master'
run: docker compose -f docker-compose-build.yaml push

- name: Send GitHub Action trigger data to Slack workflow
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
path = contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "contracts/lib/eigenlayer-contracts"]
path = contracts/lib/eigenlayer-contracts
url = https://github.com/Layr-Labs/eigenlayer-contracts
branch = m2-mainnet-fixes
[submodule "contracts/lib/eigenlayer-middleware"]
path = contracts/lib/eigenlayer-middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
Expand Down
2 changes: 1 addition & 1 deletion api/docs/disperser.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ AuthenticationData contains the signature of the BlobAuthHeader.

### BlobAuthHeader
BlobAuthHeader contains information about the blob for the client to verify and sign.
- Once payments are enabled, the BlobAuthHeader the KZG commitment to the blob, which the client
- Once payments are enabled, the BlobAuthHeader will contain the KZG commitment to the blob, which the client
will verify and sign. Having the client verify the KZG commitment instead of calculating it avoids
the need for the client to have the KZG structured reference string (SRS), which can be large.
The signed KZG commitment prevents the disperser from sending a different blob to the DA Nodes
Expand Down
15 changes: 8 additions & 7 deletions api/grpc/churner/churner.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf30c87

Please sign in to comment.