forked from crypto-org-chain/chain-main
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…sion in cosmos-sdk is not used Solution: - cherry-pick denom-conv feature to cosmos-sdk rc3 - use sdk.ParseCoinsNormalized and sdk.ParseCoinNormalized - cleanup unused code - re-organize code to minimize diff between app/app.go and simapp/app.go, cmd/chain-maind/app/app.go and simapp/simd/cmd/root.go - disable line length linter(lll), to keep it consistent with cosmos-sdk - one can still use the derivation of mkShell to work with remote shell
- Loading branch information
Showing
37 changed files
with
256 additions
and
2,741 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ linters: | |
- govet | ||
- ineffassign | ||
- interfacer | ||
- lll | ||
- misspell | ||
# - maligned | ||
- nakedret | ||
|
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.