-
Notifications
You must be signed in to change notification settings - Fork 350
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: cosmos-sdk 0.46 is not used #828
Conversation
.golangci.yml
Outdated
issues: | ||
exclude-rules: | ||
- text: "Use of weak random number generator" | ||
linters: | ||
- gosec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may no need to exclude globally, but just on the relevant places?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
// StoreKey is the default store key for NFT | ||
StoreKey = ModuleName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldn't there be a conflict on the store?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as long as we don't enable the SDK module, it might be fine?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but we will want to migrate to it / enable it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, maybe do that in another PR: #829
Codecov Report
@@ Coverage Diff @@
## master #828 +/- ##
==========================================
- Coverage 20.26% 19.05% -1.22%
==========================================
Files 99 94 -5
Lines 11457 11941 +484
==========================================
- Hits 2322 2275 -47
- Misses 8647 9179 +532
+ Partials 488 487 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I was hoping to do these changes in multiple steps (so that code review is easier):
@yihuang @tomtau Can we wait to merge this until next |
@devashishdxt fine to break it down in that sequence, but is there a need to wait for (similarly with v5.0.0 -- is the beta ok for now?) |
Final version will use SDK |
that could be achieved with |
conflicts fixed. |
/runsim |
Simulation tests started and triggered by |
❌ |
/runsim |
Simulation tests started and triggered by |
❌ |
the timeout change seems don't have effect |
maybe the timeout change may need to be merged to the upstream branch first? |
maybe, I'm running locally. |
/runsim |
Simulation tests started and triggered by |
❌ |
/runsim |
Simulation tests started and triggered by |
✅ |
all tests passed, ready to be merged anytime @devashishdxt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are conflicts with the latest branch, can you rebase it?
oh, squash and merge should work |
Solution: - changed app and modules based on the API breaking changes in 0.46 (the new modules are not yet added)
Solution: - changed app and modules based on the API breaking changes in 0.46 (the new modules are not yet added)
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)