GroM

Results 7 issues of GroM

### Environment information * `brownie` Version: 1.14.5 * `ganache-cli` Version: 6.12.2 * `solc` Version: 0.8.4 * Python Version: 3.8.1 * OS: osx ### What was wrong? brownie compile raises an...

support Ledger Nano S/SP/X devices (blind signing)

**Describe the bug** When using the following recipe: https://gchq.github.io/CyberChef/#recipe=From_Decimal('Space',false)To_Binary('Space',8)AND(%7B'option':'Hex','string':'0F'%7D)From_Binary('Space',8)&input=MjU1&oeol=VT the result should be 15 but "Data is not a valid byteArray: [null]" is displayed. Same with: https://gchq.github.io/CyberChef/#recipe=From_Decimal('Space',false)To_Binary('Space',8)AND(%7B'option':'Binary','string':'00001111'%7D)From_Binary('Space',8)&input=MjU1&oeol=VT Is there an...

bug

I have an error when installing py-near: ```` pip install py-near Collecting py-near Using cached py_near-1.1.50-py3-none-any.whl.metadata (4.7 kB) Collecting ed25519==1.5 (from py-near) Using cached ed25519-1.5.tar.gz (868 kB) Preparing metadata (setup.py)...