Qiwei Yang
Qiwei Yang
weired, cannot pass test, the callback is only called once..
Yes, you are right, maybe we don't need that permission, need to remove it from manifest and check if it works on chrome and edge as well.
will try to make a release soon
pending review on chrome and firefox stores, should be auto published and updated in user browsers in a few days
@zerosnacks I looked into this, it's because `--debug` expect a regex, and `"testFuzz_SetNumber(bytes32)"` include `(` and `)` which means group in regex, so if I run `forge test --debug testFuzz_SetNumber\(bytes32\)"`...
Awesome! will take a look
@aklinker1 much appreciated, I will give it a try
I will try this solution when I get home!