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

Fix gaiad export #1800

Merged
merged 4 commits into from
Jul 26, 2018
Merged

Fix gaiad export #1800

merged 4 commits into from
Jul 26, 2018

Conversation

UnitylChaos
Copy link
Contributor

@UnitylChaos UnitylChaos commented Jul 23, 2018

fixes #1799

  • Linked to github-issue with discussion and accepted design
  • Updated all relevant documentation (docs/)
  • Updated all relevant code comments
  • Wrote tests
  • Added entries in PENDING.md
  • Updated cmd/gaia and examples/

For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Jul 24, 2018

Codecov Report

Merging #1800 into develop will increase coverage by <.01%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #1800      +/-   ##
===========================================
+ Coverage    63.44%   63.44%   +<.01%     
===========================================
  Files          117      117              
  Lines         6937     6938       +1     
===========================================
+ Hits          4401     4402       +1     
  Misses        2281     2281              
  Partials       255      255

@rigelrozanski
Copy link
Contributor

Should add a new test which demonstrated the old failing behaviour. Also should add to the Pending.md but other than that this looks good

@@ -190,7 +190,7 @@ func (app *BaseApp) initFromStore(mainKey sdk.StoreKey) error {
if main == nil {
return errors.New("baseapp expects MultiStore with 'main' KVStore")
}

app.setCheckState(abci.Header{})
Copy link
Member

Choose a reason for hiding this comment

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

I'd add a comment here explaining why this line is necessary.

Copy link
Contributor

@rigelrozanski rigelrozanski left a comment

Choose a reason for hiding this comment

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

thanks for making the test

@rigelrozanski rigelrozanski merged commit 51eaa0f into develop Jul 26, 2018
@rigelrozanski rigelrozanski deleted the jlandrews/gaiad-export branch August 8, 2018 16:42
chillyvee pushed a commit to chillyvee/cosmos-sdk that referenced this pull request Mar 1, 2024
…osmos#1800)

* add bank denom metadata

* check if the atom denom exists

* update atom name

* update atom metadata name to `Cosmos Hub Atom`

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gaiad export fails with nil pointer dereference
3 participants