-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Polkadot OmniNode Docs #6094
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
Polkadot OmniNode Docs #6094
Changes from 11 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7c2d349
all updates so far
kianenigma bcba502
all omni node tests work perfectly now
kianenigma a09739b
update most of the docs as well
kianenigma 4156f88
all warnings removed
kianenigma 751e871
add weights and benchmarking docs
kianenigma e297ba6
fix
kianenigma fbfa80d
Merge branch 'master' into kiz-omni-node-docs
kianenigma 2f06367
address a lot of the feedback
kianenigma 41f702d
Master.into()
kianenigma 7b66ec4
taply
kianenigma 308a3b1
remove unused dep
kianenigma 1fd087f
better external
kianenigma 121be55
fix signed ext
kianenigma f3cecc4
fix ci?
kianenigma a53d3b6
prdocs
kianenigma 06b3917
Master.into()
kianenigma 36bad16
Update docs/sdk/src/guides/your_first_runtime.rs
kianenigma 0529176
Update docs/sdk/src/reference_docs/omni_node.rs
kianenigma 23d35e9
Update docs/sdk/src/reference_docs/omni_node.rs
kianenigma cfdf9f5
review comments
kianenigma 161abb6
Merge branch 'kiz-omni-node-docs' of github.com:paritytech/polkadot-s…
kianenigma cf1e7f5
Apply suggestions from code review
kianenigma cdd097a
Apply suggestions from code review
kianenigma 2c8402c
comments
kianenigma 27b9035
Merge branch 'kiz-omni-node-docs' of github.com:paritytech/polkadot-s…
kianenigma 1bccc18
Update cumulus/polkadot-omni-node/lib/src/nodes/manual_seal.rs
kianenigma da96c78
Merge branch 'kiz-omni-node-docs' of github.com:paritytech/polkadot-s…
kianenigma 8e735c3
fmt and more
kianenigma 9a95a2f
fmt
kianenigma cbaff16
fix link
kianenigma 034e47e
new binaries section
kianenigma 1ecf596
fix ci
kianenigma 1e072ce
Merge branch 'master' of github.com:paritytech/polkadot-sdk into kiz-…
kianenigma af68dbb
fix ci
kianenigma 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| [package] | ||
| name = "polkadot-sdk-docs-first-pallet" | ||
| description = "A simple pallet created for the polkadot-sdk-docs guides" | ||
| version = "0.0.0" | ||
| license = "MIT-0" | ||
| authors.workspace = true | ||
| homepage.workspace = true | ||
| repository.workspace = true | ||
| edition.workspace = true | ||
| publish = false | ||
|
|
||
| [lints] | ||
| workspace = true | ||
|
|
||
| [package.metadata.docs.rs] | ||
| targets = ["x86_64-unknown-linux-gnu"] | ||
|
|
||
| [dependencies] | ||
| codec = { workspace = true } | ||
| scale-info = { workspace = true } | ||
| frame = { workspace = true, features = ["experimental", "runtime"] } | ||
| docify = { workspace = true } | ||
|
|
||
| [features] | ||
| default = ["std"] | ||
| std = ["codec/std", "frame/std", "scale-info/std"] |
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.