crStiv

Results 110 issues of crStiv

Description: - Add comprehensive project description and features section - Include system requirements - Improve "Hello World" example organization with step-by-step guide - Restructure benchmarks section for better readability -...

This PR optimizes the polynomial folding process in the batch FRI prover by performing folding directly in the value domain instead of the coefficient domain. Technical details: - For a...

Fixed CLI flag name from "gprc-address" to "grpc-address" to match correct GRPC protocol name.

## Describe your changes Added a new section on Data Validation Vulnerabilities that covers common input validation issues in ZK circuits, including missing range checks, incomplete parameter validation, and edge...

Implements packet parsing from events in MsgSendPacketWithSender function: - Uses existing channeltypesv2.Packet structure - Parses packet from EventTypeSendPacket events - Adds test coverage for successful and error cases Closes #7856

## Description This PR moves the message validation logic from ValidateBasic methods in msg.go to the corresponding message handlers in msg_server.go, as ValidateBasic is now deprecated in Cosmos SDK v47...

C:x/provider

Fixes #1471 - Replace path.Join() with filepath.Join() in cmd/appstate.go and cmd/config.go - Use filepath.Clean() instead of path.Clean() - Remove unused path import This change ensures correct path handling on Windows...

Added some useful logging for Movement IBC events so we can better track what's happening. Includes basic info like event type, block height, and tx hash, plus the key fields...