-
Notifications
You must be signed in to change notification settings - Fork 74
Comparing changes
Open a pull request
base repository: base/blob-archiver
base: pectra-readiness
head repository: base/blob-archiver
compare: master
- 11 commits
- 14 files changed
- 8 contributors
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ef1422 - Browse repository at this point
Copy the full SHA 6ef1422View commit details
Commits on Mar 3, 2025
-
Merge pull request #44 from base/pectra-readiness
chore: bump dependencies for pectra blocks
Configuration menu - View commit details
-
Copy full SHA for 5753621 - Browse repository at this point
Copy the full SHA 5753621View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d0371 - Browse repository at this point
Copy the full SHA 14d0371View commit details -
Merge pull request #45 from base/pectra-test
chore: add test for pectra support
Configuration menu - View commit details
-
Copy full SHA for 63a1437 - Browse repository at this point
Copy the full SHA 63a1437View commit details
Commits on Mar 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f668f50 - Browse repository at this point
Copy the full SHA f668f50View commit details
Commits on May 9, 2025
-
Merge pull request #46 from qoog/patch-1
docs: Correct usage of "API" in documentation
Configuration menu - View commit details
-
Copy full SHA for 614d333 - Browse repository at this point
Copy the full SHA 614d333View commit details -
Merge pull request #40 from teenager-ETH/fix/err
Typographical error in the file_test.go
Configuration menu - View commit details
-
Copy full SHA for c9a54bb - Browse repository at this point
Copy the full SHA c9a54bbView commit details
Commits on Jun 17, 2025
-
[StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d84f687 - Browse repository at this point
Copy the full SHA d84f687View commit details
Commits on Jun 18, 2025
-
Merge pull request #48 from base/chore/GHA-171349-stepsecurity-remedi…
…ation [StepSecurity] Apply security best practices
Configuration menu - View commit details
-
Copy full SHA for f82be68 - Browse repository at this point
Copy the full SHA f82be68View commit details
Commits on Oct 16, 2025
-
feat: migrate to beacon blobs endpoint for Fusaka (#49)
Implements support for the new /eth/v1/beacon/blobs/{block_id} endpoint as an automatic fallback from the deprecated blob_sidecars endpoint when it fails. Key changes: Archiver: Prefer blob_sidecars endpoint, fall back to blobs endpoint on failure and compute KZG commitments/proofs from blob data API: Add /eth/v1/beacon/blobs/{id} endpoint with versioned_hashes filtering support using kzg4844.CalcBlobHashV1 Test data: Generate valid BLS12-381 field elements by reducing random data modulo the field modulus to ensure KZG operations succeed Test helpers: Consolidate blob generation into NewBlobSidecars with proper header support for consistent test comparisons Even when the blobs endpoint is used, the archiver stores complete blob sidecars with derived KZG commitments and proofs, maintaining backward compatibility with existing storage format. NOTE: This code relies on attestantio/go-eth2-client#273, which has not yet been merged. An unreleased branch is used for this dependency for now.
Configuration menu - View commit details
-
Copy full SHA for feee622 - Browse repository at this point
Copy the full SHA feee622View commit details
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b727154 - Browse repository at this point
Copy the full SHA b727154View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff pectra-readiness...master