yahoo / yahoo/proxy-verifier

Allow option to skip non-existent transaction key checks

Open
#91 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
47
Forks
29
Avg merge
5d 6h
Merged PRs (30d)
3

Description

Currently, proxy-verifier will fail parsing and will not send traffic if it finds any transactions without a key. This is probably good in most cases to avoid surprising the user with unexpected traffic (502s, say). But it would be good to allow them to do this if they know what they are doing. Perhaps setting --format "" should be allowed to avoid non-existent key checks.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing command-line handling for --format into the transaction parsing path, focusing on where missing transaction keys cause parsing to fail. The change is complete when an explicitly empty format can skip those checks while the existing default behavior remains unchanged; verify the resulting replay behavior with the project's available checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.