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.4 to master #5765

Merged
merged 77 commits into from
Mar 15, 2024
Merged

merge release v4.7.4 to master #5765

merged 77 commits into from
Mar 15, 2024

Conversation

lvs007
Copy link
Collaborator

@lvs007 lvs007 commented Mar 15, 2024

No description provided.

ss334452 and others added 30 commits September 14, 2023 10:48
test(net): add unit test for peer connection
Co-authored-by: morgan.peng <morgan.p@qq.com>
Co-authored-by: paladim <paladim@example.com>
Co-authored-by: liukai <kayle.liu@tron.network>
Co-authored-by: morgan.peng <morgan.p@qq.com>
Co-authored-by: liukai <kayle.liu@tron.network>
Co-authored-by: morgan.peng <morgan.p@qq.com>
…tions

docs(md): remove redundant descriptions
docs(README): update the description of signature verification
* delete config item node.bind.ip

* remove bindIp method from Args

* get lan ip from libp2p
feat(net): stop tx broadcasting if block cannot solidified
lurais and others added 25 commits January 22, 2024 15:55
Co-authored-by: morgan.peng <morgan.p@qq.com>
#5688)

* fix(api):fix the bug of determine if get scale factor succeed

* fix(api):fix bug of isShieldedTRC20NoteSpent
feat(dependency): update libp2p version to test-v2.2.2
feat(dependency): update libp2p version to 2.2.1
* fix(pbft): fix the concurrent access issue of srPbftMessage
feat(dependency): update libp2p version to test-v2.2.3
* remove useNewRewardAlgorithmFromStart

* code clear

* exit when the calculation task gets an exception

* tools: add `db root` to calculate the data root

* make reward-vi root configurable

* fix race-condition for Merkel root calculation

* optimize proposal design
* feat(param): modify the default value of maxUnsolidifiedBlocks
feat(net): optimize block processing logic
# Conflicts:
#	framework/src/main/java/org/tron/program/Version.java
#	framework/src/test/java/org/tron/core/db/ManagerTest.java
Merge remote-tracking branch 'upstream/master' into release_v4.7.4
@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 66.73%. Comparing base (7a6a6d8) to head (ca48980).

Files Patch % Lines
...java/org/tron/core/service/RewardViCalService.java 87.21% 6 Missing and 11 partials ⚠️
...ain/java/org/tron/core/services/RpcApiService.java 16.66% 10 Missing ⚠️
...n/core/net/service/handshake/HandshakeService.java 0.00% 8 Missing ⚠️
framework/src/main/java/org/tron/core/Wallet.java 36.36% 5 Missing and 2 partials ⚠️
.../src/main/java/org/tron/core/config/args/Args.java 69.56% 2 Missing and 5 partials ⚠️
.../tron/core/net/messagehandler/BlockMsgHandler.java 0.00% 7 Missing ⚠️
...ron/core/db/common/iterator/RockStoreIterator.java 78.57% 5 Missing and 1 partial ⚠️
...rg/tron/core/db/common/iterator/StoreIterator.java 81.48% 4 Missing and 1 partial ⚠️
...ava/org/tron/common/parameter/CommonParameter.java 62.50% 3 Missing ⚠️
...a/org/tron/core/db/common/iterator/DBIterator.java 33.33% 1 Missing and 1 partial ⚠️
... and 15 more

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

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5765      +/-   ##
============================================
+ Coverage     66.03%   66.73%   +0.69%     
- Complexity    10151    10290     +139     
============================================
  Files           895      889       -6     
  Lines         53834    53726     -108     
  Branches       5930     5937       +7     
============================================
+ Hits          35550    35854     +304     
+ Misses        15509    15083     -426     
- Partials       2775     2789      +14     

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

Copy link
Contributor

@tomatoishealthy tomatoishealthy left a comment

Choose a reason for hiding this comment

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

LGTM

@halibobo1205 halibobo1205 merged commit e84a9e7 into master Mar 15, 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.

None yet