BKim

Results 3 issues of BKim

I noticed the linter was not catching errors with my interface's members, so I did a quick test with the following examples: ``` { "type": "member", "format": "camelCase" } ```...

Looks like the isChecksumAddress function is throwing following error for values 'a', '0xa', etc. ``` TypeError: Cannot read property 'toUpperCase' of undefined 92 | isEthereumAddressValid(validationAddress) { 93 | console.log(`What is...

I managed to build a tar.gz of a module using pygradle, and am now wanting to import it into another project and use it. My gradle file has the following...