Jos Dehaes

Results 82 comments of Jos Dehaes

@kaimast I suppose you meant macOS Sequoia and not Sierra (which is very very old 😅). Can reproduce.

Established that it's the `test` feature that is responsible, not `test_targets`. It's not clear to me why the `test` feature is not enabled when testing with `-p`. I would assume...

When the `test` feature is enabled on snarkVM, this lowers the targets, but the genesis bytes are still using the high targets, so the metadata validation fails. To fix, we...

@acoglio which behaviour do you consider correct?

@Kampfkarren bump? The aarch64 linux support was merged long time ago, but we still can't use it until there's a new release with those artifacts.

@Kampfkarren pretty please? We still aren't able to install selene in neovim in arm64 linux or in docker on apple silicon.

@lucax88x thx! It's almost a year ago I don't remember why 😅

@raychu86 No, we tried with the exact snarkVM version `6d64025` that snarkOS `c4d725f` points to. To be sure, I'll try again.

The nodes are started with ``` /root/.cargo/bin/snarkos start --metrics --nodisplay --bft 0.0.0.0:5000 --rest 0.0.0.0:3030 --peers 18.220.230.167:4130,18.222.48.7:4130,18.188.187.22:4130 --validators 18.227.0.57:5000,3.145.37.212:5000,18.222.184.97:5000,3.139.97.186:5000,3.138.134.228:5000 --verbosity 1 --dev 4 --dev-num-validators 5 --validator --rest-rps 10 --no-dev-txs ```

Don't know, it was spun up by @onetrickwolf using their ansible scripts (I think)