-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix: properly set lastBlockHeight
in localnet
#745
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #745 +/- ##
========================================
Coverage 11.40% 11.40%
========================================
Files 280 280
Lines 61479 61479
========================================
+ Hits 7012 7014 +2
+ Misses 54302 54301 -1
+ Partials 165 164 -1
|
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.
I actually tried this solution but we still get the error
goroutine 1 [running]:
github.com/cosmos/cosmos-sdk/x/params/types.Subspace.Get({{0x665ec60, 0xc001224340}, 0xc000010748, {0x663a598, 0xc000f747f0}, {0x663a5e8, 0xc000f74900}, {0xc000188de0, 0xb, 0x22}, ...}, ...)
/Users/lucas/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.45.3/x/params/types/subspace.go:109 +0x307
github.com/tendermint/spn/x/monitoringp/keeper.Keeper.LastBlockHeight(...)
I don't seem to |
Same here. Works for me |
@lubtd make sure you've cleaned up your nodes perhaps? might contain old corrupted data |
Found the issue👍
I made a commit for it , just 3 lines change |
Closes #744