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

Bring back Substrate entry point crate #1450

Closed
wentelteefje opened this issue Sep 7, 2023 · 0 comments · Fixed by #1477
Closed

Bring back Substrate entry point crate #1450

wentelteefje opened this issue Sep 7, 2023 · 0 comments · Fixed by #1477
Labels
T11-documentation This PR/Issue is related to documentation.

Comments

@wentelteefje
Copy link
Contributor

Currently, the Substrate entry point crate contained in substrate/src/lib.rs is not included in the rust docs hosted on this repo, because of a missing Cargo.toml in substrate/. It was introduced in the archived Substrate repository with this PR: paritytech/substrate#14581.

I would like to update the link on on paritytech.github.io, where docs crate hosted on the archived Substrate repository still serves as an entry point for Substrate: https://paritytech.github.io/substrate/master/substrate/index.html

@wentelteefje wentelteefje added the T11-documentation This PR/Issue is related to documentation. label Sep 7, 2023
@Rashmirreddy Rashmirreddy moved this to To Do in Documentation Sep 11, 2023
kianenigma added a commit that referenced this issue Oct 6, 2023
Closes #1450

Bringing back the Substrate crate that was forgotten in the monorepo
import 😅.
It is a doc-only crate. Version number is set to `1.0.0` and publishing
is enabled (so that we can link to docs.rs).

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this from To Do to Done in Documentation Oct 6, 2023
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this issue Mar 25, 2024
Closes paritytech#1450

Bringing back the Substrate crate that was forgotten in the monorepo
import 😅.
It is a doc-only crate. Version number is set to `1.0.0` and publishing
is enabled (so that we can link to docs.rs).

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
bkchr pushed a commit that referenced this issue Apr 10, 2024
* Revert "try to fix nonces collisions (#1450)"

This reverts commit 5a91ddf.

* Revert "Revert "try to fix nonces collisions (#1450)""

This reverts commit e6350e839b97946541c1468235575c4bad4c75c1.

* added some accounts to RialtoParachain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T11-documentation This PR/Issue is related to documentation.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant