-
Notifications
You must be signed in to change notification settings - Fork 26
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!: native go sidecar client, remove DAS stubs #94
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dndll
force-pushed
the
feature/proof-queue
branch
11 times, most recently
from
April 4, 2024 11:00
f35aaec
to
105e14a
Compare
9 tasks
dndll
changed the title
wip: integration with ZKLC proof queue
wip: integration with ZKLC proof queue, native go sidecar client
Apr 4, 2024
dndll
force-pushed
the
feature/proof-queue
branch
8 times, most recently
from
April 16, 2024 10:26
a9fbe67
to
87054f3
Compare
9 tasks
dndll
force-pushed
the
feature/proof-queue
branch
8 times, most recently
from
April 18, 2024 16:04
158ee64
to
c836fd3
Compare
BREAKING CHANGE: removes the namespace, share and other DAS fields Since we key based on inclusion proofs, we dont need this other info Moves Namespace out of blob, into the blob submission request, since we will now expose this in the contract
Will be optimised later on
expose a native go library for integrating with the sidecar BREAKING CHANGE: cleans primitives to remove legacy DAS features BREAKING CHANGE: update sidecar to support native DA-rpc types, removes coupling to near-primitives (fixes madara issue)
dndll
force-pushed
the
feature/proof-queue
branch
2 times, most recently
from
May 8, 2024 08:52
c7981d6
to
fd3abef
Compare
dndll
changed the title
feat: native go sidecar client, remove DAS stubs
feat!: native go sidecar client, remove DAS stubs
May 8, 2024
dndll
force-pushed
the
feature/proof-queue
branch
3 times, most recently
from
May 8, 2024 08:59
312797d
to
fbfca0f
Compare
dndll
force-pushed
the
feature/proof-queue
branch
2 times, most recently
from
May 8, 2024 09:28
8b63ae6
to
f65a359
Compare
dndll
force-pushed
the
feature/proof-queue
branch
5 times, most recently
from
May 8, 2024 10:00
c7d8679
to
4b87956
Compare
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@dndll
feat!:
3739673
BREAKING CHANGE: removes the namespace, share and other DAS fields
Since we key based on inclusion proofs, we dont need this other info
Moves Namespace out of blob, into the blob submission request, since
we will now expose this in the contract
\
relates to #78
TODO: