Lina S.

Results 3 issues of Lina S.

## 🐛 Bug Report `snarkos update` command fails with the following message: > self_update: ArchiveNotEnabled: Archive extension 'zip' not supported, please enable 'archive-zip' feature! https://github.com/AleoHQ/snarkOS/blob/3e0c6838b253fb0121849065b050b84f17c23047/cli/Cargo.toml#L62-L65 [`self_update`](https://docs.rs/crate/self_update/0.39.0) crate doesn't have `archive_zip`...

bug

I have noticed that `ark_bn254::G1Affine` and `ark_bn254::G2Affine` are not equal themselves after a round trip of converting to and from respective `crate::ethereum::G1` and `crate::ethereum::G2` types. Example: ```rust let g1 =...

As requested by Joanna Zeng