iotex-antenna icon indicating copy to clipboard operation
iotex-antenna copied to clipboard

IoTeX Javascript SDK

Results 58 iotex-antenna issues
Sort by recently updated
recently updated
newest added

When I run: Yarn add iotex-antenna, receive the next errors ` warning "iotex-antenna > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". warning "iotex-antenna > @babel/plugin-proposal-class-properties > @babel/[email protected]" has unmet peer dependency...

**What type of PR is this?** > Uncomment only one `/kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line: >...

I'm using node 16 and macOS m1 pro, but when I run the command npm I iotex-antenna, it shows that Error: Unsupported platform: darwin_x86_32. Was not able to find a...

We can dup these in js - https://github.com/iotexproject/iotex-antenna-go/tree/master/examples

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [elliptic](https://togithub.com/indutny/elliptic) | [`6.5.3` -> `6.5.4`](https://renovatebot.com/diffs/npm/elliptic/6.5.3/6.5.4) | [![age](https://badges.renovateapi.com/packages/npm/elliptic/6.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

**What type of PR is this?** > /kind feature **What this PR does / why we need it**: web3js supports staking actions tx **Which issue(s) this PR fixes**: https://github.com/iotexproject/iotex-core/issues/2748

When calling: ```javascript await antenna.iotx.getActions({byHash: {actionHash: '5526eea2aac8f22afebb67058c45e55d1ddc9c4c1f8db055ec04c52edb8ed23f', checkingPending: true}}); ``` an error occurred: ``` (node:37108) UnhandledPromiseRejectionWarning: Error: 14 UNAVAILABLE: key = 8c45e55d1ddc9c4c1f8db055ec04c52edb8ed23f doesn't exist: not exist in DB at Object.exports.createStatusError...

The following error is thrown by the TypeScript compiler when importing the iotex-antenna in a Typescript project (only tested with a Typescript project). ``` node_modules/iotex-antenna/lib/rpc-method/types.d.ts:700:18 - error TS2430: Interface 'ClientReadableStream'...

Today's ioscan smart contract deployment, if I deployed, it will redirect to a new page, when I going back, it lost all the argument I specify. So the whole process...