-
Notifications
You must be signed in to change notification settings - Fork 44
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: sdk 0.52 is not used #568
base: develop
Are you sure you want to change the base?
Conversation
checked in StringToBytes
gasBz := sdk.Uint64ToBigEndian(gas) | ||
store.Set(types.KeyPrefixBlockGasWanted, gasBz) | ||
if err := k.KVStoreService.OpenKVStore(ctx).Set(types.KeyPrefixBlockGasWanted, gasBz); err != nil { | ||
panic(err) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #568 +/- ##
===========================================
- Coverage 46.18% 46.04% -0.15%
===========================================
Files 181 181
Lines 18152 18247 +95
===========================================
+ Hits 8384 8402 +18
- Misses 9048 9110 +62
- Partials 720 735 +15
|
Closes: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)