-
Notifications
You must be signed in to change notification settings - Fork 31
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: Integrate WeaveVM as a secondary backend in EigenDA proxy #198
Closed
Closed
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
9343f0b
blueprint
allnil fc8a5eb
feat: add code to communicate with wvm rpc
allnil 153107c
chore: last changes, clean logs
allnil c4c7acb
feat: new endpoints to get wvm tx hash and blob from wvm
allnil 3ee927c
fix: fix decompression
allnil 605a3c7
chore: clean the code, update README
allnil f155de2
chore: add some logs
allnil b42d34c
Merge pull request #1 from weaveVM/feat/send-blob-to-eigen-store-on-wvm
allnil a6a304b
docs: update README
charmful0x f730fdf
Merge pull request #2 from weaveVM/docs
charmful0x 815a00a
docs: add workflow diagram
charmful0x c725446
docs: update put-workflow
charmful0x 15b5b3d
docs: add GET blob workflow
charmful0x ac70008
Merge pull request #3 from weaveVM/docs
charmful0x 4813df6
docs: add archive pool info
charmful0x 079da61
Merge pull request #4 from weaveVM/docs
charmful0x de49931
merge with upstream
allnil 5644414
Merge pull request #6 from weaveVM/merge-upstream-v2
allnil bee623c
feat: add weavevm integration as a secondary backend, add env vars, c…
allnil 1bb6c45
chore: remove server binary from git
allnil 0c61e3f
chore: change naming from wvm to weave
allnil 5c5d826
chore: rename
allnil 1951f66
chore: pass weavevm priv key hex
allnil 58cd1f6
chore: fix env var to pass weave vm priv key
allnil 2e80c95
chore: change env var description
allnil a04dc93
chore: add config checks
allnil 4a14010
chore: global renaming, fix urls, run tests
allnil a30a578
Merge branch 'main' of https://github.com/Layr-Labs/eigenda-proxy int…
allnil 3fc0019
chore: refactor readmes
allnil 8b2cb87
chore: add versioning to url
allnil 831a9cf
chore: work on readme continues
allnil 1b0164d
chore: remove parts of readme, continue fixes
allnil a640517
chore: fix typo in wvm e2e test comment
allnil d600261
chore: fix typo in wvm e2e test setup comment
allnil 5a55327
chore: notes and comments
allnil 5517256
docs: update WeaveVM section & add LICENSE ref
charmful0x 36250aa
chore: add checks on max blob size using weavevm
allnil c1ba3ca
Merge branch 'main' of https://github.com/Layr-Labs/eigenda-proxy int…
allnil 35eca7d
chore: clean readme and cli flags naming
allnil 2e811ba
chore: add description of env vars and flags
allnil b3ccf6b
chore: fix naming of weavevm client
allnil 34fb623
chore: change MB to MiB to be explicit
allnil 2d77572
chore: rename package, move some info logs to debug level
allnil 5d695bd
chore: add config validation on private key signer and web3signer pro…
allnil f10fea7
chore: test command and update readme
allnil 09df602
chore: fix cli command in readme
allnil e4a41e5
chore: merge
allnil 434f78b
merge
allnil 139dd4d
merge
allnil f5bfefa
fix test
allnil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice only one new dependency