Skip to content
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

Breaking (but small) change: remove some previously deprecated items #352

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Nov 15, 2023

A

Adjusted Interaction.withSingleESDTNFTTransfer() and Interaction.withMultiESDTNFTTransfer(): removed sender parameter. When using the interaction facility to build smart contract calls, make sure to use withSender() instead. Since v13, though, the recommended way to build smart contract calls is by means of the new transactions factories (to be documented in the cookbook).

B

On TokenOperationsFactory, some unused and already deprecated input parameters (flags) have been removed: canMint, canBurn. Since v13, though, the recommended way to build smart contract calls is by means of the new transactions factories (to be documented in the cookbook). Note: TokenOperationsFactory is not part of the new set of factories.

@andreibancioiu andreibancioiu self-assigned this Nov 15, 2023
@andreibancioiu andreibancioiu marked this pull request as ready for review November 15, 2023 16:19
@andreibancioiu andreibancioiu merged commit b268d07 into feat/next Nov 29, 2023
1 check passed
@andreibancioiu andreibancioiu deleted the remove-deprecated-items-11-15 branch November 29, 2023 10:36
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