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

Update Cosmos SDK to 0.42.5, fix ENV flag binding #337

Merged
merged 6 commits into from
Jun 2, 2021

Conversation

iramiller
Copy link
Member

Description

  • Updates Cosmos SDK to 0.42.5.
  • Fixes flag to ENV binding using PIO_ prefix
  • Fixes help text issue on marker grant access cli command

closes: #320


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@iramiller iramiller marked this pull request as ready for review June 1, 2021 21:37
@iramiller iramiller requested a review from arnabmitra June 1, 2021 21:38
@codecov
Copy link

codecov bot commented Jun 1, 2021

Codecov Report

Merging #337 (a7bd5bb) into main (74607b1) will decrease coverage by 0.01%.
The diff coverage is 45.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #337      +/-   ##
==========================================
- Coverage   50.75%   50.73%   -0.02%     
==========================================
  Files         127      127              
  Lines       11414    11433      +19     
==========================================
+ Hits         5793     5801       +8     
- Misses       5056     5063       +7     
- Partials      565      569       +4     
Impacted Files Coverage Δ
cmd/provenanced/cmd/root.go 59.11% <42.10%> (-2.00%) ⬇️
x/marker/client/cli/tx.go 57.26% <100.00%> (ø)

@iramiller iramiller changed the title 320 cosmos sdk update Update Cosmos SDK to 0.42.5, fix ENV flag binding Jun 1, 2021
@iramiller iramiller merged commit f72a848 into main Jun 2, 2021
@iramiller iramiller deleted the 320-cosmos-sdk-update branch June 2, 2021 14:11
@iramiller iramiller restored the 320-cosmos-sdk-update branch June 2, 2021 20:12
@iramiller iramiller deleted the 320-cosmos-sdk-update branch June 2, 2021 20:48
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.

Update Cosmos SDK to 0.42.5
2 participants