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: ParamStore SubModules #1772

Closed
wants to merge 23 commits into from
Closed

R4R: ParamStore SubModules #1772

wants to merge 23 commits into from

Conversation

mossid
Copy link
Contributor

@mossid mossid commented Jul 19, 2018

add InitGenesis

  • Updated all relevant documentation (docs/)
  • Updated all relevant code comments
  • Wrote tests
  • Updated CHANGELOG.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)

Closes: #1704
Closes: #1007
Closes: #1771
Addresses some points in: #1008

@mossid mossid changed the title Default Parameter from Genesis WIP: Default Parameter from Genesis Jul 19, 2018
@mossid mossid added the wip label Jul 19, 2018
@mossid
Copy link
Contributor Author

mossid commented Jul 19, 2018

Slashing is mostly ready, is it safe to work on Stake? @rigelrozanski

mossid added a commit that referenced this pull request Jul 20, 2018
@codecov
Copy link

codecov bot commented Jul 20, 2018

Codecov Report

❗ No coverage uploaded for pull request base (develop@5128a7c). Click here to learn what that means.
The diff coverage is 72.87%.

@@            Coverage Diff             @@
##             develop    #1772   +/-   ##
==========================================
  Coverage           ?   63.82%           
==========================================
  Files              ?      140           
  Lines              ?     8235           
  Branches           ?        0           
==========================================
  Hits               ?     5256           
  Misses             ?     2633           
  Partials           ?      346

@mossid mossid mentioned this pull request Jul 23, 2018
8 tasks
mossid added a commit that referenced this pull request Jul 23, 2018
add InitGenesis

fix lint

add immutablestore

Merge pull request #1775: ConsensusParams in BaseApp

add endblocker in params

in progress

fix errors

fix gaiadebug/hack.go

finalize rebase to transientstore branch

fix error

fix lint

finalize merging
@mossid mossid changed the title WIP: Default Parameter from Genesis WIP: Default Parameter from Genesis and ConsensusParams in BaseApp Jul 23, 2018
mossid added a commit that referenced this pull request Jul 25, 2018
add InitGenesis

fix lint

add immutablestore

Merge pull request #1775: ConsensusParams in BaseApp

add endblocker in params

in progress

fix errors

fix gaiadebug/hack.go

finalize rebase to transientstore branch

fix error

fix lint

finalize merging

fix synerror

in progress

in progress

add gasconfig in params, restructure
@mossid mossid changed the title WIP: Default Parameter from Genesis and ConsensusParams in BaseApp WIP: ParamStore SubModules Jul 25, 2018
mossid added a commit that referenced this pull request Jul 27, 2018
add InitGenesis

fix lint

add immutablestore

Merge pull request #1775: ConsensusParams in BaseApp

add endblocker in params

in progress

fix errors

fix gaiadebug/hack.go

finalize rebase to transientstore branch

fix error

fix lint

finalize merging

fix synerror

in progress

in progress

add gasconfig in params, restructure

fix errors

add tests
@mossid mossid changed the title WIP: ParamStore SubModules ParamStore SubModules Jul 28, 2018
@rigelrozanski
Copy link
Contributor

@mossid sorry for the delay in response - yes, I think it's safe to work on stake

@mossid mossid added the wip label Jul 31, 2018
app.checkParams = sdkparams
}

func (app *BaseApp) getCheckContext() sdk.Context {
Copy link
Collaborator

Choose a reason for hiding this comment

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

getCheckStateContext ?

@@ -0,0 +1,25 @@
package msgstat
Copy link
Collaborator

Choose a reason for hiding this comment

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

msg state, status or stats (stadistics) ?

@ValarDragon
Copy link
Contributor

ValarDragon commented Aug 26, 2018

This PR is quite large. Can we split it up into multiple smaller PR's. The diff is quite hard to review on this. It also appears that the intended review mechanism is not commit by commit, so I don't really have a good way of approaching this in the current state.

e.g.
getCheckContext, getDeliverContext in a separate PR, immutable store in its own PR, adding test helper functions in a separate pr (prefix store tests), x/params/gas in its own PR.

@mossid
Copy link
Contributor Author

mossid commented Sep 4, 2018

Closing in favor of #2232, #2233

@mossid mossid closed this Sep 4, 2018
@mossid mossid deleted the joon/1704-genesis-params branch September 4, 2018 16:15
chillyvee pushed a commit to chillyvee/cosmos-sdk that referenced this pull request Mar 1, 2024
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.

5 participants