Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comm host client proxy return rollup blob #19

Merged
merged 29 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2adfadb
can read eigenda v1 cert
Dec 20, 2024
082ab7f
small fix
Dec 20, 2024
6f9aef7
fix lint
Dec 20, 2024
aee0d7b
fix link for real
Dec 20, 2024
2d17537
make it non eigenda-proxy compatible
Dec 20, 2024
40e8689
fix lint
Dec 20, 2024
6c0c727
wip
Dec 20, 2024
1ada330
add partial decoding logic to be add to read raw blob
Dec 21, 2024
10959c3
move decode logic
Dec 21, 2024
854ec24
remove debug log
Dec 21, 2024
5e3a695
change altda to eigenda
Dec 21, 2024
d0782e7
add comments and add staleness check and empty bytes check
Dec 21, 2024
83280f9
add staleness comment
Dec 21, 2024
b57d10b
client host comm with original eigenda proxy
immersify-app Dec 22, 2024
212aebd
fix error
immersify-app Dec 22, 2024
571efb0
fix lint
immersify-app Dec 22, 2024
12a0b47
fix comments from PR 17
immersify-app Jan 2, 2025
67535a7
chore: fix bin/client/justfile to use relative path
samlaf Jan 2, 2025
642907c
docs: fix comment typo beginnin->beginning
samlaf Jan 2, 2025
7cfc9d9
docs: replace ToDo comments with TODO:
samlaf Jan 2, 2025
4928ce5
style: rename BLOB_ENCODING_VERSION -> BLOB_ENCODING_VERSION_0
samlaf Jan 2, 2025
49a4c80
docs: update readme instructions to make it easier (and more reproduc…
samlaf Jan 2, 2025
7dd7a13
style: fix lint errors
samlaf Jan 2, 2025
c69886f
test: fix decode tests
samlaf Jan 2, 2025
736de0b
add length check in eigenda_data.rs
immersify-app Jan 3, 2025
3f36ef8
fix review
immersify-app Jan 3, 2025
21fed1a
fix lint
immersify-app Jan 3, 2025
f87fd34
test
Jan 3, 2025
6669739
Revert "test"
bxue-l2 Jan 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading