mesozoic-technology
mesozoic-technology
Here's the offending code. The contract size here is only about 16k actually, and it is giving this very strange pop from empty deque error. https://github.com/overlay-market/overlay-v1-core/blob/liquidations/contracts/market/OverlayV1Market.sol#L213
@iamdefinitelyahuman what's the status on a bug fix for this? it would make it very difficult for me to use brownie to develop my codebase if it can't compile my...
changing the optimizer runs to 800 seems to solve this problem
I attempted installation of `bazel` in two ways, one was from what their docs recommend of [getting the compiled `bazelisk` binary from their github releases page](https://github.com/bazelbuild/bazelisk/releases), and the other was...
How to fix this? /python eval import sys; print(sys.path) gives: ``` ['/Users/myaccount/.local/share/weechat/python', '/usr/local/Cellar/weechat/3.3_1/share/weechat/python', '', │ | '/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/lib/python310.zip', │ | '/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/lib/python3.10', │ | '/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload', │ | '/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages'] ``` and /plugin listfull...
> @realisation: Have you run `pip install -r requirements.txt`? If so, what does `pip list -v` output? I made a gist to show the output since its fairly verbose -...