-
Notifications
You must be signed in to change notification settings - Fork 143
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
01399 m yacli valide ip and port address book update #1454
01399 m yacli valide ip and port address book update #1454
Conversation
…g an addressBook using yahcli Signed-off-by: anighanta <[email protected]>
Signed-off-by: anighanta <[email protected]>
Signed-off-by: anighanta <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1454 +/- ##
=========================================
Coverage 88.90% 88.90%
Complexity 5854 5854
=========================================
Files 460 460
Lines 17311 17311
Branches 1810 1810
=========================================
Hits 15390 15390
Misses 1457 1457
Partials 464 464 Continue to review full report at Codecov.
|
Signed-off-by: anighanta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
* add checks to validate port number in service endpoints when uploading an addressBook using yahcli Signed-off-by: anighanta <[email protected]> * add test addressbook for bad port in endpoint Signed-off-by: anighanta <[email protected]> * updated gitignore to not track script files from yahcli/assests Signed-off-by: anighanta <[email protected]> * screened launch script Signed-off-by: anighanta <[email protected]>
* Replace RichInstant with Instant in MerkleNetworkContext, hence reduce the conversion between these two types. * Add MerkleNetworkContext.deserialize() null-safety and avoid transient ISS (#1464) * Add null-safety and avoid transient ISS from MerkleNetworkContext fast-copy sharing FeeMultiplierSource congestionLevelStarts Signed-off-by: tinker-michaelj <[email protected]> * Fix unit test Signed-off-by: tinker-michaelj <[email protected]> * 01399 m yacli valide ip and port address book update (#1454) * add checks to validate port number in service endpoints when uploading an addressBook using yahcli Signed-off-by: anighanta <[email protected]> * add test addressbook for bad port in endpoint Signed-off-by: anighanta <[email protected]> * updated gitignore to not track script files from yahcli/assests Signed-off-by: anighanta <[email protected]> * screened launch script Signed-off-by: anighanta <[email protected]> * Resolve SonarCloud Minor Bugs (#1449) * fix few minor sonarcloud bugs Signed-off-by: Neeharika-Sompalli <[email protected]> * Additional fixes Signed-off-by: Neeharika-Sompalli <[email protected]> * fix code smell Signed-off-by: Neeharika-Sompalli <[email protected]> * move duplicated code to a method Signed-off-by: Neeharika-Sompalli <[email protected]> * fix other minor bugs Signed-off-by: Neeharika-Sompalli <[email protected]> * fix other issues Signed-off-by: Neeharika-Sompalli <[email protected]> * remove unnecessary toString() calls Signed-off-by: Neeharika-Sompalli <[email protected]> * add braces Signed-off-by: Neeharika-Sompalli <[email protected]> * remove a few casts Signed-off-by: Neeharika-Sompalli <[email protected]> * convert getCommonTransactionBodyBytes and legacyReceiptStorageSecs to return long and remove casts Signed-off-by: Neeharika-Sompalli <[email protected]> * fix other bugs created Signed-off-by: Neeharika-Sompalli <[email protected]> * Address review comments and fix alignment in SmartContractFeeBuilder Signed-off-by: Neeharika-Sompalli <[email protected]> * address few review comments Signed-off-by: Neeharika-Sompalli <[email protected]> * fix few other review points Signed-off-by: Neeharika-Sompalli <[email protected]> * fix typo Signed-off-by: Neeharika-Sompalli <[email protected]> * fix review comments, add UnitTest for MerkleDiskFs Signed-off-by: Neeharika-Sompalli <[email protected]> * Add unit tests for FreezeHandler Signed-off-by: Neeharika-Sompalli <[email protected]> * fix random failing tests because of MockedStatic Signed-off-by: Neeharika-Sompalli <[email protected]> * add more tests for codecov Signed-off-by: Neeharika-Sompalli <[email protected]> * fix all failing tests, yet to add more tests for code coverage Signed-off-by: Neeharika-Sompalli <[email protected]> * remove main method in SignatureVerifier and unused methods as they are not used anywhere Signed-off-by: Neeharika-Sompalli <[email protected]> * Address other review comments Signed-off-by: Neeharika-Sompalli <[email protected]> * Fix blocker and critical sonar bugs. (#1446) Signed-off-by: ljianghedera <[email protected]> * Fix the json map issue. Signed-off-by: ljianghedera <[email protected]> * Rename and changes per review comments. Signed-off-by: ljianghedera <[email protected]> * Cleanup and more coverage. Signed-off-by: ljianghedera <[email protected]> Co-authored-by: Michael Tinker <[email protected]> Co-authored-by: Anirudh Ghanta <[email protected]> Co-authored-by: Neeha <[email protected]>
Summary of the change:
update gitignore . related to PR merge - #1412