-
Notifications
You must be signed in to change notification settings - Fork 5
Updated version of 352 #370
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e8ac24e
translate: MRL docs
wuzhong-papermoon 03670f6
tranlsate: Update note flags
wuzhong-papermoon b93dfb7
Update builders/interoperability/mrl.md
wuzhong-papermoon 5b6136a
Update builders/interoperability/mrl.md
wuzhong-papermoon f090663
Update builders/interoperability/mrl.md
wuzhong-papermoon 78272cd
Update builders/interoperability/mrl.md
wuzhong-papermoon bc1eb47
Update builders/interoperability/mrl.md
wuzhong-papermoon 9578107
Update gmp.md
wuzhong-papermoon 81b86bf
translate: XCM SDK updates
wuzhong-papermoon 18f3c80
Translate: Ethers.js and Web3.js Updates
wuzhong-papermoon c5cd49b
translate: update api3 docs
wuzhong-papermoon fea3cb3
translate: update duplicated header attribute for api3
wuzhong-papermoon 8843cee
translate: Replace PureStake w/ Community for misc updates
wuzhong-papermoon f392f12
translate: Web3.py Updates
wuzhong-papermoon 39ec4c5
translate: update docs for ws/rpc changes
wuzhong-papermoon 1a0492c
Update builders/pallets-precompiles/precompiles/gmp.md
wuzhong-papermoon fc89049
Update builders/interoperability/mrl.md
wuzhong-papermoon 40f1b5e
Update builders/interoperability/mrl.md
wuzhong-papermoon aa1af40
Apply suggestions from code review
eshaben 214557e
Update node-operators/networks/run-a-node/flags.md
eshaben 98e1cbc
Apply suggestions from code review
eshaben e69ffcd
Apply suggestions from code review
eshaben 96539cd
Apply suggestions from code review
eshaben 95a5cef
Update builders/interoperability/xcm/xcm-sdk/v1/reference.md
eshaben cdb17c1
align changes with english repo
eshaben d512c17
formatting changes
eshaben 40150cf
move file
eshaben 06a1f88
use a single dash
eshaben 24945b9
fix import
eshaben ab03bb1
add client changes translation
eshaben 4969e64
Apply suggestions from code review
eshaben File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| !!! note | ||
| For client versions prior to v0.30.0, `--rpc-port` was used to specify the port for HTTP connections, and `--ws-port` was used to specify the port for WS connections. As of client v0.30.0, these flags have been combined, and the default port for the `--ws-port` flag, which is `9944`, is used for both HTTP and WS connections. The maximum number of connections to that port has been hardcoded to 100 and could be modified with the `--ws-max-connections` flag. | ||
|
|
||
| As of client v0.33.0, the `--ws-port` and `--ws-max-connections` flags have been deprecated and removed in favor of the `--rpc-port` and `--rpc-max-connections` flags. The default port is still `9944`, and the default maximum number of connections is still set to 100. | ||
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,4 +3,5 @@ hide: false | |
| nav: | ||
| - index.md | ||
| - xcm | ||
| - protocols | ||
| - protocols | ||
| - mrl.md | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.