0xKitsune / evm-mnemonic

A barebones framework for hand tuned smart contracts in pure opcodes.
46 stars 4 forks source link

User friendly error messages / Gracefully handle remaining `unwrap()` #3

Open 0xKitsune opened 2 years ago

0xKitsune commented 2 years ago

Make error messages nicer to read. Also, handle some errors more gracefully. Right now, there are a few places that use unwrap() when an error may occur.