-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Instant to replace RichInstant usage whenever possible (#1462)
* 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]>
- Loading branch information
1 parent
e29cadd
commit b14894b
Showing
5 changed files
with
181 additions
and
78 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.