-
Notifications
You must be signed in to change notification settings - Fork 685
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
Fix any code that relies on ParaId
-> CoreIndex
assignment to be static
#664
Comments
@antonva also a good ticket to work on. |
All good according to @antonva |
helin6
pushed a commit
to boolnetwork/polkadot-sdk
that referenced
this issue
Feb 5, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
…ng (paritytech#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
bkchr
pushed a commit
that referenced
this issue
Apr 10, 2024
…ng (#664) * emit dispatch message when whole message (payload) has invalid encoding * DispatchMessage::dispatch accepts Result
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We might still have some code that does not take into account that the association
ParaId
toCoreIndex
can change from block to block.Comment by Rob:
Therefore, apart from checking the code we should especially make sure to have a test that maxes out all the available on-demand cores.
The text was updated successfully, but these errors were encountered: