-
Notifications
You must be signed in to change notification settings - Fork 353
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
Problem: denom conversion in cosmos-sdk is not used #269
Comments
yes, i think so, |
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
… not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 17, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 19, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 19, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 25, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 25, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 25, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 25, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 26, 2020
…sion in cosmos-sdk is not used Solution: - update to cosmos-sdk master - use sdk.ParseCoinsNormalized - 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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 27, 2020
…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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 27, 2020
…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
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Nov 27, 2020
…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
tomtau
pushed a commit
to tomtau/chain-main
that referenced
this issue
Dec 15, 2020
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cosmos/cosmos-sdk#7777
denom conversion and decimal support is merged in cosmos-sdk now, we can cleanup our forked cli command code now.
The text was updated successfully, but these errors were encountered: