Skip to content

Problem: sdk 0.52 is not used#568

Closed
mmsqe wants to merge 85 commits intocrypto-org-chain:developfrom
mmsqe:bump_sdk
Closed

Problem: sdk 0.52 is not used#568
mmsqe wants to merge 85 commits intocrypto-org-chain:developfrom
mmsqe:bump_sdk

Conversation

@mmsqe
Copy link
Copy Markdown

@mmsqe mmsqe commented Dec 31, 2024

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

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

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 6, 2025

Codecov Report

❌ Patch coverage is 56.85841% with 390 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.06%. Comparing base (b602a26) to head (4381c51).
⚠️ Report is 183 commits behind head on develop.

Files with missing lines Patch % Lines
app/app.go 84.66% 37 Missing and 7 partials ⚠️
app/export.go 4.54% 42 Missing ⚠️
server/start.go 10.52% 34 Missing ⚠️
testutil/network/network.go 0.00% 26 Missing ⚠️
client/testnet.go 0.00% 25 Missing ⚠️
testutil/app.go 12.50% 21 Missing ⚠️
app/upgrades.go 17.64% 11 Missing and 3 partials ⚠️
testutil/network/util.go 0.00% 14 Missing ⚠️
x/evm/keeper/keeper.go 70.73% 9 Missing and 3 partials ⚠️
client/keys.go 0.00% 10 Missing ⚠️
... and 43 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #568      +/-   ##
===========================================
- Coverage    46.17%   46.06%   -0.12%     
===========================================
  Files          181      181              
  Lines        18153    18253     +100     
===========================================
+ Hits          8383     8408      +25     
- Misses        9050     9110      +60     
- Partials       720      735      +15     
Files with missing lines Coverage Δ
app/ante/authz.go 81.63% <ø> (ø)
app/ante/eth.go 81.56% <100.00%> (ø)
app/ante/fee_checker.go 88.34% <100.00%> (+0.23%) ⬆️
app/ante/nativefee.go 57.33% <100.00%> (+1.63%) ⬆️
app/ante/setup.go 78.31% <100.00%> (-3.83%) ⬇️
crypto/codec/amino.go 100.00% <100.00%> (ø)
crypto/codec/codec.go 100.00% <100.00%> (ø)
encoding/codec/codec.go 100.00% <100.00%> (ø)
ethereum/eip712/encoding.go 76.15% <100.00%> (ø)
ethereum/eip712/encoding_legacy.go 73.43% <100.00%> (ø)
... and 75 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread app/app.go
Comment on lines +976 to +978
for addr := range GetMaccPerms() {
result[addr] = true
}

Check warning

Code scanning / CodeQL

Iteration over map

Iteration over map may be a possible source of non-determinism
Comment thread x/evm/keeper/state_transition.go Outdated
@JayT106
Copy link
Copy Markdown

JayT106 commented Apr 9, 2026

Close PR due to the develop branch has integrated with SDK v0.53

@JayT106 JayT106 closed this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants