grapevinegizmos

Results 8 issues of grapevinegizmos

``` - [x ] bug report -> Install fails due to dependencies ``` Install fails with new angular installation: Here's the log. From what I can see, it looks like...

### Ethers Version 5.6.9. (also hardhat-ethers.2.3.0 ### Search Terms _No response_ ### Describe the Problem In one of my test, I force an error that causes a revert. While the...

investigate

The last time I compiled, I got this error. I have 15 or so contracts in my project, and the error message is no help telling me where the error...

I installed the Blockchain Development Kit for Ethereum (v 1.6.2), and I was able to build and deploy the contracts, but the successfully, but I can't interact with the contract....

Not sure if there is error, or just change in compiler, but in your code you've got strings, a b compared with `return keccak256(a)==keccak256(b)` which doesn't compile, needs `keccak256(bytes(a))==keccak256(bytes(b));

Can't get rid of linter message on free function: If i put `function roleValue(Role role) pure returns(bytes32) {...}` before the contract body, I get an linter warning `Explicity mark visibility...

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...

needs triage

I downloaded the zip, but I don't work much with Xcode and I couldn't figure out how to actually complete the installation. Just a little more guidance with the actual...