Yunjong Jeong (ollie)
Yunjong Jeong (ollie)
> there was no testcases about governance before, but i think it will be easy to check governance.chainconfig & itemat. ( like [https://github.com/klaytn/klaytn-rpc-tester/blob/main/klay/block/klay_block_rpc.py#L363-L378](https://github.com/klaytn/klaytn-rpc-tester/blob/main/klay/block/klay_block_rpc.py?rgh-link-date=2022-09-07T23%3A46%3A31Z#L363-L378)) however, we need more config and server...
I agree that the API name is misleading. It's quite an old issue arisen since the development of the dynamic gas fee. (https://github.com/klaytn/klaytn/issues/1391) In my opinion, in the long term...
I'll close after making the change.
@shilpachain To query fields like `value`, `gas`, and `output` of the transactions that are not sent to contract accounts, you can use any of the below RPCs. - [klay_getTransactionReceipt](https://docs.klaytn.foundation/dapp/json-rpc/api-references/klay/transaction#klay_gettransactionreceipt) -...
Rosetta testing is now part of our regular QA. cf. https://github.com/klaytn/klaytn/issues/2043
Continued in https://github.com/klaytn/klaytn/pull/1966.
Implemented by #2148.
@jiOnederfull As of v1.12.1, the `klay_estimateComputationCost` is unlimited by ComputationCostLimit (https://github.com/klaytn/klaytn/pull/2086). You may estimate your transaction as if there was no limit, unless it hits the gas cap or a...
Hello @swapscanner-ryan, thank you for the report. The `debug_storageRangeAt` may not return the preimages of an entry in the secure Merkle Patricia Tree, in which case the `key` field of...
This issue will be dealt with at https://github.com/kaiachain/kaia.