- Jan 21, 2022
-
-
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 <>
-
Bastian Köcher authored
* Statemint: Support running statemint only with ed25519 * FMT * Update polkadot-parachains/parachains-common/src/lib.rs Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
Squirrel authored
* Add system weights to Statemint (#762) * waiting for weights from bm * frame_system weights added * cargo toml fix + fmt * removed non-existent set_changes_trie_config Co-authored-by: Ignacio Palacios <[email protected]>
-
- Jan 20, 2022
-
-
Oliver Tale-Yazdi authored
* Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add `without_storage_info` Signed-off-by: Oliver Tale-Yazdi <[email protected]> * update lockfile for {"polkadot"} * Run `cargo update -p sp-io` Signed-off-by: Oliver Tale-Yazdi <[email protected]> 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 <[email protected]>
-
- Jan 19, 2022
-
-
Squirrel authored
Co-authored-by: Ricardo Rius <[email protected]>
-
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 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 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 03, 2022
-
-
Bastian Köcher authored
* Adds an integration test for testing the migration * Fix the custom validation header use case
-
- Dec 24, 2021
-
-
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
-
- Dec 21, 2021
-
-
Keith Yeung 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 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
-
- Dec 11, 2021
-
-
Keith Yeung authored
-
- Dec 10, 2021
-
-
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 <[email protected]>
-
Keith Yeung authored
* Add CheckNonZeroSender to runtime configs * cargo update -p polkadot-primitives * Fixes * Fixes
-
Keith Yeung authored
* Support overweight messages in XCMP queue * Add storage migration logic to XCMP queue pallet * Check whether required weight is larger than max individual weight first * cargo fmt * Add some unit tests * Remove review question comment
-
- 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
-
Ricardo Rius authored
* Fix Statemine prefix * Add prefix to chain spec
-
- 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 <[email protected]> * Fix * Fix * fix benchmark * fmt * Remove wrong bench test Co-authored-by: Alexander Popiak <[email protected]>
-
- Dec 01, 2021
-
-
Shawn Tabrizi authored
* new ensure one of * Update Cargo.lock * Update SUbstrate & Polkadot Co-authored-by: Bastian Köcher <[email protected]>
-
Ignacio Palacios authored
* increase statemine balance * Fix formatting Co-authored-by: Wilfried Kopp <[email protected]>
-
zjb0807 authored
-
thiolliere authored
* companion * Run cargo update Co-authored-by: Keith Yeung <[email protected]>
-
- Nov 30, 2021
-
-
zjb0807 authored
* update frame-benchmarking/runtime-benchmarks * cargo update * add more feature flags Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Nov 22, 2021
-
-
Chevdor authored
* package naming conflict fixed (#753) * Fix rococo naming Co-authored-by: Ignacio Palacios <[email protected]>
-
- Nov 19, 2021
-
-
Georges authored
* Moving `pallet-asset-tx-payment` to substrate * Pointing `substrate` to my branch to fix the CI * Fixing cargo.lock Memmlock2 was in double * Duplicate Prost-build * cargo update * Fixing cargo.lock post merge * Changes to `Cargo.toml` after substrate merge
-
- Nov 16, 2021
-
-
Dan Shields authored
* move to rust 2021 * fix formatting, more moves
-
David Salami authored
* update field events * update polkadot and substrate Co-authored-by: thiolliere <[email protected]>
-