This repository was archived by the owner on Jan 22, 2025. It is now read-only.
v0.16: Expand Config program; implement Validator Info CLI#5045
Merged
CriesofCarrots merged 4 commits intoJul 12, 2019
Merged
Conversation
added 4 commits
July 11, 2019 16:30
* Update config program to accommodate multiple signers * Update install CLI * Remove account_type u32; add handling for unsigned keys in list * ConfigKeys doc
* Make config_api more robust * Add test and update store instruction
* Add validator-info CLI * Add GetProgramAccounts method to solana-client * Update validator-info args, and add get subcommand * Update ValidatorInfo lengths * Add account filter for get --all * Update testnet participation doc to reflect validator-info * Flesh out tests * Review comments
CriesofCarrots
force-pushed
the
config-validator-info-v0.16
branch
from
July 11, 2019 23:51
8392fac to
5142474
Compare
Codecov Report
@@ Coverage Diff @@
## v0.16 #5045 +/- ##
=======================================
+ Coverage 62.4% 62.8% +0.3%
=======================================
Files 193 194 +1
Lines 43333 43430 +97
=======================================
+ Hits 27082 27285 +203
+ Misses 16251 16145 -106 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## v0.16 #5045 +/- ##
=======================================
+ Coverage 62.4% 62.8% +0.3%
=======================================
Files 193 194 +1
Lines 43333 43430 +97
=======================================
+ Hits 27082 27285 +203
+ Misses 16251 16145 -106 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick expand Config program to enable multiple/non-account signers, and new Validator Info CLI build on top