Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the MultiversX SDK core to version 15.0.0-beta.0 and adapts the codebase to the new API changes introduced in this version.
- Changed method calls from
hex()totoHex()on Address objects to align with the new SDK API - Added
awaitkeywords tocreateTransactionForExecutemethod calls that now return Promises - Updated the
form-datadependency from version 4.0.0 to 4.0.3
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates @multiversx/sdk-core to 15.0.0-beta.0 and form-data to 4.0.3 |
| proxy-deployer.abi.service.ts | Changes Address.hex() to Address.toHex() and adds await to createTransactionForExecute calls |
| collections-transactions.service.ts | Adds await to factory transaction creation methods |
| minters-deployer.abi.service.ts | Adds await to createTransactionForExecute calls |
| nft-minter.abi.service.ts | Adds await to createTransactionForExecute calls |
| nft-marketplace.abi.service.ts | Adds await to createTransactionForExecute calls |
| assets-transaction.service.ts | Adds await to various transaction factory methods |
Comments suppressed due to low confidence (1)
package.json:42
- Using a beta version (15.0.0-beta.0) in production code introduces potential stability risks. Beta versions may contain breaking changes or bugs that could affect application reliability. Consider using a stable release version instead.
"@multiversx/sdk-core": "15.0.0-beta.0",
popenta
previously approved these changes
Jul 28, 2025
andreibancioiu
previously approved these changes
Jul 28, 2025
andreibancioiu
approved these changes
Jul 30, 2025
popenta
approved these changes
Jul 30, 2025
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.
No description provided.