- Feb 07, 2022
-
-
Bastian Köcher authored
* Return compressed PoV from collation This enables us to also print the size of the compressed PoV. * FMT * Update Polkadot & Substrate * Fix compilation * Fixes * FMT
-
- Jan 26, 2022
-
-
Squirrel authored
* Add safe_xcm_version to Genesis Specs (#743) * add safe_xcm_version to genesis specs * cargo +nightly fmt * Point to xcm latest version Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io>
-
- Jan 25, 2022
-
-
Sebastian Kunert authored
-
Qinxuan Chen authored
* Companion for substrate#10632 Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * cargo update -p clap Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Update substrate * update lockfile for {"polkadot"} Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> Co-authored-by: parity-processbot <>
-
- Jan 22, 2022
-
-
Bastian Köcher authored
* Update Substrate & Polkadot * Hmm * Set workspace hint path * Test * Use absolute path * Update again
-
- Jan 21, 2022
-
-
Squirrel authored
Co-authored-by:
Chevdor <chevdor@users.noreply.github.com>
-
Keith Yeung authored
* Rename ParentIsDefault to ParentIsAllZeroes * Fixes * Create ParentAccounts for respective networks * Fixes * Use b"Parent" as the basis for generating parent AccountId * Fixes * Use preset parent account ID * update lockfile for {"polkadot"} Co-authored-by: parity-processbot <>
-
- Jan 20, 2022
-
-
Oliver Tale-Yazdi authored
* Add `without_storage_info` Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add `without_storage_info` Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add `without_storage_info` Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add `without_storage_info` Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * update lockfile for {"polkadot"} * Run `cargo update -p sp-io` Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <>
-
Kian Paimani authored
* Add the uniques migration for statemine * return weight from on_runtime_upgrade (#914) need to return the weight from on_runtimie_upgrade(). * cargo update -p sp-io * cargo update -p polkadot-primitives Co-authored-by:
hamidra <hamid.alipour@gmail.com>
-
- Jan 14, 2022
-
-
Ignacio Palacios authored
* before adding seedling client side * seedling runtime compiles * create seedling spec script added * seedling node & BaseCallFilter fixes * update AllPalets * formatting * CallFilter + SignedExtra + AccountData fix * XCM removed * cleanup * solo-to-para pallet added & before testing * fix runtime upgrade method * soloToPara pallet + set header * clean up * clean up 2 * signed extension check sudo added * fmt + cleanup * Refac code and fixes * fmt * Update pallets/solo-to-para/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update pallets/solo-to-para/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update pallets/solo-to-para/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * small fixes * OnValidationData used * small changes * Update pallets/solo-to-para/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update pallets/solo-to-para/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update pallets/solo-to-para/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * OnValidationData replaced by OnSystemEvent * fmt + cargo fix * disable-default-bootnodes for seedling script Co-authored-by:
Ricardo Rius <ricardo@parity.io> Co-authored-by:
Ricardo Rius <9488369+riusricardo@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- Jan 13, 2022
-
-
Doordashcon authored
* added Polkadot constants * remove hardcoded constants * cargo +nightly fmt * add const existential deposit * update * cargo +nightly fmt * not pulling * readd constants.rs modules * update * Cargo.lock * update * add balance constants * Update polkadot-parachains/statemine/src/constants.rs Co-authored-by:
Alexander Popiak <alexander.popiak@gmail.com> * cargo fmt Co-authored-by:
Alexander Popiak <alexander.popiak@gmail.com>
-
joe petrowski authored
* remove sudo from westmint
-
- Jan 12, 2022
-
-
Xiliang Chen authored
* fix tests * update lockfile for substrate * update lockfile for {"polkadot"} Co-authored-by: parity-processbot <>
-
- Jan 10, 2022
-
-
sandreim authored
* fix tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update lockfile for polkadot Co-authored-by: parity-processbot <>
-
- Jan 05, 2022
-
-
Adrian Catangiu authored
* Companion for substrate #10463 * update lockfile for substrate * update lockfile for polkadot Co-authored-by: parity-processbot <>
-
- Jan 03, 2022
-
-
Sergey Pepyakin authored
I just ran `cargo update -p polkadot-primitives` in the hope that it will fix [this] [this]: https://gitlab.parity.io/parity/polkadot/-/jobs/1311542
-
- Dec 30, 2021
-
-
Sergey Pepyakin authored
* companion for polkadot#4635 (config rename frequency->cooldown) * update lockfile for polkadot Co-authored-by: parity-processbot <>
-
- Dec 28, 2021
-
-
Keith Yeung authored
-
ordian authored
-
- Dec 27, 2021
-
-
ordian authored
* companion for https://github.com/paritytech/polkadot/pull/4545 * update lockfile for polkadot Co-authored-by: parity-processbot <>
-
- Dec 24, 2021
-
-
Bastian Köcher authored
* sketch downward messages * bring in attempt to mock mqc-head from moonbeam * just patch individual crates * fing comma * add some logs * Holy shit, we actually imported a block! * Actually mock the message queue chain * use relay parent number for `sent_at` * finish moving MQC to primitives * more complete mock and better config type * change name * fix export * better map types * fix dependencies after rebase * try-rejigging branches because this is an override * try to re-jig for hrmp mcqs * fix branches * actually fix branches better * even better * Removestray log lines Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Nicer handling of default `ParachainSystem` name * better docs * Default MockXcm for people who only who don't care to mock xcm. * cargo fmt * trailing commas * Apply suggestions from code review Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * use the variable for hrmp to * fix deref * deduplicate MessageQueueChain * better docs for MessageQueueChain * Use `Vec<u8>` instead of `&'static [u8]` Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * cargo fmt * associated changes for using Vec<u8> * Unused import * Fix compilation Co-authored-by:
Joshy Orndorff <admin@joshyorndorff.com> Co-authored-by:
Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
-
cheme authored
* state-update4 branch * new ref * Update to latest. * update deps * switch to host state version * update * fmt * up * remove trie patch * remove patch * fmt * update * set state_versions in runtimes * state version from storage * state version from storage * seedling compat * restore lock * update lockfile for substrate * update lockfile for polkadot Co-authored-by: parity-processbot <>
-
- Dec 22, 2021
-
-
Sebastian Kunert authored
-
ordian authored
* new ParachainHost methods * update polkadot
-
- Dec 20, 2021
-
-
Bastian Köcher authored
* Substrate companion for fetching slot duration https://github.com/paritytech/substrate/pull/10509 * update lockfile for substrate * Update Co-authored-by: parity-processbot <>
-
- Dec 16, 2021
-
-
sandreim authored
* update `DefaultConfigurationValues` impl Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update lockfile for substrate Co-authored-by: parity-processbot <>
-
- Dec 15, 2021
-
-
Bastian Köcher authored
-
- Dec 14, 2021
-
-
Gavin Wood authored
* author is Some * Bump * Lockfile * Fixes * Fixes * Fixes * Fixes * Bump * Update Cargo.lock * bump substrate and polkadot * fmt Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- Dec 13, 2021
-
-
Gavin Wood authored
* Minor build fix * Remove diener * Update lock
-
- Dec 11, 2021
-
-
Doordashcon authored
* ERCSC * update * Update Substrate & Polkadot Co-authored-by:
doordashcon <jesse.chejieh@gmai.com> Co-authored-by:
Bastian Köcher <info@kchr.de>
-
- Dec 10, 2021
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Update to latest Polkadot & Substrate * More fixes
-
- Dec 09, 2021
-
-
Gavin Wood authored
* MaxConsumers * Fixes * Fixes * Fixes * Fixes * Bump * Fixes * Fixes Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
Keith Yeung authored
* Add CheckNonZeroSender to runtime configs * cargo update -p polkadot-primitives * Fixes * Fixes
-
- Dec 08, 2021
-
-
Ignacio Palacios authored
* before adding seedling client side * seedling runtime compiles * create seedling spec script added * seedling node & BaseCallFilter fixes * update AllPalets * formatting * CallFilter + SignedExtra + AccountData fix * XCM removed * cleanup
-
- Dec 02, 2021
-
-
Kian Paimani authored
* almost integrate * revert branch changes * remove extra deps * some review comments' * Fix a bunch of stuff * Update parachain-template/node/Cargo.toml Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Fix * Fix * fix benchmark * fmt * Remove wrong bench test Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io>
-
- Dec 01, 2021
-
-
Shawn Tabrizi authored
* new ensure one of * Update Cargo.lock * Update SUbstrate & Polkadot Co-authored-by:
Bastian Köcher <info@kchr.de>
-
thiolliere authored
* companion * Run cargo update Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com>
-
- Nov 30, 2021
-
-
zjb0807 authored
* update frame-benchmarking/runtime-benchmarks * cargo update * add more feature flags Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- Nov 29, 2021
-
-
ordian authored
-