Ratan Kaliani

Results 24 issues of Ratan Kaliani

Migrate `lt` to use a byte lookup instead of decomposing bits.

I'm currently working with the Optimism SDK to prove withdrawals that I've initiated from a smart contract on Optimism. When I'm calling `waitForMessageStatus` on the `CrossChainMessenger` with my own RPC...

A-pkg-sdk

## Bug Report While querying several Celestia testnet RPC's for the most recent `signed_block`, they fail to include `total_voting_power` within the `ValidatorSet` struct. `total_voting_power` should be included in congruence with...

volumeUSD queries unable to handle gt case, might be issue with types? Ran the following query ` { pools(where: {totalValueLockedUSD_gt: 1000000000}) { id feeTier token0 { id symbol } token1...

**Bug Description** Currently when I look at the Compound interface on Sybil for vote totals, the vote totals for Uniswap are displayed instead of Compound vote totals. **Steps to Reproduce**...

bug

All Rust feature flags should work with `cargo prove build`. Currently, we only support `--ignore-rust-version`. https://github.com/succinctlabs/sp1/blob/e413e82e86ef97007094d830da1d3b278075a4bc/cli/src/build.rs#L17-L24

enhancement

Add `ignore-rust-version` flag compatibility to `sp1-helper`. When crates such as `alloy` require a Rust version greater than the Succinct Rust toolchain's version, we need to run `cargo prove build --ignore-rust-version`....

enhancement

Clean up the usage of generating Groth16 proofs, relocate some types & move utils into the `sp1` package. Context: https://github.com/succinctlabs/sp1/pull/631 left the `gnark` folder in a somewhat messy state.