You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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, usepolkadot-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 :)
The text was updated successfully, but these errors were encountered: