* WIP Batch RPC requests * Lint warnings * Match responses by ID * Review Comments * Lint * Update packages/tendermint-rpc/src/rpcclients/httpbatchclient.spec.ts Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> * Update packages/tendermint-rpc/src/rpcclients/httpbatchclient.ts Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> * Update packages/tendermint-rpc/src/rpcclients/httpbatchclient.ts Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> * review updates * lint * check falsy values * CHANGELOG & export * Update CHANGELOG.md Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> * yarn format-text * Fix linter issues * Test batchSizeLimit for safe integer and improve error message * Move changelog to Unreleased section Co-authored-by: codehans <94654388+codehans@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .nycrc.yml | ||
| jasmine-testrunner.js | ||
| karma.conf.js | ||
| package.json | ||
| README.md | ||
| tsconfig.eslint.json | ||
| tsconfig.json | ||
| typedoc.js | ||
| webpack.web.config.js | ||
@cosmjs/tendermint-rpc
This package provides a type-safe wrapper around
Tendermint RPC. Notably, all binary
data is passed in and out as Uint8Array, and this module is reponsible for the
hex/base64 encoding/decoding depending on the field and version of Tendermint.
Also handles converting numbers to and from strings.
License
This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).