- 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 07, 2021
-
-
Chevdor authored
* Fix the url of the fetched file * Fix binary in the GPG check * Add docker build * Import GPG pub keys * Copy missing binaries * Checkout first * Add missing mkdir * Set bin as executable * Fix exec flag earlier * Fix docker calls * Fix version parsing * Fix image names * Cleanup * Fix ENV issue * Only allow user keys on pre-releases * Add Docker Hub token and enable pushing * Make Docker owner configurable via secrets * Fix owner * Remove duplicate secret
-
- Dec 06, 2021
-
-
Chevdor authored
-
- Dec 03, 2021
-
-
Bastian Köcher authored
* Adds support for returning a custom header from `validate_block` This adds support for returning a custom header from `validate_block`. Before this, we always returned the header of the block that was validated (and still do it by default). However, after this pr it is possible to set a custom header or better custom head data that will be returned instead from `validate_block`. This can be for example when a chain wants to fork. * FMT
-
- 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>
-
Keith Yeung authored
* Rename InboundXcmpStatus and its related types * Rename OutboundXcmpStatus and its relevant types * Add documentation to the newly created types * Ensure storage prefixes are kept the same * Add code comments * Revert storage name changes * typo fix 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>
-
Ignacio Palacios authored
* increase statemine balance * Fix formatting Co-authored-by:
Wilfried Kopp <wilfried@parity.io>
-
Chevdor authored
* Fix secret used to send announcements * Fix matrix secret
-
Chevdor authored
-
zjb0807 authored
-
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
-
- Nov 28, 2021
-
-
Bastian Köcher authored
-
- Nov 24, 2021
-
-
Chevdor authored
* Initial version * Fix branch pattern * Fix template * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Rebase master and fmt * Swap out Polkadot JS section for integration tests + remove tags * remove tags Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io>
-
Gavin Wood authored
-
Gavin Wood authored
-
Bastian Köcher authored
-
- Nov 22, 2021
-
-
Chevdor authored
-
Sergejs Kostjucenko authored
-
Chevdor authored
-
Sergejs Kostjucenko authored
-
Chevdor authored
* Specify the ref to checkout * Fix default ref2 * Fix naming
-
Sergejs Kostjucenko authored
-
Chevdor authored
* package naming conflict fixed (#753) * Fix rococo naming Co-authored-by:
Ignacio Palacios <ignacio.palacios.santos@gmail.com>
-
- 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 <write@reusable.software>
-
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 <alexander.popiak@parity.io> * Change XCM emoji marker for a
️ Co-authored-by:Alexander Popiak <alexander.popiak@parity.io>
-
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 <gui.thiolliere@gmail.com>
-
- 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 <andrei-mihail@parity.io> * cargo fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Update Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update Cargo.lock and switch from 0.9.12 to master * format with LATEST nightly Co-authored-by:
Andronik Ordian <write@reusable.software>
-
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
-