Martín Triay
Martín Triay
same issue
@AntonKueltz no, but I compiled a list of solutions to my specific problem: https://github.com/OpenZeppelin/nile/issues/22#issuecomment-945039043
> Hi @martriay, I think this should work. I just tested it on my M1 mac. `python3 -m pip install --no-binary :all: --no-use-pep517 fastecdsa` I've been using this as a...
@AntonKueltz thanks for trying! I have a good-enough solution at the moment (spinning up a docker), so I'm good. Let's hope for this to work in the future.
Thanks. I did a bit of everything proposed here by using arm64, compiler flags, etc: ``` arch -arm64 brew install gmp CFLAGS=-I/opt/homebrew/opt/gmp/include LDFLAGS=-L/opt/homebrew/opt/gmp/lib python3 -m pip install --no-binary :all: --no-use-pep517...
Yes, it fails without them. Tried uninstalling `gmp` and creating a whole new venv before too. ``` /usr/local/include/stdlib.h:359:13: note: insert '_Nonnull' if the pointer should never be null extern char...
Thanks for this improvement, it is now clear that we're not properly testing for the non owner case, just the zero address special case. We do have a test on...
> There is also some inconsistency between what is documented: library or interface or both. Indeed, I though we had an issue to track this but I couldn't find it....
_if_ there's any `selfdestruct` on Cairo, we should look into potential known UUPS vulns around `upgradeToAndCall`
[Nope](https://community.starknet.io/t/universal-deployer-contract-proposal/1864)