-
**Describe the bug**
caver.utils.isBN returns 'true' but it should have to return 'false'
```[javascript]
const notBn = {}
notBn.constructor = {}
notBn.constructor.name = 'BN'
console.log(c…
-
**Describe the bug**
A warning is issued to build vue-app using 'carver-js v1.2.1'
**How to reproduce**
**Expected behavior**
**Attachments**
**** LOG ****
WARNING Compiled with 1 warnin…
-
To test caver-js, it needs some env-config to use like 'process.env.privateKey'
Please explain how to set config them
-
**Describe the bug**
can not find moudle semver.
error message.
``` sh
internal/modules/cjs/loader.js:797
throw err;
^
Error: Cannot find module 'semver'
Require stack:
- /Users/*…
-
Hi, I just trying to send transaction through EN.
I have some questions about account key.
I have made account through EN ipc.
and type ```klay.getAccountKey("0xaccountaddr","latest") ``` retur…
-
**Describe the bug**
```
Error: Only Legacy transactions can be signed on a Klaytn node!
```
**How to reproduce**
There are two ways to reproduce this bug:
* Works perfrect with attached …
-
**Is your request related to a problem? Please describe.**
There are many account key types with Klaytn network.(https://docs.klaytn.com/klaytn/design/accounts#account-key)
The caver-js also can s…
-
Ethereum competible libraries' JSON-RPC based call gets error because of "Klay_" prefix. Many ethereum based libraries are depending on JSON-RPC and changing JSON-RPC method prefix "eth_" to "klay_" w…
-
**Describe the bug**
- npm install fail on node v13.2.0
**How to reproduce**
- command line : npm install caver-js
**Expected behavior**
- should work on node v13.2.0
**Attachments**
``…
-
**Describe the bug**
`caver.klay.accounts.wallet.add(PRIVATE_KEY)` does not work with fee delegation account.
**How to reproduce**
Steps to reproduce the behavior:
**Expected behavior**
Both …