- Dec 05, 2022
-
-
Dmitry Markin authored
Co-authored-by:
Sebastian Kunert <skunert49@gmail.com>
-
- Dec 02, 2022
-
-
alexgparity authored
* Store values needed to create inherent data when needed instead of creating them early on * Point deps to substrate branch * Arc the client * Cargo update * Fix main cargo files * Undo cargo file changes * Add overseer dep to inherents * Update deps * Simplify code * Update benchmark * Update node/client/src/benchmarking.rs Co-authored-by:
Bastian Köcher <info@kchr.de> * Update node/core/parachains-inherent/src/lib.rs Co-authored-by:
Bastian Köcher <info@kchr.de> * Update node/core/parachains-inherent/src/lib.rs Co-authored-by:
Bastian Köcher <info@kchr.de> * Revert "Update node/core/parachains-inherent/src/lib.rs" This reverts commit 8b9555dc2451acfabab173d259e00da2728b7aa2. * Revert "Update node/core/parachains-inherent/src/lib.rs" This reverts commit 816c92d0e001e71f677d0acbcf22bdc3f511bc56. * cargo update -p sp-io * fmt Co-authored-by:
Bastian Köcher <info@kchr.de>
-
- Nov 30, 2022
-
-
Marcin S. authored
* Put in skeleton logic for CPU-time-preparation Still needed: - Flesh out logic - Refactor some spots - Tests * Continue filling in logic for prepare worker CPU time changes * Fix compiler errors * Update lenience factor * Fix some clippy lints for PVF module * Fix compilation errors * Address some review comments * Add logging * Add another log * Address some review comments; change Mutex to AtomicBool * Refactor handling response bytes * Add CPU clock timeout logic for execute jobs * Properly handle AtomicBool flag * Use `Ordering::Relaxed` * Refactor thread coordination logic * Fix bug * Add some timing information to execute tests * Add section about the mitigation to the IG * minor: Change more `Ordering`s to `Relaxed` * candidate-validation: Fix build errors
-
Adrian Catangiu authored
* rpc: mmr rpc crate name change * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
Mara Broda authored
* westend: update transaction version * polkadot: update transaction version * kusama: update transaction version * Bump spec_version to 9330 * bump versions to 0.9.33
-
- Nov 29, 2022
-
-
Marcin S. authored
-
Serban Iorga authored
* Spawn MMR gadget when offchain indexing is enabled * companion PR code review changes: 1st iteration * Code review changes: 2nd iteration * update lockfile for {"substrate"} Co-authored-by:
acatangiu <adrian@parity.io> Co-authored-by: parity-processbot <>
-
- Nov 27, 2022
-
-
ordian authored
-
- Nov 22, 2022
-
-
Aaro Altonen authored
* Update async-trait version * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Nov 18, 2022
-
-
Koute authored
* Remove the `wasmtime` feature flag * Update `substrate` to the newest `master` * Update `substrate` to the newest `master`
-
- Nov 15, 2022
-
-
Niklas Adolfsson authored
* companion for #12599 * update Cargo.lock * use cargo path instead of diener * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Nov 11, 2022
-
-
cheme authored
* add state-trie-migration (warn key need to be changed) * rococo root * restore master benchs (weights from substrate are used). * use ord_parameter macro. * do not upgrade runtime version yet * apply review changes * to test ci * Revert "to test ci" This reverts commit 5df6c5c74c5d172f254579cbb76caeb44af80ec2. * test ci * Revert "test ci" This reverts commit 0747761644ba566f9756e195e5304758370dc52c. Co-authored-by: parity-processbot <>
-
- Nov 09, 2022
-
-
Robert Hambrock authored
* histor. batch proof: make best block arg optional * make generate_batch_proof stub for historical * merge generate_{historical_}batch_proof functions * merge generate_{batch_}proof functions * merge verify_{batch_}proof functions * merge verify_{batch_}proof_stateless functions * rename BatchProof->Proof * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
Qinxuan Chen authored
* Companion for substrate#12560 Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * update num-format v0.4.0 ==> v0.4.3 * Fix * update lockfile for {"substrate"} Signed-off-by:
koushiro <koushiro.cqx@gmail.com> Co-authored-by:
Bastian Köcher <info@kchr.de> Co-authored-by: parity-processbot <>
-
Ankan authored
* add maximum winners to multi phase election provider * fallback to noelection * fmt * missing values * convert boundedvec to inner before sort * dont clone * pr feedback * update lockfile for {"substrate"} * run onchain election on westend benchmark Co-authored-by: parity-processbot <>
-
- Nov 08, 2022
-
-
Marcin S. authored
* Fix a couple of typos * Retry failed PVF execution PVF execution that fails due to AmbiguousWorkerDeath should be retried once. This should reduce the occurrence of failures due to transient conditions. Closes #6195 * Address a couple of nits * Write tests; refactor (add `validate_candidate_with_retry`) * Update node/core/candidate-validation/src/lib.rs Co-authored-by:
Andronik <write@reusable.software> Co-authored-by:
eskimor <eskimor@users.noreply.github.com> Co-authored-by:
Andronik <write@reusable.software>
-
Andrei Sandu authored
* Impl dynamic window size. Keep sessions for unfinalized chain Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Stretch also in contructor plus tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix approval-voting tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * grunting: dispute coordinator tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add session window column Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * integrate approval vote and fix tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix rolling session tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Small refactor Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * WIP, tests failing Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix approval voting tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix dispute-coordinator tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * remove uneeded param Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix loose ends Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * allow failure and tests for it Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix comment Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * comment fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * style fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * new col doesn't need to be ordered Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt and spellcheck Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * db persist tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add v2 config and cols Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * DB upgrade WIP Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix comments Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add todo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update to parity-db to "0.4.2" Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * migration complete Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * One session window size Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix merge damage Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix build errors Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * comment fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix build Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * make error more explicit Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add comment Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * refactor conflict merge Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * rename col_data Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add doc comment Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix build Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * migration: move all cols to v2 Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io>
-
Kian Paimani authored
* update * add migrations * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
Kian Paimani authored
* Update polkadot inflation to take into account auctions * a possible solution -- but needs a rather untrivial data seeding * some additional comments * Use LOWEST_PUBLIC_ID as a guide to filter out system/common good para ids * Fixes * move tests * fix Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- Nov 07, 2022
-
-
Michal Kucharczyk authored
* BlockId removal: &Hash to Hash It changes &Block::Hash argument to Block::Hash. This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292) * missing file corrected * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
Xiliang Chen authored
-
- Nov 05, 2022
-
-
Oliver Tale-Yazdi authored
* Typo Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update Cargo.lock * update lockfile for {"substrate"} Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Bastian Köcher <info@kchr.de> Co-authored-by: parity-processbot <>
-
- Nov 03, 2022
-
-
Michal Kucharczyk authored
* BlockId removal: refactor: Backend::block_indexed_body It changes the arguments of `Backend::block_indexed_body` method from: `BlockId<Block>` to: `&Block::Hash` This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292) * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Nov 02, 2022
-
-
Michal Kucharczyk authored
* BlockId removal: refactor: Backend::justifications It changes the arguments of `Backend::justifications` method from: `BlockId<Block>` to: `&Block::Hash` This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292) * formatting * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Nov 01, 2022
-
-
alexgparity authored
* Replace parachain/parathread boolean by enum * Address PR comments * Update dependencies * ParaType -> ParaKind * Swap enum field order to avoid migration * Rename paratype field to parakind * Manual en-/decocing of Parakind * Manual TypeInfo for ParaKind * rename field back to parachain * minor * Update runtime/parachains/src/paras/mod.rs Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Manual serde Serialize and Deserialize for ParaKind * cargo fmt * Update runtime/parachains/src/paras/mod.rs Co-authored-by:
Andronik <write@reusable.software> * Add test for serde_json encoding/decoding * Move serde_json dep to dev-deps Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by:
Andronik <write@reusable.software>
-
Michal Kucharczyk authored
* BlockId removal: refactor: BlockBackend::block_body It changes the arguments of `BlockBackend::block_body` method from: `BlockId<Block>` to: `&Block::Hash` This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292) * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Oct 30, 2022
-
-
Alexander Theißen authored
* Update cc * Update regex * Update thiserror * Update anyhow * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Oct 29, 2022
-
-
Roman Useinov authored
* [Companion] StakingInterface adjustments * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Oct 26, 2022
-
-
Oliver Tale-Yazdi authored
* Typo Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add multisig weights Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update multisig weights Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * update lockfile for {"substrate"} Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <>
-
- Oct 25, 2022
-
-
Shawn Tabrizi authored
* u16 -> u32 * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Oct 22, 2022
-
-
Mara Broda authored
* Bump spec_version to 9310 * bump transaction_version (0.9.31) (#6171) * Bump transaction_version for polkadot * Bump transaction_version for kusama * Bump transaction_version for rococo * Bump transaction_version for westend * Bump transaction_version for polkadot * Bump transaction_version for kusama * Bump transaction_version for rococo * Bump transaction_version for westend * Bump crate versions (0.9.31)
-
- Oct 20, 2022
-
-
Kian Paimani authored
-
- Oct 19, 2022
-
-
Kian Paimani authored
* make it work * add migration * fix * Update utils/staking-miner/src/opts.rs Co-authored-by:
Niklas Adolfsson <niklasadolfsson1@gmail.com> * Update utils/staking-miner/src/monitor.rs * small tweaks * Update utils/staking-miner/src/opts.rs Co-authored-by:
Bastian Köcher <info@kchr.de> * fmt * fix print' * fmt * update lockfile for {"substrate"} Co-authored-by:
Niklas Adolfsson <niklasadolfsson1@gmail.com> Co-authored-by:
Bastian Köcher <info@kchr.de> Co-authored-by: parity-processbot <>
-
- Oct 18, 2022
-
-
Niklas Adolfsson authored
* companion for #12212 * cargo fmt * fix build * update Cargo.lock * update Cargo.lock
-
Sebastian Kunert authored
-
Michal Kucharczyk authored
* BlockId removal: refactor: StorageProvider It changes the arguments of `Backend::StorageProvider` trait from: block: `BlockId<Block>` to: hash: `&Block::Hash` * Update node/client/src/lib.rs Co-authored-by:
Bastian Köcher <info@kchr.de> * update lockfile for {"substrate"} Co-authored-by:
Bastian Köcher <info@kchr.de> Co-authored-by: parity-processbot <>
-
Sebastian Kunert authored
* Move clap to 4.0.9 * Remove "deprecated" feature flag * Convert to default_value_t * update lockfile for {"substrate"} * Add group(skip) to avoid naming conflict * More group(skip) Co-authored-by: parity-processbot <>
-
- Oct 16, 2022
-
-
code-terror authored
* fix fuzzing builds * change Cargo.lock * change honggfuzz Co-authored-by:
commented-line <venkatamaturi98@gmail.com>
-
- Oct 14, 2022
-
-
Michal Kucharczyk authored
* BlockId removal refactor: Backend::state_at * formatting * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-
- Oct 13, 2022
-
-
Sergej Sakac authored
* pallet-mmr: RPC API works with block numbers * small fix * update * change types * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
-