-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
Coverage reportClick to see where and how coverage changed
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
examples/Cookbook.ipynb
Outdated
"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." |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 ...
examples/Cookbook.ipynb
Outdated
"source": [ | ||
"### Relayed V3\n", | ||
"\n", | ||
"This is the latest iteration of relayed transactions and we highly recommend using this version over the previous ones." |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
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.
No description provided.