Iain Nash
Iain Nash
1. adding max results 2. adding cli support 3. adding python3 support 4. adding json output
v0 show data in json blob as hex with explained output v1 bring user to ui that allows for metamask login (on www. subdomain)
https://github.com/komputing/KEthereum/blob/master/metadata/src/main/kotlin/org/kethereum/metadata/ByteCodeMetaDataExtractor.kt
## **Description** Verifying signatures sources is quite important and moving the verification to a modal removes the context of what the verifying address is doing. Moving it inline and potentially...
This uses ethers sub-packages in order to reduce bundle sizes across generated code in `ethers-v5` packages. (see #771) It also fixes #721 by changing the method that imports are handled...
The known bug with npm versions above 6 has been fixed in 8.16.x. This allows newer npm(x) versions to run more easily on the m1 arm chips.
Some regard avoiding single-line implicit brackets for conditionals a good coding practice for solidity. Eg: ``` /// undesirable if (balance == 0) revert NoBalance(); // more clear if (balance ==...
ZORA is a happy user of the prettier solidity package and we'd be happy to be in the readme.