Pinned
2,033 contributions in the last year
Less
More
Activity overview
Contributed to
nomiclabs/hardhat,
prettier-solidity/prettier-plugin-solidity,
protofire/solhint
and 5 other
repositories
Contribution activity
July 2021
Created 17 commits in 3 repositories
Opened 8 pull requests in 4 repositories
nomiclabs/hardhat
4
merged
nomiclabs/hardhat-ignition
1
open
1
merged
nomiclabs/hardhat-ts-plugin-boilerplate
1
open
nomiclabs/hardhat-hackathon-boilerplate
1
open
Reviewed 10 pull requests in 4 repositories
nomiclabs/hardhat 4 pull requests
nomiclabs/hardhat-ignition 3 pull requests
prettier-solidity/prettier-plugin-solidity 2 pull requests
ethereum-optimism/optimism 1 pull request
Created an issue in nomiclabs/hardhat that received 4 comments
Improve error message for invalid private key
This is a valid config: module.exports = { solidity: "0.7.3", networks: { rinkeby: { url: "https://rinkeby.infura.io/v3/", accounts: ["0xaaaaaaaaaa…
4
comments
Opened 15 other issues in 2 repositories
nomiclabs/hardhat-ignition
12
open
1
closed
- Consider removing ModuleConfig
-
Consider removing
ModuleParams -
Split
interfaces/hardhat-ignition.tsmodule - Ignition doesn't work with remote accounts
-
Avoid needing to do
require.cache = {}after ignition.clear -
Remove the
checkIfExisthelper -
Consider removing the
sendAfterDeployhelper function -
Consider replacing
JsonRpcProviderwithProvider -
Review all usages of
mutex -
Don't make union types with
any - Remove cls-hooked
- Reduce API surface
- Remove initialization methods