sashass1315

Results 26 issues of sashass1315

Problem: New implementations in tests were constructed with the proxy address as the immutable daoController/owner address. After upgrading, runtime checks in onMessageInvocation compare ctx.from to this immutable and would fail...

area.protocol

Remove TODO comment and add structured error logging in BridgeTxService._enhanceTx method. Improves debugging while maintaining existing graceful degradation behavior.

area.bridge

- Add missing nullptr check for final_poly in fri_proof_get_final_poly. - Validate result is non-null in fri_proof_get_serialized_size and extension variant. - Return INVALID_POINTER on null merkle hash handles in fri_merkle_tree_prove/verify and...

Update trilu to derive N and M from the last two dimensions (len-2, len-1) instead of hard-coding a.dims()[1] and a.dims()[2]. This aligns with the ONNX Trilu spec ([, N, M])...

Tightened the generic bound in crates/rpc-types-beacon/src/requests.rs for parse_request_payload from Vec: Decode + Encode to T: Decode because the function only calls Vec::::from_ssz_bytes and never encodes, making Encode redundant; this reduces...

- Eliminated chain_dbs_map.clone() before constructing ReorgHandler in Service::init_l1_watcher(). - The map is created for the spawned task and not used elsewhere, so it can be moved safely. - This reduces...

Backfill intended to penalize only peers that actually participated in serving batches, but `participating_peers` was never populated. This meant no peers were penalized on terminal faulty failure. This change records...

- Updated getCircuitAddrs to build /p2p-circuit addrs from rsvp.Addrs - Inlined isRelayAddr into relay_finder.go - Removed cleanupAddressSet and deleted addrsplosion.go + its tests - Dropped obsolete heuristic in favor of...

Switched the check in get_image_upload_url() from a numeric literal (204) to reqwest::StatusCode::NO_CONTENT for clarity and consistency with other status checks (e.g., NOT_FOUND in receipt_download). The previous code was correct due...

This change updates the FRI rounds capacity assertion in risc0/zkp/src/verify/fri.rs from < to