Simon Something </DrGoNoGo>
Simon Something </DrGoNoGo>
- Use OZ clone - Add credit without minting by default
small tool to decode metadata received by the datasource use: yarn decode-metadata theMetadata ex: yarn decode-metadata 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B3BCBB790000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E00000000000000000000000000000000000000000000000000000000000000000
- contracts/Multipay.sol: contract to refund gas + redo the pay(..) previously done in project affected by funding cycle bug - deploy/3-rescue.js: script to deploy and execute the logic (used via...
After mapping a key to a modifier (shift for instance), it is not possible to use it in combination with another key (if "a" is mapped to another key, one...
closes #76 Isolated modifier should have a length of 0 to allow multi-keys press
It would be interesting to find a way to specify the coverage used while building a tree (and reflect it in the test contract name or top-level comment). For instance,...
Right now, arg parsed with clap are passed as individual values to the relevant fn, as there are only 4 of them for scaffold (`w`, `f`, `s` and `S`) and...
Add a way to support variables which should be fuzzed This could be: - have new keywords parsed in the .tree (`between`, `greater than`, `lesser than`, `equals` for the opposite/reverting)...
**Describe the bug** While calling the extcodehash on a concrete address (either eoa or contract), a concrete hash image would be expected. Instead, the returned value behave as a symbolic...
As discussed in #478 , this is an implementation of mutation tests for foundry unit tests ~~(I'd suggest closing the other PR which uses Gambit)~~ ## Motivation While coverage explains...