z80
z80
@Kodiologist sorry about that, I left out the import from hyrule ```lisp (import hyrule.collections [by2s]) ```
Here's a use-case where production smart contracts require issuing of specific custom errors: https://eips.ethereum.org/EIPS/eip-3668 > Contracts wishing to support lookup of data from external sources may, instead of returning the...

also hitting the same behavior
This would be awesome I've never worked with hard hat directly so this would be a great contribution
the primary focus should be refactoring the codebase into a more coherent structure and smaller chunks. there are some huge functions currently that should be split up. once we have...
what about `+!`, `-!`, `/!`, and `*!` as aliases for the unsafe version of each of these operators so that ```python GK0: uint256 = ( unsafe( safe(unsafe(safe(2 * K0 *...
gonna tackle this tonight