- Nov 22, 2021
-
-
Chevdor authored
* package naming conflict fixed (#753) * Fix rococo naming Co-authored-by: Ignacio Palacios <[email protected]>
-
- Nov 19, 2021
-
-
Bastian Köcher authored
* Update Substrate & Polkadot * Disable tests without debug assertions
-
Robert Klotzner authored
* Remove dead dep. * cargo update -p polkadot-primitives * Revert "cargo update -p polkadot-primitives" This reverts commit 4e48e1dabe44fc1fb99c0d074281998e82584ba8. * cargo update -p polkadot-primitives Co-authored-by: Andronik Ordian <[email protected]>
-
Chevdor authored
* WIP Release notes generation and templates * WIP Add new sections to the template * WIP renaming and wip * Fix runtime template * Add doc, NO_CACHE and tweaking of the templates * Renaming cl into cumulus to make room for the polkadot and substrate * Fetch data from Substrate and Polkadot * WIP convert bash script to ruby * Convert to Ruby * Fix host function delection * Extract priority to a macro * Fix misc changes * Draft release workflow * Fix runtime dir * Add ENV to ignore runtimes * Install tooling separately * WIP troubleshooting - remove sudo * Minor formatting fixes * Fix workflow * Add missing dep * Linting * Fix changelog script * Add missing tera install * Use absolute paths * Fix path + cleanup * Fix changelog generation * Add missing pre-release ENV * Fix rust version ENV * Fix release notes path * Fix output * Fix runtime_dir for cumulus * Fix ENV substitutions * Fix styling * Debugging * Styling * Fix call to fetch the runtime version * Cleanup and doc * Delete sample .env * Update scripts/changelog/templates/change.md.tera Co-authored-by: Alexander Popiak <[email protected]> * Change XCM emoji marker for a
✉ ️ Co-authored-by: Alexander Popiak <[email protected]> -
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 17, 2021
-
-
Bastian Köcher authored
-
- Nov 16, 2021
-
-
Liu-Cheng Xu authored
This PR is mainly to fix the error `[E0670]: async fn is not permitted in the 2015 edition` when using Vim along with rust-analyzer, it also removes an unused dependency from parachain-template. Ref: https://github.com/rust-analyzer/rust-analyzer/issues/1959
-
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]>
-
- Nov 15, 2021
-
-
Shawn Tabrizi authored
-
- Nov 12, 2021
-
-
Arkadiy Paronyan authored
* Update for latests substrate & polkadot * fmt
-
- Nov 11, 2021
-
-
sandreim authored
* Use blank task group name Signed-off-by: Andrei Sandu <[email protected]> * cargo fmt Signed-off-by: Andrei Sandu <[email protected]> * Update Signed-off-by: Andrei Sandu <[email protected]> * update Cargo.lock and switch from 0.9.12 to master * format with LATEST nightly Co-authored-by: Andronik Ordian <[email protected]>
-
Dan Shields authored
* tweaks from template downstream review #80 * more tweaks * Update parachain-template/node/src/command.rs * tweaks to template and other chainspecs * fmt * update more tweaks from downstream * fix build
-
Denis_P authored
* dockerfiles: polkadot-collator_builder.Containerfile and docs * dockerfiles: optimize test dockerfile
-
Sebastian Kunert authored
Adds a benchmark to measure transaction throughput.
-
- Nov 10, 2021
-
-
Benjamin Kampmann authored
-
Alexander Popiak authored
* align the different Statemint runtimes so they are more similar in structure * align Unpaid Execution filter * revert changes to Unpaid execution filter for Westmint
-
Bastian Köcher authored
This was never planned to be a permanent feature. This was mainly added for testing purposes, but now was copied by everybody. The users should be more specific about the para id and set this properly in the chain spec.
-
- Nov 09, 2021
-
-
Alexander Popiak authored
-
Alexander Popiak authored
* align construct_runtime calls between statemint runtimes * bump westmint transaction_version
-
Alexander Popiak authored
-
Ignacio Palacios authored
* randomess collective flip removed * cargo.lock + fix * remove migration for statemint * fmt fix * update cargo.lock Co-authored-by: Alexander Popiak <[email protected]>
-
Bastian Köcher authored
* Rework the runtime upgrade test * Update test/service/tests/runtime_upgrade.rs * Update test/service/tests/runtime_upgrade.rs * Update Cargo.lock * FMT Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Nov 08, 2021
-
-
Alexander Popiak authored
* Update references * update deps * set substrate deps for pallet-asset-tx-payment * add DisabledValidatorsThreshold to parachain template * add DisabledValidatorsThreshold to statemint runtimes * adjust imports * update Cargo-lock * add DisabledValidatorsThreshold to mock config * cargo +nightly fmt * adjust on_disabled type * remove on_chain_votes function in ParachainHost impl * remove ScrapedOnChainVotes * bump polkadot-collator version Co-authored-by: Chevdor <[email protected]> * update Cargo.lock * set spec_versions to 500 * Statemine cannot execute. * disallow XCM execute on statemint * cargo fmt * remove unnecessary dep on node-primitives * select parachains-common/std feature when building rococo-runtime with std * adjust Statemint to the three digit spec_version format * Add script to generate simple changelogs (#668) * Update weights from v4 for v5 comparison (#673) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * Fix benchmarks after Parachain Template (#677) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * benchmarks fix for parachain template * Weights updates for Statemine v5 (#682) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * weights updates for statemine v5 * mention Storage in construct_runtime macro for pallet-xcm (#680) * Use pallet-xcm for version wrapping (#689) * use PolkadotXcm for XcmRouter WrapVersion * use PolkadotXcm for version wrapping Co-authored-by: Bryan Chen <[email protected]> * patch weight for batch_all from rerun * Runtime version bump to v503 (#694) * adjust genesis value generation scripts to output entries array + add script to derive encoded call * add script to generate shell spec from runtime wasm * Ensure a bad datastream cannot cause problems (#701) * Ensure a bad datastream cannot cause problems * Formatting * Formatting * update Polkadot (to 0.9.11 169bab55d) * bump spec versions * Allow Queries and Subscriptions Fixes Formatting * fix build * make fmt happy * statemint imports * slight naming changes in script * add shell genesis data + wasm + chainspec * adjust generated shell spec with production config values * update Substrate and Polkadot to master * fix deps * swap out bootnodes for statemint shell * add a script for verifying the shell chain spec * add sha checksum for head data * remove verification script * remove hex wasm file * update Substrate and Polkadot again and fix compilation * update and fix lock file * formatting * remove redundant dispatch_as weight Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Chevdor <[email protected]> Co-authored-by: Gav Wood <[email protected]> Co-authored-by: Ignacio Palacios <[email protected]> Co-authored-by: Bryan Chen <[email protected]> Co-authored-by: joepetrowski <[email protected]>
-
- Nov 04, 2021
-
-
Shawn Tabrizi authored
* dispatch as companion * oops, forgot to save file * Update Cargo.lock
-
- Nov 03, 2021
-
-
Chevdor authored
-
- Oct 31, 2021
-
-
thiolliere authored
* udpate polkadot substrate * fmt with latest nightly
-
- Oct 29, 2021
-
-
Bastian Köcher authored
* Update Substrate & Polkadot * FMT
-
- Oct 27, 2021
-
-
Keith Yeung authored
* Bump syn to 1.0.81 * Make formatting check happy
-
Gavin Wood authored
* Allow Queries and Subscriptions * Fixes * Formatting
-
Gavin Wood authored
* Ensure a bad datastream cannot cause problems * Formatting * Formatting
-
- Oct 22, 2021
-
-
Chris Sosnin authored
* Update mock runtime API * update Polkadot packages Co-authored-by: joao-paulo-parity <[email protected]>
-
- Oct 20, 2021
-
-
Alexander Popiak authored
* disable permissionless asset creation for Statemint * cargo fmt * fix import and call format
-
- Oct 19, 2021
-
-
Alexander Popiak authored
-
Alexander Popiak authored
* move dev-deps into correct section * generate Readme.md * Update pallets/asset-tx-payment/README.md Co-authored-by: Keith Yeung <[email protected]> Co-authored-by: Keith Yeung <[email protected]>
-
- Oct 17, 2021
-
-
Gavin Wood authored
* Make sure comments and code for local origins match * Fixes
-
- Oct 15, 2021
-
-
Martin Pugh authored
-
Alexander Popiak authored
* add minimal mention of Statemint in the readme * use unicode coin
-
Alexander Popiak authored
-
Alexander Popiak authored
* select parachains-common/std feature when building rococo-runtime with std * remove unnecessary dep on node-primitives
-