thephez
thephez
On the machine where `yarn setup` fails, it happens when running this part of the setup script: https://github.com/dashpay/platform/blob/v1.7.1/scripts/setup_local_network.sh#L12-L15. EDIT: tracked this back further and the error happens due to this...
And here is how I set up the VM: ```shell sudo apt install -y build-essential libssl-dev pkg-config clang cmake llvm unzip jq curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash export NVM_DIR="$HOME/.nvm" [...
@coderabbitai review
Test case that demonstrates this: https://github.com/thephez/platform/blob/fix/contract-history-proof-verification/packages/rs-drive/tests/state_transition_proofs.rs