Dr. GoNoGo

Results 8 issues of Dr. GoNoGo

- 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...

no-merge

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,...

Feat
Uphill

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...

Good First Issue
Refactor

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)...