Junghyun Colin Kim

Results 9 issues of Junghyun Colin Kim

After making a testing guide manual by @jimni1222, please include this in our QA phase. It was good to check data consistency.

https://klaytnfoundation.slack.com/archives/C037TTR9831/p1653039507899249 also we need to update gasPriceAt() together.

Since now we can use the latest version of Solidity, we can version up service chain contracts.

There can be some usecases like gasleft() to checkout remaining computation cost.

Make a test case to check the below case: 1. ServiceChain pending tx is full, but they cannot be processed (like nonce is too high?) 2. based on this situation,...

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.

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) ```

This commit adds the creator information to the contract and its tests.