chore: update @hashgraph/sdk dependency to @hiero-ledger/sdk#783
Merged
themariofrancia merged 2 commits intodevelopfrom Jan 19, 2026
Merged
chore: update @hashgraph/sdk dependency to @hiero-ledger/sdk#783themariofrancia merged 2 commits intodevelopfrom
themariofrancia merged 2 commits intodevelopfrom
Conversation
…an up package-lock.json Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
jaime-iobermudez
approved these changes
Jan 19, 2026
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.
This pull request updates the codebase to replace all usages of
@hashgraph/sdkwith@hiero-ledger/sdkversion2.79.0across multiple packages and files. This change ensures consistency in SDK usage and prepares the codebase for compatibility with the newer SDK. In addition, some minor code style improvements (such as string formatting) were made for consistency.SDK migration and dependency updates:
@hashgraph/sdkinpackage.jsonfiles forapps/mass-payout/backend,packages/ats/contracts,packages/ats/sdk,packages/mass-payout/contracts, andpackages/mass-payout/sdkhave been replaced with@hiero-ledger/sdk@2.79.0. [1] [2] [3] [4] [5]@hashgraph/sdkhave been updated to use@hiero-ledger/sdkin TypeScript source files and tests. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Code consistency and style improvements:
BigDecimal,ContractId, andHederaId. [1] [2] [3] [4] [5] [6] [7] [8]Documentation updates:
README.mdto reference@hiero-ledger/sdkinstead of@hashgraph/sdk, including usage examples and dependency lists. [1] [2]These changes collectively migrate the codebase to use the new Hedera SDK, improve maintainability, and ensure all documentation and code are up-to-date.