-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRT-987 SDK - Implement batch requests (#948)
* Add a package.json command for jsonRPC badge test * Move JsonrpcVersion to consts * Add JsonRPCBatchMessage * Add some helper methods * Add support for batches for tendermint * Remove protos and compiled protos * Make the protoc generation script work * Update the github job to generate protos * added batches to test * stringify * add better error handling in batches when timing out * Add batch support for jsonrpc * Fix SDK tests github action * Fix package.json commands * Fix URL parsing * Improve the SDK examples * Fix SDK setup scripts * Update gitignore * Fix spec * Small fix to the lava SDK tests GH action * Fix attempt to the e2e gh action + some logs * Forgotten merge conflict * Clean up E2E gh action * Small fix to the jsonrpc.ts file * Add tests to jsonrpc and tendermintrpc * Fix e2e job * CR Fix: Update the gelocation in the scripts * Create a new script "init_sdk.sh" add updated the README * CR Fix: Remove debug log * CR Fix: Add tests to common's compareRequestedBlockInBatch function * Update the SDK e2e job * Fix lint --------- Co-authored-by: omerlavanet <[email protected]>
- Loading branch information
1 parent
f52eed8
commit 3fa9276
Showing
148 changed files
with
1,580 additions
and
43,260 deletions.
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
Oops, something went wrong.