eosjs
eosjs copied to clipboard
General purpose library for the EOSIO blockchain.
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.7 to 4.2.0. Release notes Sourced from cypress-io/github-action's releases. v4.2.0 4.2.0 (2022-07-27) Features add support for pnpm (install and cache deps) (0ec9869) v4.1.1 4.1.1 (2022-06-27) Bug Fixes...
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.7 to 4.2.0. Release notes Sourced from cypress-io/github-action's releases. v4.2.0 4.2.0 (2022-07-27) Features add support for pnpm (install and cache deps) (0ec9869) v4.1.1 4.1.1 (2022-06-27) Bug Fixes...
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.7 to 4.2.0. Release notes Sourced from cypress-io/github-action's releases. v4.2.0 4.2.0 (2022-07-27) Features add support for pnpm (install and cache deps) (0ec9869) v4.1.1 4.1.1 (2022-06-27) Bug Fixes...
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.4.1. Release notes Sourced from actions/setup-node's releases. Fix pnpm output and node-version output issues In scope of this release we fixed bugs related to the...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.4.1. Release notes Sourced from actions/setup-node's releases. Fix pnpm output and node-version output issues In scope of this release we fixed bugs related to the...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.4.1. Release notes Sourced from actions/setup-node's releases. Fix pnpm output and node-version output issues In scope of this release we fixed bugs related to the...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
I got the error when use JsSignatureProvider on React Native app. My code is ``` import { Api, JsonRpc, RpcError } from 'eosjs'; import { JsSignatureProvider } from 'eosjs/dist/eosjs-jssig'; const...