Montspy / LooPyGen

Loopring Python Minter on Layer 2
17 stars 6 forks source link

Some errors print sensitive info into error output #75

Closed sk33z3r closed 2 years ago

sk33z3r commented 2 years ago

If something fails with either the user's passphrase or their private key, then the assertion in python seems to print the contents of the error. We should turn this off some how.

Maybe there are system settings in python or when we run the commands via bash to suppress some information? Don't want to completely suppress errors, of course.