In cookbooks, adjust the sections about relayed transactions#1141
Merged
andreibancioiu merged 1 commit intodevelopmentfrom Aug 7, 2025
Merged
In cookbooks, adjust the sections about relayed transactions#1141andreibancioiu merged 1 commit intodevelopmentfrom
andreibancioiu merged 1 commit intodevelopmentfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR standardizes and improves the documentation for relayed transactions across multiple SDK cookbooks. The main purpose is to correct an overly restrictive statement about transaction signing order and ensure consistency across documentation files.
Key changes:
- Corrected the signing order requirement to allow sender and relayer to sign in any order
- Standardized the relayed transactions section format across all cookbooks
- Improved clarity and organization of relayed transaction requirements
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/sdk-and-tools/sdk-py.md | Updated relayed transactions section with improved formatting and corrected signing order information |
| docs/sdk-and-tools/sdk-js/sdk-js-cookbook-v15.md | Standardized relayed transactions documentation to match other cookbooks |
| docs/sdk-and-tools/sdk-js/sdk-js-cookbook-v14.md | Standardized relayed transactions documentation to match other cookbooks |
danielailie
approved these changes
Aug 7, 2025
danidrasovean
approved these changes
Aug 7, 2025
Contributor
Author
sstanculeanu
approved these changes
Aug 7, 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.
Description of the pull request (what is new / what has changed)
In the first place, we've adjusted the previous phrasing:
... which was a bit too strict, since the sender and the relayer can sign in any order.
Additionally, did some adjustments so that the sections about relayed transactions are now identical, on all cookbooks.
Did you test the changes locally ?
Which category (categories) does this pull request belong to?