Skip to content
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

merge release_v4.7.5 to master #5841

Merged
merged 43 commits into from
May 30, 2024
Merged

merge release_v4.7.5 to master #5841

merged 43 commits into from
May 30, 2024

Conversation

halibobo1205
Copy link
Contributor

No description provided.

lurais and others added 30 commits January 12, 2024 19:48
* feat(api):fix a concurrency issue for toString in BlockCapsule (#5657)

* feat(db):optimize cache settings (#5659)

* feat(lite):optimize DbLite tool (#5658)
feat(net): use the proper clearing function
# Conflicts:
#	framework/src/main/java/org/tron/program/Version.java
#	framework/src/test/java/org/tron/core/db/ManagerTest.java
add background,specification,test specification and scope of impact
docs(issue/template): simplify issue template for bug
…descriptions

docs(params): fix parameter descriptions for minTimeRatio and maxTime…
fix(net): solve the problem of concurrent access to fetchBlockInfo object
feat(version): update version to 4.7.5
feat(net): optimize block message processing logic
fix(net): solve the problem of concurrent access to syncBlockToFetch object
yanghang8612 and others added 13 commits May 30, 2024 14:37
feat(net): remove redundant code
feat(consensus): optimize block production logic
feat(validate): validate account creation transaction size
# Conflicts:
#	actuator/src/main/java/org/tron/core/utils/ProposalUtil.java
#	chainbase/src/main/java/org/tron/core/store/DynamicPropertiesStore.java
#	common/src/main/java/org/tron/common/parameter/CommonParameter.java
#	framework/src/main/java/org/tron/core/Wallet.java
#	framework/src/main/java/org/tron/core/consensus/ProposalService.java
…_size

feat(validate): limit big transaction size
…emove_redundant_ret

# Conflicts:
#	common/src/main/java/org/tron/core/Constant.java
#	framework/src/main/java/org/tron/core/db/Manager.java
#	framework/src/test/java/org/tron/core/db/ManagerTest.java
feat(*): remove redundant ret for transaction
Copy link
Collaborator

@CodeNinjaEvan CodeNinjaEvan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 83.76623% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 66.84%. Comparing base (b1fc2f0) to head (fcae37a).

Files Patch % Lines
...mework/src/main/java/org/tron/core/db/Manager.java 73.33% 3 Missing and 1 partial ⚠️
...main/java/org/tron/core/db/BandwidthProcessor.java 76.92% 2 Missing and 1 partial ⚠️
...core/net/service/fetchblock/FetchBlockService.java 0.00% 3 Missing ⚠️
...va/org/tron/core/net/service/sync/SyncService.java 0.00% 3 Missing ⚠️
...c/main/java/org/tron/core/actuator/VMActuator.java 0.00% 1 Missing and 1 partial ⚠️
...rc/main/java/org/tron/core/vm/program/Program.java 33.33% 1 Missing and 1 partial ⚠️
...ava/org/tron/common/parameter/CommonParameter.java 50.00% 2 Missing ⚠️
...rc/main/java/org/tron/consensus/dpos/DposTask.java 33.33% 1 Missing and 1 partial ⚠️
...rc/main/java/org/tron/core/utils/ProposalUtil.java 92.30% 0 Missing and 1 partial ⚠️
...java/org/tron/core/capsule/TransactionCapsule.java 94.11% 0 Missing and 1 partial ⚠️
... and 2 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5841      +/-   ##
============================================
+ Coverage     66.77%   66.84%   +0.06%     
- Complexity    10295    10336      +41     
============================================
  Files           889      889              
  Lines         53726    53846     +120     
  Branches       5937     5957      +20     
============================================
+ Hits          35874    35991     +117     
+ Misses        15069    15062       -7     
- Partials       2783     2793      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lvs007 lvs007 merged commit 8720e06 into master May 30, 2024
7 checks passed
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.