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

Fixes for RelayedV3 and Cookbook update #84

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Fixes for RelayedV3 and Cookbook update #84

merged 3 commits into from
Jul 11, 2024

Conversation

popenta
Copy link
Collaborator

@popenta popenta commented Jul 10, 2024

No description provided.

@popenta popenta self-assigned this Jul 10, 2024
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  multiversx_sdk/core
  transaction_computer.py
  multiversx_sdk/core/transactions_factories
  relayed_transactions_factory.py
Project Total  

This report was generated by python-coverage-comment-action

"cell_type": "markdown",
"metadata": {},
"source": [
"Additionally, we also have a method that combines the above methods and is able to identify the kind of transfer that we intend to perform based on it's parameters. The method can be used as follows:\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

"cell_type": "markdown",
"metadata": {},
"source": [
"Alternatively, the protocol now supports sending both native and esdt tokens in the same transaction. If a `native_amount` is provided together with `token_transfers`, the native token will also be included in the `MultiESDTNFTTrasfer` built-in function call."
Copy link
Contributor

Choose a reason for hiding this comment

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

"now supports" is somehow incorrect. It will support. If there is an already published page on docs, we can link to it. Otherwise, let's use the future tense.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As far as I've seen, there is no docs page yet, but I've changed the text to be:

the protocol will support (in the very near future) sending ...

"source": [
"### Relayed V3\n",
"\n",
"This is the latest iteration of relayed transactions and we highly recommend using this version over the previous ones."
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a link to the official docs. And maybe rephrase to say "we recommend using this version ... as soon as it becomes available on the Network" (or something similar).

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

changed the message and will add a link to the docs when that is available.

@popenta popenta merged commit 60fdef2 into main Jul 11, 2024
5 checks passed
@popenta popenta deleted the fixes-relayed-v3 branch July 11, 2024 12:08
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