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

R4R [Staging PR 1/3]: module generalization #4208

Closed
wants to merge 37 commits into from

Conversation

rigelrozanski
Copy link
Contributor

develop PR was closed #4033

Most downstream PR
Upstream Staging #4128

closes #3006
REF affects #3976

  • 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 tests

  • Updated relevant documentation (docs/)

  • Added a relevant changelog entry: sdkch add [section] [stanza] [message]

  • rereviewed Files changed in the github PR explorer


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)

@rigelrozanski rigelrozanski changed the title Rigel/genesis generalization R4R [Staging PR 1/3]: module generalization Apr 26, 2019
Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

ACK -- left some minor comments 👍

cmd/gaia/app/genesis.go Show resolved Hide resolved
types/module.go Outdated Show resolved Hide resolved
types/module.go Outdated Show resolved Hide resolved
types/module.go Outdated Show resolved Hide resolved
x/auth/module.go Outdated Show resolved Hide resolved
x/bank/module.go Outdated Show resolved Hide resolved
x/crisis/abci_app.go Show resolved Hide resolved
x/crisis/keeper.go Outdated Show resolved Hide resolved
x/slashing/codec.go Show resolved Hide resolved
x/staking/module.go Outdated Show resolved Hide resolved
@alexanderbez alexanderbez added the T: State Machine Breaking State machine breaking changes (impacts consensus). label Apr 27, 2019
x/auth/account.go Outdated Show resolved Hide resolved
x/auth/account.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Apr 29, 2019

Codecov Report

Merging #4208 into master will decrease coverage by 0.75%.
The diff coverage is 32.91%.

@@            Coverage Diff             @@
##           master    #4208      +/-   ##
==========================================
- Coverage   60.16%   59.41%   -0.76%     
==========================================
  Files         212      220       +8     
  Lines       15188    15285      +97     
==========================================
- Hits         9138     9081      -57     
- Misses       5421     5577     +156     
+ Partials      629      627       -2

@rigelrozanski
Copy link
Contributor Author

closing in favour of #4159

@rigelrozanski rigelrozanski deleted the rigel/genesis-generalization branch May 29, 2019 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: State Machine Breaking State machine breaking changes (impacts consensus).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move generalizable genesis logic out of gaia
2 participants