-
**JSON RPC Layer**
Add `effectiveGasPrice` field to the return object of `caver.rpc.klay.getTransactionReceipt`
**Transaction Layer**
Implement `tx.getSuggestedGasPrice` → Depends on hard fork, …
-
When make transaction, we use gasPrice field in AbstractTransaction class.
but this field removed over caver-js update 1.9.0, replacement AbstractTransaction any class?
-
When I put any string amount in 'value' field, i always got this error.
for example, when i set trustline, i got that error , signing transaction.
what is the reason of this??
```js
const tru…
-
`erc20-deploy.js` fails like this.
```
$ node erc20-deploy.js
------------------------- erc20-deploy START -------------------------
info.bridge: 0x41E686e06a29dF0Ef2cf61c2d2d0742D2d…
-
**Describe the bug**
A caver instance is crashed if the reproduce code snippet is run.
**How to reproduce**
Run the below.
```
let url = ...
let nAccounts = 100000;
const caver = new Caver(ur…
-
Currently, SDK seems to support Ethereum only. But, the Opensea API seems to support Klaytn, can I customize it to connect to the Cypress/Baobab network using caver.js?
-
Can't import the named export 'Connection' from non EcmaScript module (only default export is available).
All mjs files return same error.
Here is my package.json
```json
{
"name": "nft-minte…
-
I'm currently using caver-js@1.8.1
I thought this library is similar with web3, so I utilized it on Browser environment but the framework(Nextjs) emitted error below.
```bash
Native Node.js APIs …
-
This is the parameter
gas price 25000000000
limit 21000
chainId 8217
request
{
"id": "1",
"jsonrpc": "2.0",
"method": "klay_sendRawTransaction",
"params": [
"0x08f885238505d21dba0082520894…
-
```typescript
klay_getCouncilSize(blockNumber: BlockNumber, callback?: (error: Error, result: number) => void): Promise
```
여기서 blockNumber 는 optional이라서 `blockNumber: BlockNumber` -> `blockNumbe…