pcaversaccio / create2deployer

Helper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
MIT License
286 stars 42 forks source link

✨ feat: deploy init call #82

Closed noyyyy closed 2 years ago

noyyyy commented 2 years ago

81 draft. The test coverage is not perfect and I wonder why 🤔

image

pcaversaccio commented 2 years ago

Thx for the PR. The reason why you don't achieve full coverage is that you don't test for the else branch (initCall.length==0) in your tests. In any case, closing this PR due to my comments here.