Rano | Ranadeep

Results 83 issues of Rano | Ranadeep

This PR introduces a minor refactor to optimize the logic to check for duplicate votes. * [ ] Referenced an issue explaining the need for the change * [ ]...

### Description Currently, tendermint crates don't have any `rust-version` set. The `[email protected]` has MSRV `1.79.0` for `[email protected]`. ### Definition of "done" Release of tendermint crates with appropriate `rust-version`. `cargo-hack` and...

enhancement

I have a sha256 verifier using the [`sha256` implementation from `alexandria` project](https://github.com/keep-starknet-strange/alexandria/blob/v0.5.0/packages/math/src/sha256.cairo#L52). (I can't use `core::sha256::compute_sha256_byte_array` because I hit on [this error](https://github.com/lambdaclass/cairo-vm/issues/1979#issuecomment-2851640936).) ```cairo #[feature("deprecated-sha256")] use alexandria_math::sha256::sha256; fn main(args: Array) ->...