Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Decouple program-v4 command processors from CliConfig #33554

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

pgarg66
Copy link
Contributor

@pgarg66 pgarg66 commented Oct 5, 2023

Problem

The program-v4 command processors depend on CliConfig. This is making it hard to reuse the code in cargo-registry server.

Summary of Changes

Decouple the code from CliConfig by introducing ProgramV4CommandConfig.

Fixes #

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #33554 (aae7f81) into master (6f1922b) will increase coverage by 0.0%.
The diff coverage is 81.8%.

@@           Coverage Diff           @@
##           master   #33554   +/-   ##
=======================================
  Coverage    81.7%    81.7%           
=======================================
  Files         805      805           
  Lines      218162   218177   +15     
=======================================
+ Hits       178410   178437   +27     
+ Misses      39752    39740   -12     

@pgarg66 pgarg66 marked this pull request as ready for review October 6, 2023 00:47
@pgarg66 pgarg66 merged commit ef47c97 into solana-labs:master Oct 6, 2023
@pgarg66 pgarg66 deleted the program-v4-cli-rework branch October 6, 2023 10:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants