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

Create witness and blob preloader #31

Merged
merged 47 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from 46 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
bdf0f34
add func without cargo dep
bxue-l2 Jan 13, 2025
bff6d13
working local proof computation
bxue-l2 Jan 13, 2025
298793d
add readme
bxue-l2 Jan 13, 2025
1c3f2c0
init
bxue-l2 Jan 13, 2025
a1c9374
fix comments
bxue-l2 Jan 15, 2025
755a5c8
fix lint
bxue-l2 Jan 23, 2025
be6e64e
add cryptography crate
bxue-l2 Jan 24, 2025
14aad44
working with new kzg lib interface
bxue-l2 Jan 30, 2025
4ec8403
WIP
Feb 14, 2025
99c1406
t1
bxue-l2 Feb 14, 2025
bb54f9d
cleanup
bxue-l2 Feb 15, 2025
967332c
add docs fix dep
bxue-l2 Feb 15, 2025
221d829
nit
bxue-l2 Feb 18, 2025
362cfb5
fix format issue
bxue-l2 Feb 18, 2025
53bf291
update eigenda-v2-struct lib
bxue-l2 Feb 18, 2025
d7f6ace
cleanup compute-kzg-proof
bxue-l2 Feb 18, 2025
90e93ff
fix lint
bxue-l2 Feb 18, 2025
4cdf6ca
fix lint
bxue-l2 Feb 18, 2025
38103d4
add trait and impl or preloader and oracle
bxue-l2 Feb 19, 2025
7e03e25
add cert version, make both v1 v2 share the identical interface
bxue-l2 Feb 19, 2025
c0e96d2
add cert version and multiplex cert handling
bxue-l2 Feb 19, 2025
24bd4f9
add zkvm verify logic, refactor validity code into its own struct
bxue-l2 Feb 20, 2025
4ffa71f
rename file
bxue-l2 Feb 20, 2025
641fb41
add hint type and refactor fetcher
bxue-l2 Feb 20, 2025
067b4c4
Update bin/host/src/eigenda_fetcher/mod.rs
bxue-l2 Feb 21, 2025
e847a16
rename hint
bxue-l2 Feb 21, 2025
27670ae
Merge branch 'impl-hint-type-for-v1' of https://github.com/Layr-Labs/…
bxue-l2 Feb 21, 2025
d90799b
rename blob_version to payload_encode_version
bxue-l2 Feb 24, 2025
e066250
fix lint
bxue-l2 Feb 24, 2025
fd01cfa
Update crates/proof/src/preloaded_eigenda_provider.rs
bxue-l2 Feb 20, 2025
6eac168
Update crates/compute-kzg-proof/README.md
bxue-l2 Feb 20, 2025
5c0be2d
Update crates/proof/src/eigenda_blob_witness.rs
bxue-l2 Feb 20, 2025
384ec0b
fix lint
bxue-l2 Feb 20, 2025
462285d
fix warn to info
bxue-l2 Feb 20, 2025
7793fb6
fix read me
bxue-l2 Feb 20, 2025
62c2668
make kzg proof typed
bxue-l2 Feb 20, 2025
108cea0
fix bug
bxue-l2 Feb 20, 2025
7382e45
had a terrible merge conflict, fix missing problems
bxue-l2 Feb 25, 2025
b6609ff
working v1
Feb 25, 2025
4854613
working v1
Feb 25, 2025
ab4b9ec
fix comm bug
Feb 25, 2025
f98c543
fix lint error
Feb 25, 2025
97dab19
add inputs args to run hokulea
Feb 25, 2025
0ee38dc
revert machete
Feb 25, 2025
bcfe850
fix lint
Feb 25, 2025
e5b0f67
change gitflow for machate
Feb 25, 2025
5bfbdf1
add nightly to machete to make it run
Feb 25, 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
4 changes: 2 additions & 2 deletions .github/workflows/rust_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: just, cargo-udeps
- name: Install cargo-machete
run: cargo install cargo-machete
- name: Machete
uses: bnjbvr/cargo-machete@main
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
Expand Down
Loading
Loading