Skip to content

Commit

Permalink
Comm host client proxy return rollup blob (#19)
Browse files Browse the repository at this point in the history
* can read eigenda v1 cert

* small fix

* fix lint

* fix link for real

* make it non eigenda-proxy compatible

* fix lint

* wip

* add partial decoding logic to be add to read raw blob

* move decode logic

* remove debug log

* change altda to eigenda

* add comments and add staleness check and empty bytes check

* add staleness comment

* client host comm with original eigenda proxy

* fix error

* fix lint

* fix comments from PR 17

* chore: fix bin/client/justfile to use relative path

* docs: fix comment typo beginnin->beginning

* docs: replace ToDo comments with TODO:

* style: rename BLOB_ENCODING_VERSION -> BLOB_ENCODING_VERSION_0

* docs: update readme instructions to make it easier (and more reproducible) to spin up the op devnet (#21)

* style: fix lint errors

* test: fix decode tests

* add length check in eigenda_data.rs

* fix review

* fix lint

* test

* Revert "test"

This reverts commit f87fd34.

---------

Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: bx3 <[email protected]>
Co-authored-by: Samuel Laferriere <[email protected]>
Co-authored-by: Bowen <[email protected]>
  • Loading branch information
5 people authored Jan 3, 2025
1 parent 5c214ae commit 6da009d
Show file tree
Hide file tree
Showing 18 changed files with 838 additions and 100 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target/
data/
optimism/
Loading

0 comments on commit 6da009d

Please sign in to comment.