ryanc-bs

Results 3 issues of ryanc-bs

### Describe the feature When designing smart contracts, typically it is important to optimise the gas usage of the more complex methods. Hardhat provides a useful test utility for functional...

status:triaging

I've encountered an issue using the deployProxy method with TypeScript. When deployed without a proxy using `ethers.deployContract`, TypeScript is able to infer the correct type for the contract being deployed....

Hi, I noticed that while there is a multi_get method for retrieving a batch of key/value pairs in a single request, there is no corresponding multi_set method for writing a...