- Jan 19, 2022
-
-
Squirrel authored
Co-authored-by: Ricardo Rius <[email protected]>
-
Bastian Köcher authored
* xcmp-queue: Fix handling of encoded blobs With #701 we tried to fix some infinite loop related to encoded blobs, however that lead actually to not being able to process encoded blobs at all. The reason for this is that `decode_all` doesn't consume the given input. The point of this function is that it returns an error if the data couldn't be decoded or there is still data left. However, this means that the check `remaining_fragments.len() < last_remaining_fragments.len()` would always fail. We remove the while loop, because we decode the entire fragment anyway or it fails. Aka, we don't need to loop here. Next we remove the broken check and we directly reset the `remaining_fragments` (because `decode_all` doesn't consume anything). * Restore correct behavior We need to use a while loop, because there can be multiple `Vec<u8>`s. We also need to use `decode`, because `decode_all` would otherwise return an error if the input is not empty afterwards. * Remove unused import
-
Squirrel authored
Co-authored-by: Ignacio Palacios <[email protected]>
-
Squirrel authored
* Add Statemint Genesis Values (#817) * add some docs to genesis scripts * move statemint test chainspec * add initial (draft) version of statemint chain spec * adjust genesis value script * add Statemint genesis Aura keys * add bootnodes to statemint-genesis spec * Add checks, debug and doc (#790) * Add checks, debug and doc * Update scripts/generate_genesis_value.sh Co-authored-by: Alexander Popiak <[email protected]> * Update scripts/generate_genesis_value.sh Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Alexander Popiak <[email protected]> * default to official shell rpc endpoint for genesis values * remove statemint test chain spec * add Statemint chain spec and genesis values * sort statemint genesis values * some script docs adjustments Co-authored-by: Chevdor <[email protected]> * cargo fmt Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Chevdor <[email protected]>
-
Squirrel authored
* configure pallet-xcm to allow teleports but forbid generic sends * bump spec_version Co-authored-by: Alexander Popiak <[email protected]>
-
- Jan 18, 2022
-
-
Squirrel authored
Co-authored-by: Alexander Popiak <[email protected]>
-
- Jan 17, 2022
-
-
Sacha Lansky authored
* Fix broken links * Update README.md * Update README.md
-
Jun Jiang authored
-
- 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 <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * small fixes * OnValidationData used * small changes * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update pallets/solo-to-para/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * OnValidationData replaced by OnSystemEvent * fmt + cargo fix * disable-default-bootnodes for seedling script Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- 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 <[email protected]> * cargo fmt Co-authored-by: Alexander Popiak <[email protected]>
-
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 <[email protected]> * 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 <>
-
Sebastian Kunert authored
-
- Jan 04, 2022
-
-
Bastian Köcher authored
We need to give the accounts more coins!!
-
- Jan 03, 2022
-
-
Sergey Pepyakin authored
-
Bastian Köcher authored
* Adds an integration test for testing the migration * Fix the custom validation header use case
-
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 31, 2021
-
-
zqhxuyuan authored
* minor dmq test * fmt
-
- 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * cargo fmt * associated changes for using Vec<u8> * Unused import * Fix compilation Co-authored-by: Joshy Orndorff <[email protected]> Co-authored-by: Joshy Orndorff <[email protected]>
-
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 21, 2021
-
-
Keith Yeung authored
-
- 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 <>
-
BenWhiteJam authored
-
- Dec 16, 2021
-
-
sandreim authored
* update `DefaultConfigurationValues` impl Signed-off-by: Andrei Sandu <[email protected]> * update lockfile for substrate Co-authored-by: parity-processbot <>
-
Keith Yeung authored
* Disable asset transfers on Statemint * Fixup
-
- 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 <[email protected]>
-
- Dec 13, 2021
-
-
Keith Yeung authored
-
Gavin Wood authored
* Minor build fix * Remove diener * Update lock
-
Bastian Köcher authored
Adds support for changing the para id relative easily. While this is currently not needed, we may need it at some later point.
-
- Dec 12, 2021
-
-
Bastian Köcher authored
* Fix benchmarks and ensure CI tests them * FMT
-
- Dec 11, 2021
-
-
Keith Yeung authored
-