caver-js icon indicating copy to clipboard operation
caver-js copied to clipboard

Official caver-js repository

Results 34 caver-js issues
Sort by recently updated
recently updated
newest added

Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.9.1. Release notes Sourced from undici's releases. v5.9.1 What's Changed fix: don't timeout while waiting for client to send request (#1604) Fix array headers by...

dependencies

This PR is automatically created by CI to release a new official version of caver-js. When this PR is approved by QA team, a new version will be released.

circleci

Web3js based system is enough to make Dapp, but compatibility issues and migration issues are remaining. Is there any chance or way to use [Ethers.js](https://github.com/ethers-io/ethers.js) compatible library?

To use caver-js in the browser, it would be better to remove depdency of fs and other packages which cannot be used in the browser.

Implement caver-js using typescript

**Describe the bug** Need to swap overloaded methods in types/packages/caver-rpc/klay.d.ts so that when receiving parameters via Parameters, an overloaded method with fewer required arguments is returned **How to reproduce** type...

https://www.npmjs.com/package/typechain It would be good if we integrate typechain into caver-js. Example usage: ``` const StakingWhitelist = await ethers.getContractAt('StakingWhitelist', WHITELIST_ADDRESS) await StakingWhitelist.addWhitelist(whitelist) ```

**Is your request related to a problem? Please describe.** caver-js should support a way to extend rpc call like [extend in web3](https://web3js.readthedocs.io/en/v1.2.11/web3-eth.html#extend). **Describe the solution you'd like** caver.rpc.klay.extend caver.rpc.extend **Describe...

Currently [caver.rpc.klay.createAccessList](https://docs.klaytn.com/dapp/sdk/caver-js/api-references/caver.rpc/klay#caver-rpc-klay-createaccesslist) describes parameter as `callObject` which is mapped with [CallArgs](https://github.com/klaytn/klaytn/blob/dev/api/api_public_blockchain.go#L255-L263) in Klaytn. But the actual parameter is [SendTxArgs](https://github.com/klaytn/klaytn/blob/5dd7b936e002a61cb68951e333f8d498247d6e98/api/tx_args.go#L107-L135), so it looks like the content needs to be updated.

I am using https://api.baobab.klaytn.net:8651 for the api url for creating new Caver object, but it fails to catch account info.