sudo rm -rf --no-preserve-root /
sudo rm -rf --no-preserve-root /
See [`createXcrunch`](https://github.com/HrikB/createXcrunch) for a dedicated `CreateX` cruncher implementation.
@Vectorized I wanted you make you aware of a recent finding (h/t to @axic). All client implementations of the precompile `ecrecover` (address `0x01`) apparently check if the value `v` is...
@Vectorized I just saw your recent commit. I looked at it yesterday and quickly chatted with @transmissions11 first and then came back today to raise it without checking for new...
Is it still planned to get this merged?
In the meantime it's forcibly run on Node.js 16 ([example](https://github.com/pcaversaccio/createx/actions/runs/7075112619)): ```console The following actions uses node12 which is deprecated and will be forced to run on node16: romeovs/[email protected]. For more...
> Not sure if this library is maintained or not. We have forked and upgraded the node and all other dependencies. Feel free to use and provide feedback or report...
I think disallowing this behaviour makes most sense, i.e. throw a compiler error.
@charles-cooper it's not fully fixed yet IMHO. ## PoC ```vy # lib.vy # pragma version ~=0.4.0rc2 from ethereum.ercs import IERC20 asset: public(immutable(IERC20)) @deploy def __init__(asset_: IERC20): asset = asset_ ```...
So I tested the latest commit and snekmate contracts compile: https://github.com/pcaversaccio/snekmate/pull/244. Two notes: 1. When installing Ape, Ape pulls in the old Vyper `0.3.x` series ([example](https://github.com/pcaversaccio/snekmate/actions/runs/9462717733/job/26066345129#step:4:34)): ```console Collecting vyper~=0.3.7 (from...