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

feat(main): eigen client m0 implementation #347

Open
wants to merge 20 commits into
base: eigen-client-extra-features
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
64d0a38
feat(eigen-client-m0-implementation): concurrent da dispatcher (#333)
juan518munoz Nov 12, 2024
4c5af89
feat(eigen-client-m0-implementation): grafana metrics (#334)
juan518munoz Nov 19, 2024
103ae8e
fix sleep millis instead of secs (#348)
juan518munoz Nov 19, 2024
5e3b125
feat(eigen-client-m0-implementation): send blob id to l1 (#332)
juan518munoz Nov 20, 2024
43a3e5c
Merge branch 'eigen-client-extra-features' into eigen-client-m0-with-…
gianbelinche Nov 22, 2024
05ee9b6
Merge branch 'eigen-client-extra-features-merge-main' into eigen-clie…
gianbelinche Nov 22, 2024
f3725c6
Fix conflicts
gianbelinche Nov 22, 2024
c47a0cd
clippy & doc
juan518munoz Nov 22, 2024
9416d8d
Merge pull request #353 from lambdaclass/eigen-client-m0-with-extra
gianbelinche Nov 22, 2024
f91bd58
Merge pull request #355 from lambdaclass/eigen-client-m0-extra-merge-…
juan518munoz Nov 22, 2024
f0dc911
Merge branch 'eigen-client-extra-features' into eigen-client-m0-imple…
gianbelinche Dec 2, 2024
4439795
Fix concurrent dispatcher
gianbelinche Dec 3, 2024
e1d42c7
Go back to sequential dispatcher
gianbelinche Dec 3, 2024
0169b1e
Merge pull request #364 from lambdaclass/eigen-client-m0-sequential-d…
gianbelinche Dec 6, 2024
f75e703
merge branch 'eigen-client-extra-features'
juan518munoz Dec 6, 2024
f2aa6f2
initial commit
juan518munoz Dec 9, 2024
d8d75e7
rename var
juan518munoz Dec 10, 2024
2362226
Merge pull request #368 from lambdaclass/eigen-client-m0-implementati…
juan518munoz Dec 11, 2024
93d8c02
feat(eigen-client-m0): merge `extra-features` branch & remove unused …
juan518munoz Jan 3, 2025
1a35d67
feat(eigen-client-m0): Extract EigenDA client (#373)
gianbelinche 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
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "25.2.0",
"core": "25.3.0",
"prover": "17.1.1",
"zkstack_cli": "0.1.2"
}
Loading