move gov module from cosmos-sdk to irishub#159
Merged
wukongcheng merged 2 commits intoirisnet:feature/refactorfrom Aug 23, 2018
dreamer-zq:feature/refactor
Merged
move gov module from cosmos-sdk to irishub#159wukongcheng merged 2 commits intoirisnet:feature/refactorfrom dreamer-zq:feature/refactor
wukongcheng merged 2 commits intoirisnet:feature/refactorfrom
dreamer-zq:feature/refactor
Conversation
added 2 commits
August 23, 2018 10:19
…into zhiqiang/feature/refactor
wukongcheng
reviewed
Aug 23, 2018
| "github.com/cosmos/cosmos-sdk/x/gov" | ||
| "github.com/irisnet/irishub/modules/gov" | ||
| "github.com/cosmos/cosmos-sdk/x/ibc" | ||
| "github.com/cosmos/cosmos-sdk/x/params" |
Contributor
There was a problem hiding this comment.
cosmos的params是否还是需要保留?
Contributor
There was a problem hiding this comment.
slash 使用 cosmos的params; gov使用我们自己的iparams
| acc := NewGenesisAccount(&accAuth) | ||
| genaccs[i] = acc | ||
| stakeData.Pool.LooseTokens = stakeData.Pool.LooseTokens.Add(sdk.NewRat(freeFermionVal).Mul(tokenPrecision)) // increase the supply | ||
| stakeData.Pool.LooseTokens = stakeData.Pool.LooseTokens.Add(sdk.NewRat(freeFermionVal)) // increase the supply |
Contributor
There was a problem hiding this comment.
这些地方不需要把iris转换成iris-atto?
wukongcheng
added a commit
that referenced
this pull request
Aug 27, 2018
move gov module from cosmos-sdk to irishub
wukongcheng
added a commit
that referenced
this pull request
Aug 27, 2018
move gov module from cosmos-sdk to irishub
wukongcheng
added a commit
that referenced
this pull request
Aug 27, 2018
move gov module from cosmos-sdk to irishub
wukongcheng
added a commit
that referenced
this pull request
Aug 27, 2018
move gov module from cosmos-sdk to irishub
wangjiulian
pushed a commit
that referenced
this pull request
Nov 7, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.