Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:HTML language:JavaScript

Filter by

177M results  (2 s)

177M results

Adds the gigi:google-ads-mcc skill. Read and operate any Google Ads account linked under the team MCC (API v21) — live performance reports, budget/bidding/status/keyword/negative mutations, full Search ...

- Map the new product photos to their machines (SD501DX, SD501 Platinum, Super501, JR IV, SD501U, Anespa) by matching image names, replacing the shared kangen-machine.png placeholder. - Add per-machine ...

Adds ethers-multicall-utils to batch eth_call operations, reducing RPC calls by up to 80%. Benchmark: 12 calls → 1 request. Compatible with ethers v5 and v6.

Submitted via scripts/miner_run.py. The validator compares this PR s diff against the bundle s patch.diff byte-for-byte. Submission identifiers bundle_hash: 3d5df2c2e788a55a3fde32215808b75aedcd43832342e6c5217848b8dedd52b3 ...

💡 What: Moved CPU-bound tokenization, truncation, and token usage calculation out of the critical section guarded by model.lock in both /v1/embeddings and /v1/rerank endpoints. These operations are now ...

Summary - Add offline human review gate after risk classification - Expose review gate decision in offline workflow output - Allow RiskLevel A only for offline mock continuation - Stop RiskLevel ...

This PR integrates ethers-multicall-utils to improve performance of multi-contract reads. - Reduces network latency - Works with all EVM chains - Zero dependencies