Kirill Kuvshinov

Results 2 issues of Kirill Kuvshinov

What I need is rust-like enums in python, and your library really suits my needs. However, my linter is pretty much confused by the syntax you propose. I'm not sure...

enhancement
static-analysis

**Describe the bug** After upgrading hardhat-ethers to 2.1.1, I can't create fake contracts based on abstract contracts or interfaces. Smock calls `hardhat.ethers.getContractAt(contractName, "0x00…000");` to get an interface of a contract:...