Josh Ma
Results
2
issues of
Josh Ma
Add new MetaMask ethereum.enable() method to approve accounts access if user has turned on new privacy option in Metamask (EIP-1102). Tested with MetaMask 4.16.0 Reference: https://medium.com/metamask/https-medium-com-metamask-breaking-change-injecting-web3-7722797916a8?fbclid=IwAR3ZdRRUyvQ7AMvn3BaVC0_XIoGreK5_LguZJuiTMVzCbWKja0PAjhH8kbw
Solidity has deprecated defining constructors with the same name as the contract. This warning applies to `Ownable.sol` and `Killable.sol`. ``` Warning: Defining constructors as functions with the same name as...