Skip to content

Commit

Permalink
Core assignation wired to collatorAssignment (#629)
Browse files Browse the repository at this point in the history
* first try

* assign first cores to parachains, rest to parathreads

* zombie starlight

* assignation

* fix moonwall

* swap order of workers

* let's fix this

* try to generate genesis containers

* keep advancing

* finally working

* FMT for now

* zepter and toml-maid

* toml-maid again

* fix

* strcut doc

* more fixes

* clippy

* pnpm lock

* wip

* wip

* more wip

* fmt

* wip of wip

* wip

* add first two tests regarding core-scheduling

* yet another test

* parathread affinity working

* toml maid

* fmt

* fix quite a few stuff

* FMT

* fix tanssi relay test

* fix clippy

* fix clippy

* FMT more

* fmt

* fixes

* fixes

* pr feedback

* adapt to parathreadS

* register parathreads on genesis in tests

* fmt

* fixes

* add way to retrieve key

* tests required by PR review

* more comments

* better comments

* fmt
  • Loading branch information
girazoki authored Aug 7, 2024
1 parent 28fb313 commit 5394912
Show file tree
Hide file tree
Showing 19 changed files with 2,367 additions and 1,657 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pallets/registrar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ pub mod pallet {
ContainerChainGenesisData,
Option<ParathreadParamsTy>,
)>,
#[serde(skip)]
pub phantom: PhantomData<T>,
}

Expand Down
Loading

0 comments on commit 5394912

Please sign in to comment.