Conversation
1. avoid infinite loop when exception cause has loop
fix(net): change process exception
1. modify PacketDecoder decode log
feat(version): modify error log
Master merge to develop
update CONTRIBUTING.md
1. this method is not used, and is wrong in some case 2. re-add correct method if it may be used in the future
feat(db): remove method getValuesPrev
1. show help information in groups, with version information
feat(command): show help message
1. update Wallet log level
feat(log): update log level
1. remote docker-publish.yml
feat(docker): update docker workflow
1. disable light node data to split history data 2. disable history data splitted from light node data to merge 3. disable split if block is less than 65536 4. add latest 65536 blocks and related transactions into snapshot data 5. remove light node minimum dbs check
feat(liteFullNodeTool): optimize liteFullNodeTool
feat(shell): update start.sh
fix(test): low probability of failure for some uint tests
1. additional fee is charged when the transaction has memo information.
feat(memo-fee): add a proposal for memo fee
…check func(proposal): optimize proposal check
fix(mechanism): fix deflation or expansion problems
fix(mechanism): optimize deflation problems
fix(mechanism): optimize freezing precision query
fix(mechanism): optimize total weight when unfreeze owner
fix(mechanism): optimize name of proposal
Optimize delegates
1. update image links 2. modify log level
feat(CONTRIBUTING.md): update CONTRIBUTING.md
1. update to Version 4.6.0
feat(version): update Version
Codecov Report
@@ Coverage Diff @@
## master #4800 +/- ##
============================================
- Coverage 54.20% 54.16% -0.04%
- Complexity 7940 8034 +94
============================================
Files 831 833 +2
Lines 47117 47700 +583
Branches 5104 5180 +76
============================================
+ Hits 25538 25836 +298
- Misses 19552 19804 +252
- Partials 2027 2060 +33
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
xxo1shine
approved these changes
Nov 21, 2022
lvs007
approved these changes
Nov 21, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Why are these changes required?
This PR has been tested by:
Follow up
Extra details