feat!: native go sidecar client, remove DAS stubs#94
Merged
Conversation
f35aaec to
105e14a
Compare
9 tasks
a9fbe67 to
87054f3
Compare
9 tasks
158ee64 to
c836fd3
Compare
4ab2c06 to
b31b23c
Compare
added 9 commits
May 8, 2024 09:44
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)
c7981d6 to
fd3abef
Compare
312797d to
fbfca0f
Compare
8b63ae6 to
f65a359
Compare
c7d8679 to
4b87956
Compare
4b87956 to
52998da
Compare
Closed
This file contains hidden or 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
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: