Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use latest sdk #1681

Closed
wants to merge 3 commits into from
Closed

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Oct 20, 2023

This PR makes a small cmd folder change that will be useful when v50 launches.

@alpe -- this one contains the changes from #1680 that would be useful for the main branch.

  • use latest sdk
  • add clientctx keyring to autocli

@faddat faddat marked this pull request as ready for review October 20, 2023 18:30
@faddat faddat requested a review from alpe as a code owner October 20, 2023 18:30
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #1681 (08b5847) into main (2eee755) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1681      +/-   ##
==========================================
- Coverage   56.80%   56.77%   -0.03%     
==========================================
  Files          62       62              
  Lines        8232     8232              
==========================================
- Hits         4676     4674       -2     
- Misses       3119     3120       +1     
- Partials      437      438       +1     

see 1 file with indirect coverage changes

@alpe alpe mentioned this pull request Nov 8, 2023
@@ -104,7 +105,8 @@ func NewRootCmd() *cobra.Command {
// add keyring to autocli opts
autoCliOpts := tempApp.AutoCliOpts()
initClientCtx, _ = config.ReadFromClientConfig(initClientCtx)
autoCliOpts.Keyring = initClientCtx.Keyring
autoCliOpts.Keyring, _ = keyring.NewAutoCLIKeyring(initClientCtx.Keyring)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alpe alpe mentioned this pull request Nov 8, 2023
@pinosu
Copy link
Contributor

pinosu commented Nov 13, 2023

Thanks for your work! Closing in favor of #1696

@pinosu pinosu closed this Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants