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

[CHAIN MAINTENANCE] Use polkadot-parachain-lib #716

Open
kianenigma opened this issue Sep 3, 2024 · 3 comments
Open

[CHAIN MAINTENANCE] Use polkadot-parachain-lib #716

kianenigma opened this issue Sep 3, 2024 · 3 comments
Assignees
Labels
✋on hold status: on hold

Comments

@kianenigma
Copy link

Hey there!

Based on your former feedback, one of the features of polkadot-parachain-lib is that it allows for u64 block number. This means you can remove your node implementations entirely, use polkadot-parachain-lib, and create your custom instances of it with your chain-spec and block number type.

See here for an example

https://github.com/AcalaNetwork/acala-node

Be aware that we might rename the crates, but otherwise the API is stable.

paritytech/polkadot-sdk#5566

Do you need any help? please ping me or @serban300 :)

@kianenigma
Copy link
Author

Although, I just realized that this crate is no released, so you might need to wait for the next polkadot-sdk release :)

@Dudleyneedham Dudleyneedham changed the title Use polkadot-parachain-lib [CHAIN MAINTAINANCE] Use polkadot-parachain-lib Sep 5, 2024
@Dudleyneedham Dudleyneedham changed the title [CHAIN MAINTAINANCE] Use polkadot-parachain-lib [CHAIN MAINTENANCE] Use polkadot-parachain-lib Sep 5, 2024
@ntn-x2
Copy link
Member

ntn-x2 commented Sep 13, 2024

It would also probably mean we can now split node and runtime repos, so that we can move faster on the node side without having to always catch up with the runtime.

@kianenigma
Copy link
Author

You can also stay in the same repo, but start using the the proposed method above.

@ntn-x2 ntn-x2 self-assigned this Sep 23, 2024
@ntn-x2 ntn-x2 added the ✋on hold status: on hold label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✋on hold status: on hold
Projects
None yet
Development

No branches or pull requests

2 participants