Skip to content

Update sdk-core#1095

Merged
danielailie merged 2 commits intomainfrom
TOOL-652-update-sdk-core-to-latest-major-version
Jul 30, 2025
Merged

Update sdk-core#1095
danielailie merged 2 commits intomainfrom
TOOL-652-update-sdk-core-to-latest-major-version

Conversation

@danielailie
Copy link
Collaborator

No description provided.

@danielailie danielailie self-assigned this Jul 28, 2025
@andreibancioiu andreibancioiu requested a review from Copilot July 28, 2025 09:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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() to toHex() on Address objects to align with the new SDK API
  • Added await keywords to createTransactionForExecute method calls that now return Promises
  • Updated the form-data dependency 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
popenta previously approved these changes Jul 28, 2025
andreibancioiu
andreibancioiu previously approved these changes Jul 28, 2025
@danielailie danielailie dismissed stale reviews from andreibancioiu and popenta via 911ca01 July 30, 2025 07:28
@danielailie danielailie merged commit 36834a6 into main Jul 30, 2025
1 check passed
@danielailie danielailie deleted the TOOL-652-update-sdk-core-to-latest-major-version branch July 30, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants